Re: [PATCH 1/5] mmc: sdhci: make sdhci-esdhc-imx driver self registered

2011-03-25 Thread Shawn Guo
On Wed, Mar 23, 2011 at 10:28:58PM -0600, Grant Likely wrote: > On Mon, Mar 21, 2011 at 04:06:59PM +0800, Shawn Guo wrote: > > The patch turns the common stuff to in sdhci-pltfm.c into functions, > > and add sdhci-esdhc-imx its own .probe and .remove which in turn call > > into the common functions

Re: [PATCH 1/5] mmc: sdhci: make sdhci-esdhc-imx driver self registered

2011-03-23 Thread Grant Likely
On Mon, Mar 21, 2011 at 04:06:59PM +0800, Shawn Guo wrote: > The patch turns the common stuff to in sdhci-pltfm.c into functions, > and add sdhci-esdhc-imx its own .probe and .remove which in turn call > into the common functions, so that sdhci-esdhc-imx driver registers > itself and keep all sdhci

[PATCH 1/5] mmc: sdhci: make sdhci-esdhc-imx driver self registered

2011-03-21 Thread Shawn Guo
The patch turns the common stuff to in sdhci-pltfm.c into functions, and add sdhci-esdhc-imx its own .probe and .remove which in turn call into the common functions, so that sdhci-esdhc-imx driver registers itself and keep all sdhci-esdhc-imx specific things like sdhci_esdhc_imx_pdata away from sdh

[PATCH 1/5] mmc: sdhci: make sdhci-esdhc-imx driver self registered

2011-03-20 Thread Shawn Guo
The patch turns the common stuff to in sdhci-pltfm.c into functions, and add sdhci-esdhc-imx its own .probe and .remove which in turn call into the common functions, so that sdhci-esdhc-imx driver registers itself and keep all sdhci-esdhc-imx specific things like sdhci_esdhc_imx_pdata away from sdh