Re: [PATCH 5/4] mmc: SDHI: update sh_mobile_sdhi_of_data for r8a7791

2014-02-12 Thread Simon Horman
On Tue, Feb 11, 2014 at 09:35:50PM -0800, Kuninori Morimoto wrote: From: Kuninori Morimoto kuninori.morimoto...@renesas.com This patch updates r8a7791 DT data to have SoC specific settings. Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com Acked-by: Simon Horman

Re: brcm 4329 problems

2014-02-12 Thread Russell King - ARM Linux
On Wed, Feb 12, 2014 at 11:17:09AM +0800, Dong Aisheng wrote: That means enabling of ahb clock actually will make ipg and per also open. Then card interrupts can be detected well. You can measure the card clock(pin5) with a scope to double check it. I can't - the brcm is a chip not a SD card,

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-02-12 Thread Simon Horman
On Thu, Jan 30, 2014 at 09:30:20PM -0800, Kuninori Morimoto wrote: Hi Chris, Simon These are v2 of updates code for R-Car. I separated v1 patches into for mmc, and for SH-ARM. This is mmc part patches. Kuninori Morimoto (4): mmc: SDHI: tidyup sh_mobile_sdhi_of_match position

[PATCH v4 0/3] Add modules for realtek USB card reader

2014-02-12 Thread rogerable
From: Roger Tseng rogera...@realtek.com This patchset adds modules to support Realtek USB vendor specific class flash card reader: one base module in MFD subsystem and two host modules in both mmc and memstick subsystems. The architecture is similar to rtsx_pci. This work is done primarily to

[PATCH v4 2/3] mmc: Add realtek USB sdmmc host driver

2014-02-12 Thread rogerable
From: Roger Tseng rogera...@realtek.com Realtek USB SD/MMC host driver provides mmc host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng rogera...@realtek.com --- drivers/mmc/host/Kconfig |7 + drivers/mmc/host/Makefile |1 +

[PATCH v4 1/3] mfd: Add realtek USB card reader driver

2014-02-12 Thread rogerable
From: Roger Tseng rogera...@realtek.com Realtek USB card reader provides a channel to transfer command or data to flash memory cards. This driver exports host instances for mmc and memstick subsystems and handles basic works. Signed-off-by: Roger Tseng rogera...@realtek.com ---

[PATCH v4 3/3] memstick: Add realtek USB memstick host driver

2014-02-12 Thread rogerable
From: Roger Tseng rogera...@realtek.com Realtek USB memstick host driver provides memstick host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng rogera...@realtek.com --- drivers/memstick/host/Kconfig | 10 + drivers/memstick/host/Makefile | 1 +

Re: brcm 4329 problems

2014-02-12 Thread Ulf Hansson
On 12 February 2014 04:06, Dong Aisheng donga...@gmail.com wrote: On Tue, Feb 11, 2014 at 5:00 PM, Ulf Hansson ulf.hans...@linaro.org wrote: On 11 February 2014 08:33, Dong Aisheng donga...@gmail.com wrote: On Mon, Feb 10, 2014 at 10:03 PM, Russell King - ARM Linux li...@arm.linux.org.uk

Re: [PATCH v4 2/3] mmc: Add realtek USB sdmmc host driver

2014-02-12 Thread Ulf Hansson
On 12 February 2014 11:00, rogera...@realtek.com wrote: From: Roger Tseng rogera...@realtek.com Realtek USB SD/MMC host driver provides mmc host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng rogera...@realtek.com Reviewed-by: Ulf Hansson

[PATCH 03/13] mmc: sdhci-sirf: update copyright year to 2014

2014-02-12 Thread Barry Song
From: Barry Song baohua.s...@csr.com Signed-off-by: Barry Song baohua.s...@csr.com --- drivers/mmc/host/sdhci-sirf.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/sdhci-sirf.c b/drivers/mmc/host/sdhci-sirf.c index 696122c..c6d399c 100644 ---

Re: [PATCH 12/13] mmc: mmci: Handle CMD irq before DATA irq

2014-02-12 Thread Ulf Hansson
On 29 January 2014 23:38, Ulf Hansson ulf.hans...@linaro.org wrote: In case of a read operation both MCI_CMDRESPEND and MCI_DATAEND can be set in the status register when entering the interrupt handler. This is due to that the card start sending data before the host has acknowledged the

Re: [PATCH 13/13] mmc: mmci: Enable support for busy detection for ux500 variant

2014-02-12 Thread Ulf Hansson
On 29 January 2014 23:38, Ulf Hansson ulf.hans...@linaro.org wrote: The ux500 variants have HW busy detection support, which is indicated by the busy_detect flag. For these variants let's enable the MMC_CAP_WAIT_WHILE_BUSY flag and add the support for it. The mmc core will provide the

Re: [PATCH 1/3] mmc: add support for power-on sequencing through DT

2014-02-12 Thread Mark Brown
On Tue, Jan 28, 2014 at 11:48:10AM +0100, Arnd Bergmann wrote: I think there is another option, which does have its own pros and cons: We could move all the power handling back into the sdio function driver if we allow a secondary detection path using DT rather than the probing of the SDIO

[RFT][PATCH v3] mmc: change cb710-mmc platform power management to use dev_pm_ops

2014-02-12 Thread Shuah Khan
Change cb710-mmc platform driver to register pm ops using dev_pm_ops instead of legacy pm_ops. The existing legacy suspend/resume routines are identical and simply clear IRQ mask in the device in case it got undefined during sleep state. Changed code to collapse suspend and resume into one .pm

Re: mmc: sh_mobile_sdhi: DT update for R-Car

2014-02-12 Thread Simon Horman
On Wed, Feb 12, 2014 at 06:47:35PM +0900, Simon Horman wrote: On Thu, Jan 30, 2014 at 09:30:20PM -0800, Kuninori Morimoto wrote: Hi Chris, Simon These are v2 of updates code for R-Car. I separated v1 patches into for mmc, and for SH-ARM. This is mmc part patches. Kuninori Morimoto

Re: [linux-sunxi] [PATCH v5 4/8] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-02-12 Thread Chen-Yu Tsai
Hi, On Wed, Feb 12, 2014 at 3:33 AM, David Lanzendörfer david.lanzendoer...@o2s.ch wrote: This is based on the driver Allwinner ships in their Android kernel sources. Initial porting to upstream kernels done by David Lanzendörfer, additional fixes and cleanups by Hans de Goede. It uses dma