aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd/sh_mobile_sdhi.c
AgeCommit message (Collapse)Author
2009-11-30mfd: Add power control platform data to SDHI driverMagnus Damm
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>
2009-10-26mfd: Add SuperH Mobile SDHI platform driverMagnus Damm
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>