[PATCH 1/3] mmc: dw_mmc: use slot-gpio to handle cd pin

2013-12-13 Thread Zhangfei Gao
Suggested by Jaehoon: Use slot-gpio to handle cd-gpio Add function dw_mci_of_get_cd_gpio to check "cd-gpios" from dts. mmc_gpio_request_cd and mmc_gpio_get_cd are used to handle cd pin Signed-off-by: Zhangfei Gao Acked-by: Jaehoon Chung --- drivers/mmc/host/dw_mmc.c | 48 +

[PATCH 3/3] clk: hisilicon: add hi3620_mmc_clks

2013-12-13 Thread Zhangfei Gao
Suggest by Arnd: abstract mmc tuning as clock behavior, also because different soc have different tuning method and registers. hi3620_mmc_clks is added to handle mmc clock specifically on hi3620. Signed-off-by: Zhangfei Gao --- .../bindings/arm/hisilicon/hisilicon.txt | 14 ++ .../de

[PATCH v5 0/3] mmc: dw_mmc: add dw_mmc-k3

2013-12-13 Thread Zhangfei Gao
V5: 0002: Follow advice from Arnd, Update dt descirption and use of_property_for_each_u32 to get table number. v4: Follow Arnd's suggestion abstracting specific tuning to clock, also because new version ip use different method and not use same tuning registers. 0001 acked by Jaehoon v3: 0001:

[PATCH 2/3] mmc: dw_mmc: add dw_mmc-k3 for k3 platform

2013-12-13 Thread Zhangfei Gao
Add dw_mmc-k3.c for k3v2, support sd/emmc Signed-off-by: Zhangfei Gao Signed-off-by: Zhigang Wang --- .../devicetree/bindings/mmc/k3-dw-mshc.txt | 60 + drivers/mmc/host/Kconfig | 10 ++ drivers/mmc/host/Makefile |1 + d

Re: [PATCH 08/12] mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepare

2013-12-13 Thread Simon Horman
On Wed, Dec 11, 2013 at 09:25:09PM -0500, Chris Ball wrote: > Hi Laurent, > > On Wed, Dec 11 2013, Laurent Pinchart wrote: > >> I'm sorry about the delay -- it's in mmc-next for 3.14 now. > > > > Thanks a lot and sorry about shouting. Don't worry about the delay, I only > > wanted to make sure th

max_discard anomaly on certain Sandisk eMMC

2013-12-13 Thread Stephen Warren
On one of my eMMC devices, I see the following results from calling mmc_do_calc_max_discard() with various parameters: [3.057263] MMC_DISCARD_ARG max_discard 1 [3.057266] MMC_ERASE_ARG max_discard 4096 [3.057267] MMC_TRIM_ARGmax_discard 1 This causes mmc_calc_max_discard() to re

Hello Dear Friend,,

2013-12-13 Thread Kuku Gift
Hello Dear Friend,, I am Gift. Please, I will like to be your friend only if you don't mind, contact me for my picture and more about me, Thanks in advance and remain blessed! Gift. -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.ke

Re: [PATCH v2 3/4] rename ARCH_BCM to ARCH_BCM_MOBILE (mmc)

2013-12-13 Thread Christian Daudt
On Mon, Sep 23, 2013 at 10:20 AM, Christian Daudt wrote: > Currently ARCH_BCM has been used for Broadcom > Mobile V7 based SoCs. In order to allow other Broadcom > SoCs to also use mach-bcm directory and files, this patch > renames the original ARCH_BCM to ARCH_BCM_MOBILE, and > uses ARCH_BCM to d

Re: [PATCH v3 1/2] mmc: arasan: Add driver for Arasan SDHCI

2013-12-13 Thread Sören Brinkmann
ping? On Mon, Dec 02, 2013 at 10:02:36AM -0800, Soren Brinkmann wrote: > Add a driver for Arasan's SDHCI controller core. > > Signed-off-by: Soren Brinkmann > Acked-by: Rob Herring [binding] > --- > As discussed, I left binding and license header as is and fixed the typos. > > v3: > - fix typ

