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

2014-03-03 Thread Roger
On 02/24/2014 11:00 AM, Chris Ball wrote: Hi, On Mon, Feb 24 2014, Roger wrote: Would you please help comment PATCH 2/3 and 3/3 (for mmc and memstick, respectively) or give Acks? Thus we can proceed with applying or revision if necessary. For 2/3: Acked-by: Chris Ball ch...@printf.net

Re: [PATCH RESEND v11 6/7] ARM: OMAP: enable SYSCON and REGULATOR_PBIAS in omap2plus_defconfig

2014-03-03 Thread Balaji T K
On Wednesday 26 February 2014 10:31 PM, Tony Lindgren wrote: * Balaji T K balaj...@ti.com [140219 07:00]: Enable REGULATOR_PBIAS needed for SD card on most OMAPs. Signed-off-by: Balaji T K balaj...@ti.com I belive this is the only one missing my ack: Acked-by: Tony Lindgren t...@atomide.com

Re: [PATCH 0/6] mmc: sdhci-s3c: Fix base clock source management

2014-03-03 Thread Tomasz Figa
On 20.02.2014 20:26, Tomasz Figa wrote: Hi Chris, On 07.02.2014 10:58, Tomasz Figa wrote: Hi Chris, On 11.01.2014 22:39, Tomasz Figa wrote: On platforms prior to Exynos the SDHCI block used internal clock divider controlled by SELFREQ field of CLKCON register to divide base clock selected

Re: [PATCH 0/6] mmc: sdhci-s3c: Fix base clock source management

2014-03-03 Thread Chris Ball
Hi, On Mon, Mar 03 2014, Tomasz Figa wrote: It's been almost two months since I posted this series, it's been already ACKed and it would be nice to have it applied for upcoming release. Sorry about this, Tomasz -- now pushed to mmc-next for 3.15, thanks. - Chris. -- Chris Ball

Re: [PATCH 0/6] mmc: sdhci-s3c: Fix base clock source management

2014-03-03 Thread Tomasz Figa
On 03.03.2014 16:24, Chris Ball wrote: Hi, On Mon, Mar 03 2014, Tomasz Figa wrote: It's been almost two months since I posted this series, it's been already ACKed and it would be nice to have it applied for upcoming release. Sorry about this, Tomasz -- now pushed to mmc-next for 3.15,

Re: [PATCH] mmc: host: dw: fix possible build error

2014-03-03 Thread Felipe Balbi
Hi, On Wed, Feb 26, 2014 at 07:03:59AM +0900, Jaehoon Chung wrote: Hi, Felipe. When you send the patch related with dw_mmc controller, could you use the prefix mmc: dw_mmc:? mmc: dw_mmc: fix possible build error sure, no problem. Do I *really* need to resend though ? It's already -rc5 and

Re: [PATCH] mmc: host: dw: fix possible build error

2014-03-03 Thread Chris Ball
Hi, On Mon, Mar 03 2014, Felipe Balbi wrote: When you send the patch related with dw_mmc controller, could you use the prefix mmc: dw_mmc:? mmc: dw_mmc: fix possible build error sure, no problem. Do I *really* need to resend though ? It's already -rc5 and I still don't see this patch

Re: [PATCH] mmc: host: dw: fix possible build error

2014-03-03 Thread Felipe Balbi
On Mon, Mar 03, 2014 at 07:01:53PM +, Chris Ball wrote: Hi, On Mon, Mar 03 2014, Felipe Balbi wrote: When you send the patch related with dw_mmc controller, could you use the prefix mmc: dw_mmc:? mmc: dw_mmc: fix possible build error sure, no problem. Do I *really* need to resend

[PATCH] mmc: mmc_spi: synchronize STOP_TRANSMISSION with next data token during block reads

2014-03-03 Thread Johnson Thomas
Certain SD cards respond with an invalid response (ie,. response not defined in the SD protocol) during block reads when the OUT_OF_RANGE data token is sent back from the card at the same time as the host sends a STOP_TRANSMISSION command (CMD12). As a result, the card enters a bad state which

[PATCH RESEND] mmc: omap_hsmmc: support more DT properties

2014-03-03 Thread Daniel Mack
This should probably be done implicitly through mmc_of_parse(), but that doesn't play well along with the multi-slot model the hsmmc driver features. Hence, for now, do it manually. The properties are already documented in Documentation/devicetree/bindings/mmc/mmc.txt. Signed-off-by: Daniel Mack

Re: [PATCH v9 2/3] mmc: sdhci-msm: Initial support for Qualcomm chipsets

2014-03-03 Thread Bjorn Andersson
On Fri, Feb 28, 2014 at 3:24 AM, Georgi Djakov gdja...@mm-sol.com wrote: This platform driver adds the initial support of Secure Digital Host Controller Interface compliant controller found in Qualcomm chipsets. Hi Georgi, Sorry for reposting this, I have no idea how I managed to send this

[PATCH 1/1] mmc: dw_mmc: exynos: Staticize dw_mci_exynos_pmops

2014-03-03 Thread Sachin Kamat
'dw_mci_exynos_pmops' is local to this file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/mmc/host/dw_mmc-exynos.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c index

Re: [PATCH 1/6] mmc: sdhci-bcm-kona: fix build errors when built-in

2014-03-03 Thread Matt Porter
On Fri, Feb 28, 2014 at 09:32:24PM +, Russell King wrote: `sdhci_bcm_kona_remove' referenced in section `.data' of drivers/built-in.o: defined in discarded section `.exit.text' of drivers/built-in.o Fixes: 058feb53666f (mmc: sdhci-bcm-kona: make linker-section warning go away) Cc: