diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2009-05-22 14:33:59 -0400 |
---|---|---|
committer | Pierre Ossman <pierre@ossman.eu> | 2009-06-13 16:42:58 -0400 |
commit | 5f5bac8272be791b67c7b7b411e7c8c5847e598a (patch) | |
tree | 30fa0cde7c7c8a879bc26f04155f254df194ea40 /MAINTAINERS | |
parent | 8385f9cb7f12ef6a5261fa76f1a1b612280c94f7 (diff) |
mmc: Driver for CB710/720 memory card reader (MMC part)
The code is divided in two parts. There is a virtual 'bus' driver
that handles PCI device and registers three new devices one per card
reader type. The other driver handles SD/MMC part of the reader.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 90f81283b722..b5cebddd2849 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2105,6 +2105,15 @@ W: http://sourceforge.net/projects/lpfcxxxx | |||
2105 | S: Supported | 2105 | S: Supported |
2106 | F: drivers/scsi/lpfc/ | 2106 | F: drivers/scsi/lpfc/ |
2107 | 2107 | ||
2108 | ENE CB710 FLASH CARD READER DRIVER | ||
2109 | P: Michał Mirosław | ||
2110 | M: mirq-linux@rere.qmqm.pl | ||
2111 | L: linux-kernel@vger.kernel.org | ||
2112 | S: Maintained | ||
2113 | F: drivers/misc/cb710/ | ||
2114 | F: drivers/mmc/host/cb710-mmc.* | ||
2115 | F: include/linux/cb710.h | ||
2116 | |||
2108 | EPSON 1355 FRAMEBUFFER DRIVER | 2117 | EPSON 1355 FRAMEBUFFER DRIVER |
2109 | P: Christopher Hoover | 2118 | P: Christopher Hoover |
2110 | M: ch@murgatroid.com | 2119 | M: ch@murgatroid.com |