Re: [PATCH v2 2/4] rename ARCH_BCM to ARCH_BCM_MOBILE (clocksource)

2013-12-13 Thread Christian Daudt
On Fri, Dec 13, 2013 at 12:48 AM, Daniel Lezcano wrote: > On 09/23/2013 07:20 PM, Christian Daudt wrote: >> >> Currently ARCH_BCM has been used for Broadcom >> Mobile V7 based SoCs. In order to allow other Broadcom >> SoCs to also use mach-bcm directory and files, this patch >> renames the origina

Re: [PATCH v4 1/8] ARM: dts: Declare clocks as fixed on bcm11351

2013-12-13 Thread Tim Kryger
On Thu, Dec 12, 2013 at 11:48 PM, Christian Daudt wrote: > I'll try to sync with other maintainers to pull it in together. I'll > leave this commit in as-is for now as it is harmless on its own. I'll > back it off before 3.14 merge if it poses a problem. Sounds great. Thank you. -- To unsubscri

Re: [PATCH] atmel-mci: fix transfers < 16 bytes problem in PDC mode

2013-12-13 Thread Ludovic Desroches
Hi Olivier, On Thu, Dec 05, 2013 at 10:45:16AM +0100, Olivier Sobrie wrote: [...] > With this patch I'm able to use the wlan sdio module wl1271. > When you've time, it would be nice to validate or fix this > patch. I have tested it and it doesn't solve issue I have with Atheros module. > Than

Re: [PATCH] mmc: sdhci: Allow for long command timeouts

2013-12-13 Thread Adrian Hunter
Hi Chris What about this one? Regards Adrian On 14/11/13 10:16, Adrian Hunter wrote: > The driver has a timer with a 10 second > timeout to catch devices that stop responding. > However it is possible for commands to take > even longer than that. Change the timer > timeout to reflect the comman

Re: [PATCH v2 2/4] rename ARCH_BCM to ARCH_BCM_MOBILE (clocksource)

2013-12-13 Thread Daniel Lezcano
On 09/23/2013 07:20 PM, Christian Daudt wrote: Currently ARCH_BCM has been used for Broadcom Mobile V7 based SoCs. In order to allow other Broadcom SoCs to also use mach-bcm directory and files, this patch renames the original ARCH_BCM to ARCH_BCM_MOBILE, and uses ARCH_BCM to define any Broadcom

Re: [PATCH v4 4/8] ARM: dts: Specify clocks for SDHCIs on bcm11351

2013-12-13 Thread Christian Daudt
On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger wrote: > Specify the external clock label in each SDHCI node. > > Signed-off-by: Tim Kryger > Reviewed-by: Markus Mayer > Reviewed-by: Matt Porter > --- > arch/arm/boot/dts/bcm11351.dtsi | 4 > 1 file changed, 4 insertions(+) > > diff --git a/ar

Re: [PATCH v4 8/8] ARM: dts: Specify clocks for timer on bcm11351

2013-12-13 Thread Christian Daudt
On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger wrote: > Specify the external clock label in the timer node. > > Signed-off-by: Tim Kryger > Reviewed-by: Markus Mayer > Reviewed-by: Matt Porter > --- > arch/arm/boot/dts/bcm11351.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

Re: [PATCH v4 3/8] Documentation: dt: kona-sdhci: Add clocks property

2013-12-13 Thread Christian Daudt
On Thu, Dec 5, 2013 at 11:20 AM, Tim Kryger wrote: > The Kona SDHCI block requires a clock that must be specified in the > device tree. Update the documentation to reflect this requirement. > > Signed-off-by: Tim Kryger > Reviewed-by: Matt Porter > --- > Documentation/devicetree/bindings/mmc/k