Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289135
b: refs/heads/master
c: 6f6c4dc
h: refs/heads/master
i:
  289133: 3195b52
  289131: 6515603
  289127: 5ecb807
  289119: f55b159
v: v3
  • Loading branch information
Chris Ball authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent ad355e7 commit 34c4f73
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1ca1a92cc6d337a149d1e37d4ab0db8ad45b0fde
refs/heads/master: 6f6c4dc040a6b4cbed02a57a78f5d08a86d84a38
6 changes: 5 additions & 1 deletion trunk/drivers/staging/rts5139/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ TODO:
- support more USB card reader of Realtek family
- use kernel coding style
- checkpatch.pl fixes

- stop having thousands of lines of code duplicated with staging/rts_pstor
- This driver contains an entire SD/MMC stack -- it should use the stack in
drivers/mmc instead, as a host driver e.g. drivers/mmc/host/realtek-usb.c;
see drivers/mmc/host/ushc.c as an example.
- This driver presents cards as SCSI devices, but they should be MMC devices.
6 changes: 5 additions & 1 deletion trunk/drivers/staging/rts_pstor/TODO
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ TODO:
- support more pcie card reader of Realtek family
- use kernel coding style
- checkpatch.pl fixes

- stop having thousands of lines of code duplicated with staging/rts5139
- This driver contains an entire SD/MMC stack -- it should use the stack in
drivers/mmc instead, as a host driver e.g. drivers/mmc/host/realtek-pci.c;
see drivers/mmc/host/via-sdmmc.c as an example.
- This driver presents cards as SCSI devices, but they should be MMC devices.

0 comments on commit 34c4f73

Please sign in to comment.