aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdricoh_cs.c
Commit message (Collapse)AuthorAge
* Merge branch 'master' of ../mmcPierre Ossman2008-12-31
|\
| * mmc: balanc pci_iomap with pci_iounmapRoel Kluin2008-12-31
| | | | | | | | | | | | | | balance pci_iomap with pci_iounmap, not iounmap Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* | sdricoh_cs: Add support for Bay Controller devicesSascha Sommer2008-11-30
|/ | | | | | | | | | | | | | | | | Some Ricoh SD card readers seems to advertise themselves slightly differently. This patches the driver to will recognise an additional product id, and it appears to work perfectly. % pccardctl info PRODID_1="RICOH" PRODID_2="Bay Controller" PRODID_3="" PRODID_4="" MANFID=0000,0000 Signed-off-by: Charles Lowe <aquasync@gmail.com> Acked-by: Sascha Sommer <saschasommer@freenet.de> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* sdricoh_cs: removed unused #include <version.h>Huang Weiyi2008-08-17
| | | | | | | | | | The drivers below do not use LINUX_VERSION_CODE nor KERNEL_VERSION. drivers/mmc/host/sdricoh_cs.c This patch removes the said #include <version.h>. Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* mmc: host driver for Ricoh Bay1ControllersSascha Sommer2008-07-15
Signed-off-by: Sascha Sommer <saschasommer@freenet.de> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>