[PATCH 1/2] Powerpc: Add voltage ranges support for T4

2013-07-22 Thread Haijun Zhang
Special voltages that can be support by eSDHC of T4 in esdhc node. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com Signed-off-by: Anton Vorontsov cbouatmai...@gmail.com --- Documentation/devicetree/bindings/mmc/fsl-esdhc.txt | 3 +++ arch/powerpc/boot/dts/fsl/t4240si-post.dtsi | 1

[PATCH 2/2] mmc: esdhc: get voltage from dts file

2013-07-22 Thread Haijun Zhang
Add voltage-range support in esdhc of T4, So we can choose to read voltages from dts file as one optional. If we can get a valid voltage-range from device node, we use this voltage as the final voltage support. Else we still read from capacity or from other provider. Signed-off-by: Haijun Zhang

RE: [PATCH 1/2] Powerpc: Add voltage ranges support for T4

2013-07-22 Thread Wrobel Heinz-R39252
Subject: [PATCH 1/2] Powerpc: Add voltage ranges support for T4 Special voltages that can be support by eSDHC of T4 in esdhc node. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com Signed-off-by: Anton Vorontsov cbouatmai...@gmail.com ---

Re: [PATCH] mmc: pxamci: Refactor regulator support

2013-07-22 Thread Mark Brown
On Sun, Jul 21, 2013 at 01:07:48AM +0200, Andrea Adami wrote: The ADS7846 driver _requires_ the use of a voltage regulator or if not present, CONFIG_REGULATOR_DUMMY should be used for proper operation. This was made mandatory by the following commit: No, CONFIG_REGULATOR_DUMMY should *never*

Re: [PATCH 1/2] Powerpc: Add voltage ranges support for T4

2013-07-22 Thread Kumar Gala
On Jul 22, 2013, at 4:47 AM, Wrobel Heinz-R39252 wrote: Subject: [PATCH 1/2] Powerpc: Add voltage ranges support for T4 Special voltages that can be support by eSDHC of T4 in esdhc node. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com Signed-off-by: Anton Vorontsov

Re: [PATCH 3/4 V2] mmc: esdhc: Correct host version of T4240-R1.0

2013-07-22 Thread Kumar Gala
On Jul 17, 2013, at 5:11 AM, Haijun Zhang wrote: Vender version and sdhc spec version of T4240-R1.0 is incorrect. The right value should be VVN=0x13, SVN = 0x1. The wrong version number will break down the ADMA data transfer. This defect only exist in T4240-R1.0. Will be fixed in T4240-R2.0.

Re: [PATCH 2/2] mmc: esdhc: get voltage from dts file

2013-07-22 Thread Scott Wood
On 07/22/2013 02:53:56 AM, Haijun Zhang wrote: Add voltage-range support in esdhc of T4, So we can choose to read voltages from dts file as one optional. If we can get a valid voltage-range from device node, we use this voltage as the final voltage support. Else we still read from capacity or

[PATCH] ARM: EDMA: Fix clearing of unused list for DT DMA resources

2013-07-22 Thread Joel Fernandes
HWMOD removal for MMC is breaking edma_start as the events are being manually triggered due to unused channel list not being clear, Thanks to Balaji TK for finding this issue. This patch fixes the issue, by reading the dmas property from the DT node if it exists and clearing the bits in the

[PATCH v2] ARM: EDMA: Fix clearing of unused list for DT DMA resources

2013-07-22 Thread Joel Fernandes
HWMOD removal for MMC is breaking edma_start as the events are being manually triggered due to unused channel list not being clear, Thanks to Balaji TK for finding this issue. This patch fixes the issue, by reading the dmas property from the DT node if it exists and clearing the bits in the

RE: [PATCH 3/4 V2] mmc: esdhc: Correct host version of T4240-R1.0

2013-07-22 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. -Original Message- From: Kumar Gala [mailto:ga...@kernel.crashing.org] Sent: Monday, July 22, 2013 10:30 PM To: Zhang Haijun-B42677 Cc: linux-mmc@vger.kernel.org; linuxppc-...@lists.ozlabs.org; Wood Scott- B07421; c...@laptop.org; Fleming Andy-AFLEMING;

RE: [PATCH 1/2] Powerpc: Add voltage ranges support for T4

2013-07-22 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. -Original Message- From: Kumar Gala [mailto:ga...@kernel.crashing.org] Sent: Monday, July 22, 2013 10:40 PM To: Wrobel Heinz-R39252 Cc: Zhang Haijun-B42677; linux-mmc@vger.kernel.org; linuxppc- d...@lists.ozlabs.org; Wood Scott-B07421; c...@laptop.org;

RE: [PATCH 2/2] mmc: esdhc: get voltage from dts file

2013-07-22 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. -Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 23, 2013 1:41 AM To: Zhang Haijun-B42677 Cc: linux-mmc@vger.kernel.org; linuxppc-...@lists.ozlabs.org; cbouatmai...@gmail.com; c...@laptop.org; Fleming Andy-AFLEMING; Zhang Haijun-B42677;

Re: [PATCH] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-07-22 Thread Olof Johansson
On Tue, Jul 16, 2013 at 10:20:41AM +0900, Simon Horman wrote: On Wed, Jul 10, 2013 at 11:09:12AM +0900, Simon Horman wrote: From: Guennadi Liakhovetski g.liakhovet...@gmx.de On platforms with no support for the shdma dmaengine driver build is currently failing with

Re: [PATCH fix for v3.11 (repost)] dmaengine: shdma: fix a build failure on platforms with no DMA support

2013-07-22 Thread Olof Johansson
On Thu, Jul 18, 2013 at 08:50:58AM +0900, Simon Horman wrote: From: Guennadi Liakhovetski g.liakhovet...@gmx.de On platforms with no support for the shdma dmaengine driver build is currently failing with drivers/built-in.o: In function `sh_mobile_sdhi_probe':

Re: [PATCH 2/2] mmc: esdhc: get voltage from dts file

2013-07-22 Thread Scott Wood
On 07/22/2013 09:38:33 PM, Zhang Haijun-B42677 wrote: -Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 23, 2013 1:41 AM To: Zhang Haijun-B42677 Cc: linux-mmc@vger.kernel.org; linuxppc-...@lists.ozlabs.org; cbouatmai...@gmail.com; c...@laptop.org; Fleming

Re: [PATCH 1/1] mmc: sdhci-bcm2835: Staticize bcm2835_sdhci_get_min_clock

2013-07-22 Thread Sachin Kamat
On 26 June 2013 11:57, Sachin Kamat sachin.ka...@linaro.org wrote: 'bcm2835_sdhci_get_min_clock' is used only in this file. Make it static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/mmc/host/sdhci-bcm2835.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH 1/1] mmc: vub300: Staticize vub300_init_card

2013-07-22 Thread Sachin Kamat
On 26 June 2013 12:02, Sachin Kamat sachin.ka...@linaro.org wrote: 'vub300_init_card' is used only in this file. Make it static. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/mmc/host/vub300.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

RE: [PATCH 2/2] mmc: esdhc: get voltage from dts file

2013-07-22 Thread Zhang Haijun-B42677
Thanks. Regards Haijun. -Original Message- From: Wood Scott-B07421 Sent: Tuesday, July 23, 2013 10:42 AM To: Zhang Haijun-B42677 Cc: Wood Scott-B07421; linux-mmc@vger.kernel.org; linuxppc- d...@lists.ozlabs.org; cbouatmai...@gmail.com; c...@laptop.org; Fleming Andy-AFLEMING

[PATCH 2/2] Powerpc: Add 3.3v voltage support for T4240QDS

2013-07-22 Thread Haijun Zhang
Freescale T4240QDS reference board has extra voltage shifters added to allow 3.3V operation, so add 3.3v voltage support for T4240QDS. Signed-off-by: Haijun Zhang haijun.zh...@freescale.com Signed-off-by: Anton Vorontsov cbouatmai...@gmail.com --- changes for this patch set: - split from