Re: [PATCH 10/10] mmc: Add OpenFirmware bindings for SDHCI driver

2009-01-26 Thread M. Warner Losh
In message: <497c09d9.50...@genesi-usa.com> Matt Sealey writes: : Anton Vorontsov wrote: : > : > If unsure, say Y. : > : > +config MMC_SDHCI_OF : > + tristate "SDHCI support on OpenFirmware platforms" : > + depends on MMC_SDHCI && PPC_OF : > + help : > + This select

Re: [PATCH 10/10] mmc: Add OpenFirmware bindings for SDHCI driver

2009-01-24 Thread Matt Sealey
Anton Vorontsov wrote: If unsure, say Y. +config MMC_SDHCI_OF + tristate "SDHCI support on OpenFirmware platforms" + depends on MMC_SDHCI && PPC_OF + help + This selects the OF Secure Digital Host Controller Interface. + So far there is only Freescale eSD

Re: [PATCH 10/10] mmc: Add OpenFirmware bindings for SDHCI driver

2009-01-22 Thread Kumar Gala
On Jan 21, 2009, at 8:00 PM, Anton Vorontsov wrote: This patch adds a new driver: sdhci-of. The driver is similar to the sdhci-pci, it contains common probe code, and controller-specific ops and quirks. So far there are only Freescale eSDHC ops and quirks. Signed-off-by: Anton Vorontsov ---

Re: [PATCH 10/10] mmc: Add OpenFirmware bindings for SDHCI driver

2009-01-22 Thread Arnd Bergmann
On Thursday 22 January 2009, Anton Vorontsov wrote: > This patch adds a new driver: sdhci-of. The driver is similar to > the sdhci-pci, it contains common probe code, and controller-specific > ops and quirks. > > So far there are only Freescale eSDHC ops and quirks. Looks very good overall. Acke

[PATCH 10/10] mmc: Add OpenFirmware bindings for SDHCI driver

2009-01-21 Thread Anton Vorontsov
This patch adds a new driver: sdhci-of. The driver is similar to the sdhci-pci, it contains common probe code, and controller-specific ops and quirks. So far there are only Freescale eSDHC ops and quirks. Signed-off-by: Anton Vorontsov --- drivers/mmc/host/Kconfig| 10 ++ drivers/mmc/host