Re: [PATCH 4/7] mmc: consolidate sdhci_pltfm_data and sdhci_of_data into one

2011-03-17 Thread Grant Likely
[cc'ing linux-...@vger.kernel.org] On Thu, Mar 17, 2011 at 02:33:20PM +0800, Shawn Guo wrote: > On Tue, Mar 15, 2011 at 01:55:13PM -0600, Grant Likely wrote: > > On Mon, Mar 14, 2011 at 10:25:56PM +0800, Shawn Guo wrote: > > > This patch is motivated by the work of supporting sdhci-esdhc-imx as >

Re: [PATCH 4/7] mmc: consolidate sdhci_pltfm_data and sdhci_of_data into one

2011-03-16 Thread Shawn Guo
On Tue, Mar 15, 2011 at 01:55:13PM -0600, Grant Likely wrote: > On Mon, Mar 14, 2011 at 10:25:56PM +0800, Shawn Guo wrote: > > This patch is motivated by the work of supporting sdhci-esdhc-imx as > > an OF device. The sdhci-esdhc-imx driver was well designed to be > > able to work with either plat

Re: [PATCH 4/7] mmc: consolidate sdhci_pltfm_data and sdhci_of_data into one

2011-03-15 Thread Grant Likely
On Mon, Mar 14, 2011 at 10:25:56PM +0800, Shawn Guo wrote: > This patch is motivated by the work of supporting sdhci-esdhc-imx as > an OF device. The sdhci-esdhc-imx driver was well designed to be > able to work with either platform or OF bus, with a little effort to > decouple the driver from sdh

[PATCH 4/7] mmc: consolidate sdhci_pltfm_data and sdhci_of_data into one

2011-03-14 Thread Shawn Guo
This patch is motivated by the work of supporting sdhci-esdhc-imx as an OF device. The sdhci-esdhc-imx driver was well designed to be able to work with either platform or OF bus, with a little effort to decouple the driver from sdhci_pltfm_data. Like sdhci_ops works for both platform and OF sdhci