[PATCH RESEND] sdhci: add MMC_CAP_8_BIT_DATA in the Host capabilities

2010-09-17 Thread Chris Ball
From: Giuseppe Cavallaro Date: Tue, 31 Aug 2010 05:43:45 +0200 Subject: [PATCH (sh-2.6.32.y)] sdhci: add MMC_CAP_8_BIT_DATA in the Host capabilities Signed-off-by: Giuseppe Cavallaro --- drivers/mmc/host/sdhci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/

Re: [PATCH RESEND] sdhci: Enable high speed support for MMC cards

2010-09-17 Thread Chris Ball
On Mon, Aug 30, 2010 at 04:56:44PM +0100, Chris Ball wrote: > From: Zhangfei Gao > Date: Mon, 16 Aug 2010 21:15:32 -0400 > Subject: [PATCH] sdhci: Enable high-speed support for MMC cards > > Support MMC_CAP_MMC_HIGHSPEED. > > Signed-off-by: Zhangfei Gao > Acked-by: Matt Fleming > Acked-by: Kyu

Re: [PATCH 5/5] sdhci-s3c: Add support no internal clock divider in host controller

2010-09-17 Thread Chris Ball
Hi, On Thu, Sep 16, 2010 at 06:08:28PM +0900, Kyungmin Park wrote: > Well there are two implementations. and no conclusion yet. > as s5pc210 don't support internal SDHCI clock, DMC overrides the > function operation itself when s5pc210. System LSI use the quirks. > > Choose any one from MMC maint

Re: [PATCH] OMAP4: HSMMC cmd line reset change

2010-09-17 Thread Tony Lindgren
* Madhusudhan Chikkature [100915 16:50]: > OMAP4: HSMMC cmd line reset change > > The cmd line reset logic is changed in OMAP4 ES2. The new procedure > is to monitor a 0->1 transition and then 1->0 transition.The earlier > logic would fail on ES2 chips because the loop could exit even before > th

Re: [Bugme-new] [Bug 18602] New: mmc_block / tifm_sd not completely registering when a new sd card is inserted

2010-09-17 Thread Matt Fleming
(CC'ing maintainer) On Wed, Sep 15, 2010 at 12:38:54PM -0700, Andrew Morton wrote: > > (switched to email. Please respond via emailed reply-to-all, not via the > bugzilla web interface). > > On Wed, 15 Sep 2010 13:48:30 GMT > bugzilla-dae...@bugzilla.kernel.org wrote: > > > https://bugzilla.ke

Re: [RFC RESEND] sdhci-s3c: support clock enable/disable (clock-gating)

2010-09-17 Thread Matt Fleming
On Thu, Sep 16, 2010 at 03:46:50PM +0900, Jaehoon Chung wrote: > Hi all, > This is a RFC patch that support clock-gating for saving power consumption. > I found mmc_host_enable/mmc_host_disable function in core.c > (using MMC_CAP_DSIABLE. i think that use when host enable/disable) > So, i u

[PATCH v2 1/2] sdhci-s3c: Add support additional host capabilities

2010-09-17 Thread Kukjin Kim
From: Jeongbae Seo This patch adds to support additional host capabilities like SD/MMC high speed, SDHCI bus width and etc. Signed-off-by: Jeongbae Seo Signed-off-by: Kukjin Kim --- drivers/mmc/host/sdhci-s3c.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/driver

[PATCH v2 0/2] sdhci-s3c: Add support S5PV310/S5PC210 HSMMC

2010-09-17 Thread Kukjin Kim
This patch adds support S5PV310/S5PC210 HSMMC and additional host capabilities. HSMMC of S5PV310 does not have internal clock divider so need to update for it. (used SDHCI_QUIRK_NONSTANDARD_CLOCK quirk and added clk_type plat data) Changes since v1: - Separated to each topic [PATCH v2 1/2] sdhci

[PATCH v2 2/2] sdhci-s3c: Add support no internal clock divider in host controller

2010-09-17 Thread Kukjin Kim
From: Hyuk Lee This patch adds to support no internal clock divider in SDHCI. The external clock divider can be used to make a proper clock because SDHCI doesn't support internal clock divider by itself. Signed-off-by: Hyuk Lee Signed-off-by: Jeongbae Seo Signed-off-by: Kukjin Kim --- driver