Re: [PATCH 00/05] tmio_mmc: SDHI hotplug and random fixes

2010-02-19 Thread Samuel Ortiz
Hi Magnus, On Wed, Feb 17, 2010 at 04:37:35PM +0900, Magnus Damm wrote: tmio_mmc: SDHI hotplug and random fixes [PATCH 01/05] tmio_mmc: Keep card-detect interrupts enabled [PATCH 02/05] tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2 [PATCH 03/05] tmio_mmc: Use 100ms mmc_detect_change()

[PATCH 1/3] sdhci: Implement CAP_CLOCK_BASE_BROKEN quirk

2010-02-19 Thread Anton Vorontsov
Some hosts (e.g. as found in CNS3xxx SOCs) report wrong value in CLOCK_BASE capability field, and currently there is no way to force the SDHCI core to use the platform-provided base clock value. This patch implements CAP_CLOCK_BASE_BROKEN quirk. When enabled, the SDHCI core will always use base

[PATCH 2/3] sdhci-pltfm: Implement platform data passing

2010-02-19 Thread Anton Vorontsov
This includes platform ops, quirks and (de)initialization callbacks. Signed-off-by: Anton Vorontsov avoront...@ru.mvista.com --- drivers/mmc/host/sdhci-pltfm.c | 24 drivers/mmc/host/sdhci-pltfm.h | 27 +++ 2 files changed, 47 insertions(+), 4

RE: [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card interrupts

2010-02-19 Thread Madhusudhan
-Original Message- From: David Vrabel [mailto:david.vra...@csr.com] Sent: Wednesday, February 10, 2010 5:52 AM To: linux-mmc@vger.kernel.org Cc: David Vrabel; linux-o...@vger.kernel.org; madhu...@ti.com Subject: [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card interrupts Enable the

RE: [PATCH 3/3] mmc: omap_hsmmc: enable SDIO card interrupts

2010-02-19 Thread Madhusudhan
-Original Message- From: linux-mmc-ow...@vger.kernel.org [mailto:linux-mmc- ow...@vger.kernel.org] On Behalf Of Madhusudhan Sent: Friday, February 19, 2010 3:05 PM To: 'David Vrabel'; linux-mmc@vger.kernel.org Cc: linux-o...@vger.kernel.org Subject: RE: [PATCH 3/3] mmc: