[PATCH RFC 0/10] Freescale "eSDHC" SDHCI support (was [PATCH] mmc: Add driver for Freescale eSDHC controllers)

2009-01-21 Thread Anton Vorontsov
On Thu, Jan 15, 2009 at 07:37:00AM +0800, Liu Dave wrote: > > This patch adds support for the Freescale Enhanced Secure Digital > > Host Controller Interface as found in some Freescale PowerPC > > microprocessors (e.g. MPC837x SOCs). > > The Freescale ESDHC controller is basically compatible with

Re: [PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-21 Thread Anton Vorontsov
On Wed, Jan 14, 2009 at 09:43:50PM -0600, Kumar Gala wrote: > > On Jan 14, 2009, at 1:46 PM, Anton Vorontsov wrote: > >> From: Xie Xiaobo >> >> This patch adds support for the Freescale Enhanced Secure Digital >> Host Controller Interface as found in some Freescale PowerPC >> microprocessors (e.g.

Re: [PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-15 Thread Arnd Bergmann
On Wednesday 14 January 2009, Anton Vorontsov wrote: > > +config MMC_ESDHC > +   tristate "Freescale Enhanced SD Host Controller Interface support" > +   depends on FSL_SOC > +   help > +     This selects the Freescale Enhanced SD Host Controller Interface > +     as found in s

Re: [PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-15 Thread Ben Dooks
On Thu, Jan 15, 2009 at 02:56:05AM +0300, Anton Vorontsov wrote: > On Thu, Jan 15, 2009 at 07:37:00AM +0800, Liu Dave wrote: > > > This patch adds support for the Freescale Enhanced Secure Digital > > > Host Controller Interface as found in some Freescale PowerPC > > > microprocessors (e.g. MPC837x

RE: [PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-14 Thread Liu Dave
> I'm afraid I haven't seen any readily available sources for their > driver. If you meant Ben's version, you can find the latest revision > here: > > http://marc.info/?t=12282326615 > > Unfortunately marc.info didn't sort out the threading, but you should > be able to find all the patches th

Re: [PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-14 Thread Pierre Ossman
On Thu, 15 Jan 2009 14:11:09 +0800 "Liu Dave" wrote: > > Probably because it was quicker. Samsung did the same thing, but now > > Ben Dooks has patches to properly support it via sdhci. > > Pierre, > What samsung driver are you talking? Could you point it to me? > I'm afraid I haven't seen any

RE: [PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-14 Thread Liu Dave
> Probably because it was quicker. Samsung did the same thing, but now > Ben Dooks has patches to properly support it via sdhci. Pierre, What samsung driver are you talking? Could you point it to me? Thanks, Dave ___ Linuxppc-dev mailing list Linuxppc-d

Re: [PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-14 Thread Pierre Ossman
On Thu, 15 Jan 2009 02:56:05 +0300 Anton Vorontsov wrote: > > Ah. I wonder why Freescale just didn't write some patches for sdhci, > but copied the code instead... > Probably because it was quicker. Samsung did the same thing, but now Ben Dooks has patches to properly support it via sdhci. Rg

Re: [PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-14 Thread Kumar Gala
On Jan 14, 2009, at 1:46 PM, Anton Vorontsov wrote: From: Xie Xiaobo This patch adds support for the Freescale Enhanced Secure Digital Host Controller Interface as found in some Freescale PowerPC microprocessors (e.g. MPC837x SOCs). Signed-off-by: Xie Xiaobo Signed-off-by: Konjin Lai Signe

Re: [PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-14 Thread Anton Vorontsov
On Thu, Jan 15, 2009 at 07:37:00AM +0800, Liu Dave wrote: > > This patch adds support for the Freescale Enhanced Secure Digital > > Host Controller Interface as found in some Freescale PowerPC > > microprocessors (e.g. MPC837x SOCs). > > The Freescale ESDHC controller is basically compatible with

RE: [PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-14 Thread Liu Dave
> This patch adds support for the Freescale Enhanced Secure Digital > Host Controller Interface as found in some Freescale PowerPC > microprocessors (e.g. MPC837x SOCs). The Freescale ESDHC controller is basically compatible with the standard SDHC controller. but the eshdc expand some bits. The e

[PATCH] mmc: Add driver for Freescale eSDHC controllers

2009-01-14 Thread Anton Vorontsov
From: Xie Xiaobo This patch adds support for the Freescale Enhanced Secure Digital Host Controller Interface as found in some Freescale PowerPC microprocessors (e.g. MPC837x SOCs). Signed-off-by: Xie Xiaobo Signed-off-by: Konjin Lai Signed-off-by: Joe D'Abbraccio Signed-off-by: Anton Vorontso