[PATCH] mmc: omap_hsmmc: support deferred probing for GPIOs

2013-01-30 Thread Jan Luebbe
probe function. Signed-off-by: Jan Luebbe --- I've tested this on an AM335x based board which uses an external GPIO expander. drivers/mmc/host/omap_hsmmc.c | 14 -- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/driver

[PATCH] davinci_mmc: set MODULE_ALIAS to allow autoloading

2012-04-05 Thread Jan Luebbe
Davinci MMC platform devices (as in mach-davinci/devices-da8xx.c) use "davinci_mmc" as their name. To allow autoloading of the relevant driver, the module needs to set the MODULE_ALIAS. Signed-off-by: Jan Luebbe --- drivers/mmc/host/davinci_mmc.c |1 + 1 file changed, 1 insertio