[PATCH] mmc: tegra: Don't include asm/gpio.h

2014-07-08 Thread Allen Martin
Not available on arm64 and not needed. Signed-off-by: Allen Martin --- drivers/mmc/host/sdhci-tegra.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index d93a063a36f3..33100d10d176 100644 --- a/drivers/mmc/host/sdhci-tegra.c

Re: No UHS support for O2 Micro, Inc. OZ600FJ0/OZ900FJ0/OZ600FJS?

2014-07-08 Thread Clemens Eisserer
Unfourtunately, nobody answered my question regarding UHS support for O2 Micro, Inc. OZ600FJ0/OZ900FJ0/OZ600FJS. I also didn't find any specifics on the internet, that was the reason I asked here. Does the sdhci_pci driver not support UHS at all, or is it not supported for this controller only? Is

Re: One bug of SDHCI driver

2014-07-08 Thread Fu, Zhonghui
Hi, Why add "mmc->caps2 |= MMC_CAP2_SDIO_IRQ_NOTHREAD;" ? How to fix this bug? Could you please give out some idea about this bug? Thanks, Zhonghui On 2014/7/6 23:19, Fu, Zhonghui wrote: > Yes, "mmc->caps2 |= MMC_CAP2_SDIO_IRQ_NOTHREAD;" of "sdhci_add_host" function > in host/sdhci.c file

Re: [PATCH v3] s3cmci: port DMA code to dmaengine API

2014-07-08 Thread Vasily Khoruzhick
On 8 July 2014 14:51:01 Ulf Hansson wrote: > Sorry for the delay. > > Thanks! Applied for next with Arnd's ack. > > Kind regards > Uffe Thank you! And since now old s3c24xx DMA (non-dmaengine) has no users we can remove it completely. I'll send a patch soon. Regards Vasily -- To unsubscribe

Re: [PATCH v3] s3cmci: port DMA code to dmaengine API

2014-07-08 Thread Ulf Hansson
On 7 July 2014 23:12, Arnd Bergmann wrote: > On Monday 07 July 2014, Vasily Khoruzhick wrote: >> On Mon, Jun 30, 2014 at 10:03 PM, Vasily Khoruzhick >> wrote: >> > On Mon, Jun 23, 2014 at 2:31 PM, Vasily Khoruzhick >> > wrote: >> >> >> >> On 1 June 2014 20:22:09 Vasily Khoruzhick wrote: >> >>

Re: [PATCH] mmc: tegra: Do not include asm/gpio.h

2014-07-08 Thread Ulf Hansson
On 7 July 2014 14:07, Thierry Reding wrote: > From: Thierry Reding > > This doesn't seem to be used any longer and removing the include fixes > 64-bit ARM builds. > > Signed-off-by: Thierry Reding Thanks! Applied for next. Kind regards Uffe > --- > drivers/mmc/host/sdhci-tegra.c | 2 -- > 1

Re: [PATCH] mmc: mxs: fix card detection in case of 'broken-cd' flag set

2014-07-08 Thread Ulf Hansson
On 10 June 2014 16:57, Roman Pen wrote: > In case of reboot my olinuxino imx23 board does not see > mmc card any more. mmc_rescan is being called by delayed > work in loop, but mxs_mmc_get_cd always returns 0, so we > will never pass the card detection check and will not do > further card inition.

Re: [PATCH] s3cmci: Move to clk_prepare_enable/clk_disable_unprepare

2014-07-08 Thread Ulf Hansson
On 30 June 2014 21:11, Vasily Khoruzhick wrote: > Use clk_prepare_enable/clk_disable_unprepare to make the driver > work properly with common clock framework. > > Signed-off-by: Vasily Khoruzhick Thanks! Applied for next. I took the liberty to add the prefix "mmc" to heading of the commit msg.

Re: [PATCH v2] mmc: Allow forward compatibility for e⋅MMC

2014-07-08 Thread Ulf Hansson
On 27 June 2014 10:51, Romain Izard wrote: > As stated by the e⋅MMC 5.0 specification, a chip should not be rejected > only because of the revision stated in the EXT_CSD_REV field of the > EXT_CSD register. > > Remove the control on this value, the control of the CSD_STRUCTURE field > should be su

Re: [PATCH v5] mmc: sdhci: Replace host->mmc with mmc where possible

2014-07-08 Thread Ulf Hansson
On 26 June 2014 23:53, Markus Mayer wrote: > After the switch to the MMC core regulator infrastucture, we already > have a local "mmc" pointer in various functions. There is no longer a > need to access the data structure via host->mmc. > > Signed-off-by: Markus Mayer > Reviewed-by: Matt Porter

[PATCH 1/2] mmc: sdhci: Preset value not supported in Baytrail eMMC

2014-07-08 Thread Maurice Petallo
"SDHCI_QUIRK2_PRESET_VALUE_BROKEN" quirk is added to prohibit preset value enabling for Baytrail eMMC controller. Signed-off-by: Maurice Petallo Acked-by: Adrian Hunter --- drivers/mmc/host/sdhci-acpi.c | 1 + drivers/mmc/host/sdhci-pci.c | 1 + 2 files changed, 2 insertions(+) diff --git a/d

[PATCH 0/2] mmc: sdhci: Preset Value disabling and DDR50 mode enabling for BayTrail eMMC

2014-07-08 Thread Maurice Petallo
This patch series includes: (1) Declare SDHCI_QUIRK2_PRESET_VALUE_BROKEN for PCI mode and ACPI mode Baytrail eMMC controller as it doesn't support Preset Value feature. (2) Enable DDR50 1.8V mode support for PCI and ACPI mode BayTrail eMMC controller Maurice Petallo (2): mmc: sdhci: Preset

[PATCH 2/2] mmc: sdhci: add DDR50 1.8V mode support for BayTrail eMMC Controller

2014-07-08 Thread Maurice Petallo
This is to enable DDR50 bus speed mode with 1.8V signaling capability for BayTrail ACPI and PCI mode eMMC Controller. Signed-off-by: Maurice Petallo Acked-by: Adrian Hunter --- drivers/mmc/host/sdhci-acpi.c | 3 ++- drivers/mmc/host/sdhci-pci.c | 2 +- 2 files changed, 3 insertions(+), 2 delet

RE: [PATCH 3/3] mmc: dw_mmc: Support voltage changes

2014-07-08 Thread Seungwon Jeon
On Tue, July 08, 2014,Yuvaraj Kumar wrote: > On Mon, Jul 7, 2014 at 10:53 AM, Seungwon Jeon wrote: > > On Fri, July 04, 2014, Seungwon Jeon wrote: > >> On Tue, July 01, 2014. Yuvaraj Kumar wrote: > >> > On Fri, Jun 27, 2014 at 4:48 PM, Seungwon Jeon > >> > wrote: > >> > > Hi Yuvaraj, > >> > > >