Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mmc: host: use platform_{get,set}_drvdata() | Jingoo Han | 2013-06-27 | 1 | -1/+1 |
| | | | | | | | | | | Use the wrapper functions for getting and setting the driver data using platform_device instead of using dev_{get,set}_drvdata() with &pdev->dev, so we can directly pass a struct platform_device. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: Chris Ball <cjb@laptop.org> | ||||
* | mmc: Driver for CB710/720 memory card reader (MMC part) | Michał Mirosław | 2009-06-13 | 1 | -0/+104 |
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> |