[PATCH 3/5] mmc: sdhci: make sdhci-dove driver self registered

2011-03-21 Thread Shawn Guo
The patch adds sdhci-dove its own .probe and .remove which in turn call into the common functions provided by sdhci-pltfm.c, so that sdhci-dove driver registers itself and keep all sdhci-dove specific things like sdhci_dove_pdata away from sdhci-pltfm.c which is common. Signed-off-by: Shawn Guo -

[PATCH 3/5] mmc: sdhci: make sdhci-dove driver self registered

2011-03-20 Thread Shawn Guo
The patch adds sdhci-dove its own .probe and .remove which in turn call into the common functions provided by sdhci-pltfm.c, so that sdhci-dove driver registers itself and keep all sdhci-dove specific things like sdhci_dove_pdata away from sdhci-pltfm.c which is common. Signed-off-by: Shawn Guo -