Re: [PATCH v4 1/2] MMC: add support for the Marvell Dove SDHCI controller

2010-11-22 Thread Chris Ball
Hi Ohad, Saeed, On Mon, Nov 22, 2010 at 02:19:45PM +0200, saeed bishara wrote: > >>> +         If you have a controller with this interface, say Y or M here. > > > > Just a nitpick:  I guess that the "or M" in "say Y or M" is a typo > > that's right, Mike, please remove the "or M" Did this alread

Re: [PATCH v4 1/2] MMC: add support for the Marvell Dove SDHCI controller

2010-11-22 Thread saeed bishara
On Mon, Nov 22, 2010 at 12:10 PM, Ohad Ben-Cohen wrote: > On Mon, Nov 22, 2010 at 9:42 AM, saeed bishara > wrote: >> On Thu, Oct 28, 2010 at 9:23 PM, Mike Rapoport wrote: > ... >>> +       bool "SDHCI support on Marvell's Dove SoC" > ... >>> +         If you have a controller with this interfac

Re: [PATCH v4 1/2] MMC: add support for the Marvell Dove SDHCI controller

2010-11-22 Thread Ohad Ben-Cohen
On Mon, Nov 22, 2010 at 9:42 AM, saeed bishara wrote: > On Thu, Oct 28, 2010 at 9:23 PM, Mike Rapoport wrote: ... >> +       bool "SDHCI support on Marvell's Dove SoC" ... >> +         If you have a controller with this interface, say Y or M here. Just a nitpick: I guess that the "or M" in "say

Re: [PATCH v4 1/2] MMC: add support for the Marvell Dove SDHCI controller

2010-11-21 Thread saeed bishara
On Thu, Oct 28, 2010 at 9:23 PM, Mike Rapoport wrote: > Implement an sdhci-pltfm driver for the controller found on Marvell > Dove SoC > > Signed-off-by: Mike Rapoport > CC: Saeed Bishara Acked-by: Saeed Bishara > --- >  drivers/mmc/host/Kconfig       |   13 +++ >  drivers/mmc/host/Makefile

[PATCH v4 1/2] MMC: add support for the Marvell Dove SDHCI controller

2010-10-28 Thread Mike Rapoport
Implement an sdhci-pltfm driver for the controller found on Marvell Dove SoC Signed-off-by: Mike Rapoport CC: Saeed Bishara --- drivers/mmc/host/Kconfig | 13 +++ drivers/mmc/host/Makefile |1 + drivers/mmc/host/sdhci-dove.c | 70