[PATCH] sdhci - add public definition of quirks

2010-02-22 Thread dmitry pervushin
Hi Pierre, Richard, The patch adds ability to architectures that use sdhci-pltfm driver to provide their own quirks via platform_data parameter of sdhci devices. Signed-off-by: dmitry pervushin --- drivers/mmc/host/sdhci-pltfm.c |5 ++ drivers/mmc/host/sdhci.h | 52 -

[merged] tmio_mmc-keep-card-detect-interrupts-enabled.patch removed from -mm tree

2010-02-22 Thread akpm
The patch titled tmio_mmc: keep card-detect interrupts enabled has been removed from the -mm tree. Its filename was tmio_mmc-keep-card-detect-interrupts-enabled.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at ht

[merged] tmio_mmc-use-100ms-mmc_detect_change-delay.patch removed from -mm tree

2010-02-22 Thread akpm
The patch titled tmio_mmc: use 100ms mmc_detect_change() delay has been removed from the -mm tree. Its filename was tmio_mmc-use-100ms-mmc_detect_change-delay.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http

[merged] mmc-remove-const-from-tmio-mmc-platform-data-v2.patch removed from -mm tree

2010-02-22 Thread akpm
The patch titled mmc: remove const from tmio-mmc platform data has been removed from the -mm tree. Its filename was mmc-remove-const-from-tmio-mmc-platform-data-v2.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at

[merged] mmc-balance-tmio-mmc-cell-enable-disable-calls.patch removed from -mm tree

2010-02-22 Thread akpm
The patch titled mmc: balance tmio-mmc cell enable()/disable() calls has been removed from the -mm tree. Its filename was mmc-balance-tmio-mmc-cell-enable-disable-calls.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be fou

Re: [PATCH 0/2] mmc: omap_hsmmc: support SDIO cards (#2)

2010-02-22 Thread Felipe Contreras
On Mon, Feb 22, 2010 at 5:11 PM, David Vrabel wrote: > Felipe Contreras wrote: >> On Mon, Feb 22, 2010 at 4:24 PM, David Vrabel wrote: >>> These patches add support for SDIO cards to the omap_hsmmc driver. >>> Power management changes to prevent SDIO cards from being turned off >>> and losing all

Re: [PATCH 0/2] mmc: omap_hsmmc: support SDIO cards (#2)

2010-02-22 Thread David Vrabel
Felipe Contreras wrote: > On Mon, Feb 22, 2010 at 4:24 PM, David Vrabel wrote: >> These patches add support for SDIO cards to the omap_hsmmc driver. >> Power management changes to prevent SDIO cards from being turned off >> and losing all state, and card interrupts. >> >> I've been unable to test

Re: [PATCH 0/2] mmc: omap_hsmmc: support SDIO cards (#2)

2010-02-22 Thread Felipe Contreras
On Mon, Feb 22, 2010 at 4:24 PM, David Vrabel wrote: > These patches add support for SDIO cards to the omap_hsmmc driver. > Power management changes to prevent SDIO cards from being turned off > and losing all state, and card interrupts. > > I've been unable to test these exact patches as I only h

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

2010-02-22 Thread David Vrabel
Madhusudhan wrote: > > A little bit of rearranging the David's changes to the irq handler gets the > MMC/SD cards to work fine again. Changes are shown in the attached patch for > now and it should not hurt the CIRQ handling as well. This breaks detecting card interrupts unless a command is in p

[PATCH 2/2] mmc: omap_hsmmc: enable SDIO card interrupts

2010-02-22 Thread David Vrabel
Enable the use of SDIO card interrupts. FCLK must be enabled while SDIO interrupts are enabled or the MMC module won't wake-up (even though ENAWAKEUP in SYSCONFIG and IWE in HTCL have been set). Enabling the MMC module to wake-up would require configuring the MMC module (and the mmci_dat[1] GPIO

[PATCH 1/2] mmc: omap_hsmmc: don't turn SDIO cards off when idle

2010-02-22 Thread David Vrabel
Don't turn SDIO cards off to save power. Doing so will lose all internal state in the card. Signed-off-by: David Vrabel --- drivers/mmc/host/omap_hsmmc.c | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c b/drivers/mmc/host/omap_hsm

[PATCH 0/2] mmc: omap_hsmmc: support SDIO cards (#2)

2010-02-22 Thread David Vrabel
These patches add support for SDIO cards to the omap_hsmmc driver. Power management changes to prevent SDIO cards from being turned off and losing all state, and card interrupts. I've been unable to test these exact patches as I only have an N900 for testing and the N900 support in mainline is in

Re: [PATCH] mxcmmc: fixed max_seg_size value on initialization.

2010-02-22 Thread Vladimir Zapolskiy
ping, please pick up this trivial patch. Vladimir Zapolskiy writes: > Signed-off-by: Vladimir Zapolskiy > Cc: Sascha Hauer > Cc: Pierre Ossman > --- > drivers/mmc/host/mxcmmc.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/