aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/sh_mobile_sdhi.c
Commit message (Collapse)AuthorAgeFilesLines
* mfd: Add power control platform data to SDHI driverMagnus Damm2009-11-301-0/+11
| | | | | | | | | | This patch adds platform data with a function for power control to the SDHI driver. The idea is that board specific code can provide their own functions so power can be enabled and disabled for the sd-cards. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
* mfd: Add SuperH Mobile SDHI platform driverMagnus Damm2009-10-261-0/+145
This patch adds an MFD driver for the SuperH Mobile SDHI hardware block. At this point the driver simply wraps the tmio-mmc driver with some clock code. In the future this driver is the place to put SDHI specific hotplug code. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>