Re: [PATCH V2 3/3] MAINTAINERS: mmc: Cleanup MMC/SD/SDIO section and SDHCI driver section

2015-03-15 Thread Chris Ball
Hi, On Fri, Mar 13 2015, Ulf Hansson wrote: > As Chris Ball has moved on to other assignments, he's no longer able to > help me maintain MMC. Let's remove him from the MMC sections in > MAINTAINERS and add him to CREDIT file. > > This also affects the SDHCI DRIVER sec

Re: [PATCH v2] mmc: sdhci: add quirk for ACMD23 broken

2014-12-17 Thread Chris Ball
k to any chipsets, so the patch doesn't actually change any behavior when run on a mainline kernel. Do you have a patch to apply the quirk to your chipset too? We don't typically accept patches that "don't do anything" for mainline users, so that's why we'd li

Re: [PATCH v6 2/2] mmc: jz4740: prepare next dma transfer in parallel with current transfer

2014-08-12 Thread Chris Ball
mit message.) Thanks! - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/2] mmc-utils: RPMB support

2014-08-12 Thread Chris Ball
Hi, On Tue, Aug 12 2014, Roman Peniaev wrote: > ok, I am late :) > in that case I can create another patch by myself. > no problem. Oh! Actually I didn't run git push yet, so you're not late after all. Resending v2 is fine. Thanks, - Chris. -- Chris Ball <htt

Re: [PATCH 0/2] mmc-utils: RPMB support

2014-08-12 Thread Chris Ball
story? If you send a v2, I can turn it into an incremental patch by just copying the changed files over the existing ones. Does that work? I prefer not to rewrite history. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe lin

Re: [PATCH 0/2] mmc-utils: RPMB support

2014-08-12 Thread Chris Ball
he original BSD license + * that the code was released under is included below for clarity. .. since my understanding is that BSD code that's linked into a GPLv2 binary "becomes GPL" inside that project. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: One bug of SDHCI driver

2014-07-14 Thread Chris Ball
form. Please can you test it and let us know whether it fixes the crash? Thanks. From: Chris Ball Subject: [PATCH] mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread 781e989cf59 ("mmc: sdhci: convert to new SDIO IRQ handling") and bf3b5ec66bd ("mmc: sdio_irq: re

Re: [RFC PATCH 1/1 v7]mmc: Support-FFU-for-eMMC-v5.0

2014-06-30 Thread Chris Ball
ven't tested. We could do it, though -- I'd like to hear what Ulf thinks. Please could you give a quick explanation of why doing this in kernel-space makes more sense than using your mmc-utils version? Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe fr

[PATCH] mmc: test: Fix potential __free_pages(NULL) in mmc_test

2014-06-19 Thread Chris Ball
alloc_pages() can return NULL, in which case we'll pass NULL to __free_pages(). Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=78391 Reported-by: RUC_SoftSec Cc: rucsoft...@gmail.com Signed-off-by: Chris Ball --- drivers/mmc/card/mmc_test.c | 3 ++- 1 file changed, 2 insertions(

Re: [GIT PULL] MMC updates for 3.16-rc1

2014-06-12 Thread Chris Ball
ugh the MFD tree (Realtek) and the clock tree (sunxi) trees and >> now the MMC tree. >> >> Don't you guys talk to each other? The Realtek driver is even marked >> as Acked-by Chris Ball in the MFD tree. > > Yes, we do talk to each other. Branch ib-mfd-mmc-memstick-3.

Re: [PATCH v4] mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controller

2014-06-11 Thread Chris Ball
systems, but if that's untrue then I guess it's okay to leave it building. Of course, you could depend on each of the architectures you're aware of it being potentially used on, rather than just ARM. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this l

Re: [PATCH v4] mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controller

2014-06-11 Thread Chris Ball
Please send fixes for the compiler warnings, potential-null mrq, and perhaps add an ARCH_ dependency to stop this building on x86_64. Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a mess

[GIT PULL] MMC updates for 3.16-rc1

2014-06-10 Thread Chris Ball
00644 Documentation/devicetree/bindings/mmc/usdhi6rol0.txt create mode 100644 drivers/mmc/host/moxart-mmc.c create mode 100644 drivers/mmc/host/rtsx_usb_sdmmc.c create mode 100644 drivers/mmc/host/sunxi-mmc.c create mode 100644 drivers/mmc/host/usdhi6rol0.c create mode 100644 include/linux/omap-dm

Re: [PATCH] mmc: sdhci-s3c: Remove use of card_tasklet, which no longer exists

2014-06-04 Thread Chris Ball
Hi, On Wed, Jun 04 2014, Jaehoon Chung wrote: > Didn't you want to merge the below patch? > > https://patchwork.kernel.org/patch/4239541/ > > I have tested with exynos series, and working fine. Oops, of course -- thanks! Pushed to mmc-next for 3.16. - Chris. -- Chris Ball

[PATCH] mmc: sdhci-s3c: Remove use of card_tasklet, which no longer exists

2014-06-04 Thread Chris Ball
"mmc: sdhci: push card_tasklet into threaded irq handler" removed the card_tasklet, but it is still in use by sdhci-s3c.c. Signed-off-by: Chris Ball --- Hi, sdhci-s3c is currently failing to build due to the removal of card_tasklet. I think this trivial patch might do the right thing

Re: [PATCH v4] mmc: add a driver for the Renesas usdhi6rol0 SD/SDIO host controller

2014-06-02 Thread Chris Ball
iles changed, 1887 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mmc/usdhi6rol0.txt > create mode 100644 drivers/mmc/host/usdhi6rol0.c Thanks, looks good, pushed to mmc-next for 3.16. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this l

Re: [PATCH] mmc: sdhci-of-esdhc: Fixup compile error

2014-05-23 Thread Chris Ball
Hi, On Fri, May 23 2014, Ulf Hansson wrote: > The commit below introduced compile errors, let's fix them. > mmc: sdhci-of-esdhc: remove platform_suspend/platform_resume callbacks > > Cc: Russell King > Signed-off-by: Ulf Hansson Thanks, pushed to mmc-next. - Chris. --

Re: [PATCH v3 1/2] mmc: tegra: disable UHS modes

2014-05-23 Thread Chris Ball
hris, can you pick this up? Thanks, pushed to mmc-next for 3.16. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v3 2/2] mmc: tegra: fix reporting of base clock frequency

2014-05-23 Thread Chris Ball
cker >> Tested-by: Stephen Warren >> Acked-by: Stephen Warren > > Thanks Andrew! > > Signed-off-by: Ulf Hansson > > Chris, can you pick this up? Thanks, pushed to mmc-next for 3.16. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this l

Re: [PATCH] mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handler

2014-05-23 Thread Chris Ball
Hi, On Fri, May 23 2014, Ulf Hansson wrote: > Thanks Sebastian! > > Signed-off-by: Ulf Hansson > > Chris, can you pick this up? Thanks, pushed to mmc-next. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe l

Re: [mmc:mmc-next 79/96] drivers/mmc/host/omap_hsmmc.c:1841:30: error: 'struct dev_pm_info' has no member named 'runtime_status'

2014-05-22 Thread Chris Ball
e hooks > mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x > > Balaji: > mmc: omap_hsmmc: use IS_ERR macro for error checking Done. Thanks! - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscrib

Re: [GIT PULL] MMC updates for mmc-next for 3.16, take 3

2014-05-22 Thread Chris Ball
DR52)) > + ctrl_2 |= SDHCI_CTRL_UHS_DDR50; > > Should be replaced by; > + else if ((timing == MMC_TIMING_UHS_DDR50) || > +(timing == MMC_TIMING_MMC_DDR52)) > + ctrl_2 |= SDHCI_CTRL_UHS_DDR50; Done and pushed out, thanks. - Chris. -- Ch

Re: [GIT PULL] MMC updates for mmc-next for 3.16, take 3

2014-05-22 Thread Chris Ball
eclared (first use in this function) else if ((ios->timing == MMC_TIMING_UHS_DDR50) || ^ drivers/mmc/host/sdhci.c:1432:12: note: each undeclared identifier is reported only once for each function it appears in make[3]: *** [drivers/mmc/host/sdhci.o] Error 1 - Chris. -- Chris Ball

Re: [PATCH v2 1/3] mmc: tegra: disable UHS modes

2014-05-20 Thread Chris Ball
er sdhci patches, but I think we're running out of time for that -- so we'll merge this one way or another within a few days. Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] mmc: sdhci: remove mdelay in eMMC tuning

2014-05-13 Thread Chris Ball
am or does cjb need to > respond it's been accepted? > > It doesn't appear to have landed in mmc-next branch yet: > http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc.git/log/?h=mmc-next > > apologies if it appears I am being impatient...but it's been alm

Re: [GIT PULL] MMC updates for mmc-next for 3.16, take 2

2014-05-12 Thread Chris Ball
ed by the patch I dropped? If you happen to know, would be great to understand it. :) Thanks! - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [GIT PULL] MMC updates for mmc-next for 3.16, take 1

2014-04-20 Thread Chris Ball
comments, please pull them into > you mmc-next branch once you have re-based it towards an 3.15 rc. Thanks Ulf! All pushed to mmc-next for 3.16. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the b

Re: [PATCH 1/1] mmc: sdhci-pci-o2micro Add SeaBird SeaEagle SD3 support

2014-04-18 Thread Chris Ball
Same -- what is the purpose of the value you're reading, and what does adding this bit to it achieve? > + pci_write_config_dword(chip->pdev, > + O2_SD_FUNC_REG4, scratch_32); Thanks, - Chris. -- Chris Ball <ht

Re: [PATCH 4/4] ARM: tegra: fix Venice2 VQMMC regulators

2014-04-15 Thread Chris Ball
your board supports ultra-high-speed modes on an SD 3.0 host, and a vmmc-supply if your card power is controlled by a regulator. I agree that this ought to be in the bindings somewhere. Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line &

[GIT PULL] MMC updates for 3.15-rc1

2014-04-08 Thread Chris Ball
ntext mmc: omap_hsmmc: fix request done for sbc error case mmc: omap_hsmmc: split dma setup mmc: omap_hsmmc: add cmd23 support mmc: omap_hsmmc: add autocmd23 support Chris Ball (1): Revert "dts: socfpga: Add support for SD/MMC on the SOCFPGA platform" Chr

Re: [PATCH] mmc: sdhci-acpi: Intel SDIO has broken card detect

2014-04-07 Thread Chris Ball
Hi Adrian, On Mon, Apr 07 2014, Ulf Hansson wrote: > On 3 April 2014 13:58, Adrian Hunter wrote: >> Intel SDIO has broken card detect so add a quirk >> to reflect that. >> >> Signed-off-by: Adrian Hunter > > Acked-by: Ulf Hansson Pushed to mmc-next for 3.15,

Re: [PATCH] mmc: sdhci-pxav3: add support for the Armada 38x SDHCI controller

2014-03-29 Thread Chris Ball
ks good, pushed to mmc-next for 3.15, thanks. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v11 0/3] mmc: sdhci-msm: Add support for Qualcomm chipsets

2014-03-26 Thread Chris Ball
still on its way, but this driver also works >> fine with dummy regulators. > > Looks good to me! > > For the complete patchset: > > Acked-by: Ulf Hansson Thanks Georgi and Ulf -- pushed all three patches to mmc-next for 3.15. - Chris. -- Chris Ball <http://

Re: RESEND:[PATCH V3] sdhci: only reprogram retuning timer when flag is set

2014-03-25 Thread Chris Ball
>>> Signed-off-by: Arend van Spriel >> >> In addition to solve your problem, this patch also makes sense in the >> common case, so: >> >> Reviewed-by: Aaron Lu > > Hi Chris, > > Is this patch still in your queue? Thanks! I've pushed this to

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

2014-03-24 Thread Chris Ball
patch for 3.15? It was missed for 3.14. Sorry about that -- it's in mmc-next for 3.15 now. Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/6] mmc: sdhci-acpi: Fix broken card detect for ACPI HID 80860F14

2014-03-17 Thread Chris Ball
> Allow for irq being shared" Thanks, merged all six patches (with v2 of 6/6) to mmc-next for 3.15. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: RFC: raw extcsd dump

2014-03-07 Thread Chris Ball
the debugfs node? mount -t debugfs /dev/mmcblk0 /mnt/ cat /mnt/mmc0/mmc0\:0001/ext_csd Want to explain whether that's insufficient? If so, maybe we should just fix that instead. Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line &q

Re: [PATCH 0/6] mmc: kona/spear updates

2014-03-04 Thread Chris Ball
lying > these. Thanks, all pushed to mmc-next. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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

2014-03-04 Thread Chris Ball
Hi Balaji, On Tue, Mar 04 2014, Balaji T K wrote: > git://git.ti.com/~balajitk/ti-linux-kernel/omap-hsmmc.git omap_hsmmc-for-3.15 Thanks, all pushed to mmc-next for 3.15. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubsc

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

2014-03-03 Thread Chris Ball
s already > -rc5 and I still don't see this patch merged. No need to resend, I can fix this up -- pushed to mmc-next, thanks. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of

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. -- Ch

Re: [PATCHv3 1/3] mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmc

2014-02-26 Thread Chris Ball
ip already has this functionality, re-use the code that is >>> already in dw_mmc-pltfm.c. >> >> Acked-by: Seungwon Jeon > > If you're ok with this patch series, can you please apply them for 3.15? Thanks, pushed to mmc-next for 3.15. - Chris. -- Chris B

Re: [PATCH Resend 01/10] mmc: ushc: Fix incorrect parameter in sizeof

2014-02-25 Thread Chris Ball
Hi, On Tue, Feb 25 2014, Sachin Kamat wrote: > Hi Ulf / Chris, > > This series which is a re-send has been pending since a very long time. > Hope to have this merged atleast during this cycle. Thanks, all pushed to mmc-next for 3.15, sorry for the delay. - Chris. -- Chris Bal

Re: [PATCH v4 5/8] mmc: sdhci-bcm-kona: Add basic use of clocks

2014-02-24 Thread Chris Ball
Hi, On Mon, Feb 24 2014, Matt Porter wrote: > Chris: we no longer need this to be taken through arm-soc since removing > the dependency. Could you please take this patch through your tree for > 3.15? Thanks, pushed to mmc-next for 3.15. - Chris. -- Chris Ball <http://printf

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

2014-02-23 Thread Chris Ball
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 Thanks, - Chris. -- Chris Ball <http:

Re: [PATCH] mmc: sdhci: add quirk for broken write protect detection

2014-02-23 Thread Chris Ball
e hardware? (We'd probably use broken-wp, for symmetry with the existing broken-cd.) Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [GIT PULL] MMC updates for mmc-next for 3.15, take 1

2014-02-23 Thread Chris Ball
Hi Ulf, On Sun, Feb 23 2014, Ulf Hansson wrote: > I would suggest we go ahead and merge this for 3.15, unless you have > any concerns with any of the patches of course. Okay, pushed to mmc-next for 3.15. Thanks! - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe fr

Re: [PATCH RFC 07/31] mmc: sdhci: push card_tasklet into threaded irq handler

2014-02-22 Thread Chris Ball
e a good idea to allow hosts which do the "turn power on, > send 74 clocks" automonously avoid having to deal with the power_up > transition. > > It also means that hosts aren't having to work out if the timings have > changed, or the clocks, or anything else. > > Wh

Re: [PATCH] MAINTAINERS: Add maintainer for the mmc subsystem

2014-02-22 Thread Chris Ball
Hi Ulf, On Tue, Feb 18 2014, Ulf Hansson wrote: > Put myself as a (co)maintainer of the mmc subsystem to help out Chris > Ball in a more official role. > > Signed-off-by: Ulf Hansson > --- > > Chris, if you are happy having me as your co-maintainer, the plan from > my si

Re: [PATCH 1/3] mmc: core: Add DT bindings for SD card's UHS bus speed modes

2014-02-22 Thread Chris Ball
Hi Ulf, On Fri, Feb 14 2014, Ulf Hansson wrote: > Provide the option to configure these speed modes per host, for those > host driver's that can't distinguish this in runtime. > > Signed-off-by: Ulf Hansson Thanks, pushed all 3/3 to mmc-next for 3.15. - Chris. --

Re: [PATCH v2 0/3] mmc: rtsx: fix bug and support nonblocking request

2014-02-22 Thread Chris Ball
in. > > We offer a concise tuning searching method, it is much easier to read. > > At last we add support for nonblocking request, which will improve card read > speed at about 10% write speed about 5% normally. Thanks, all 3 patches pushed to mmc-next for 3.15. - Chris. -- Chris Bal

Re: [PATCH RFC 07/31] mmc: sdhci: push card_tasklet into threaded irq handler

2014-02-22 Thread Chris Ball
jections to putting these in mmc-next straight away rather than waiting for test results to come in? - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org Mor

Re: [PATCH] mmc: sdhci: add support for realtek rts5250

2014-02-22 Thread Chris Ball
ed to mmc-next for 3.15. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [RESEND 0/7] mmc: omap: Fixes, cleanup and add ERASE capability

2014-02-22 Thread Chris Ball
and Tested-by lines from Tony and Aaro. > Note Jarkko Lavinen is not cc'ed since he no longer works for Samsung and I > don't know his personal address. > > Set goes on top of mmc.git v3.14-rc2-10-g7536d3f83aa4. Thanks, all 7 pushed to mmc-next for 3.15. - Chris. --

Re: [PATCH 0/5][RESENT]mmc: sh_mobile_sdhi: DT update for R-Car

2014-02-22 Thread Chris Ball
20cbb2) Thanks, I've pushed all five patches to mmc-next for 3.15, after making Sergei's suggested changelog edit to 5/5 of "This patch adds DT support for r8a7791." - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsu

Re: [GIT PULL] MMC updates for mmc-next for 3.14, take 1

2014-02-13 Thread Chris Ball
Hi Ulf, On Fri, Dec 20 2013, Ulf Hansson wrote: > 11 files changed, 40 insertions(+), 179 deletions(-) Sorry for the delay, and thank you for the pleasing diffstat. :-) Pushed to mmc-next for 3.15. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list:

Re: [PATCH v2] mmc-utils: add eMMC 5.0 FFU support

2014-02-02 Thread Chris Ball
= ioctl(fd, MMC_IOC_CMD, &idata); > + if (ret) { > + retcode = ret; > + printf("ioctl: MMC_SWITCH (eMMC 5.0 FW Update) %m\n"); > + goto abort_update; > + } > + > + /* 2) send CMD25 0x */ I think that first

Re: [PATCH v2] mmc-utils: add eMMC 5.0 FFU support

2014-01-28 Thread Chris Ball
E=2 -g -O2 -Wp,-MMD,./.mmc_cmds.o.d,-MT,mmc_cmds.o -c mmc_cmds.c mmc_cmds.c: In function ‘do_firmware_update’: mmc_cmds.c:1290:4: error: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Werror=format=] fwsize, fwfilename, ret); ^ cc1: all warnings being treated as err

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

2014-01-27 Thread Chris Ball
affic. So this use case is already supported using the current interfaces. If this interface doesn't work for your use case, could you talk a little more about what you're trying to achieve? Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: s

[GIT PULL] MMC updates for 3.14-rc1

2014-01-25 Thread Chris Ball
-mci: add vmmc-supply support Bing Zhao (1): mmc: sdio: add a quirk for broken SDIO_CCCR_INTx polling Chris Ball (1): MAINTAINERS: mmc: Update Chris Ball's email address. Chuansheng Liu (1): mmc: sdhci: Setting the host->mrq to NULL before executing tuning David Cohen (2):

Re: [PATCH] mmc-utils: add eMMC 5.0 FFU support

2014-01-25 Thread Chris Ball
Hi Grant, On Thu, Jan 23 2014, Grant Grundler wrote: > respin sent with "v2" in subject line and includes the '\0' assignment change. > > Apologies again. Thanks, no worries. Would you like me to take this now, or wait for testing? - Chris. -- Chris Ball

Re: [PATCH] mmc-utils: add eMMC 5.0 FFU support

2014-01-23 Thread Chris Ball
) { ^ mmc_cmds.c:1290:4: error: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ [-Werror=format=] fwsize, fwfilename, ret); ^ cc1: all warnings being treated as errors make: *** [mmc_cmds.o] Error 1 -- Chris Ball <http://printf.net/> -- To unsubscribe

Re: [PATCH] mmc-utils: add eMMC 5.0 FFU support

2014-01-23 Thread Chris Ball
Hi, On Thu, Jan 23 2014, Grant Grundler wrote: > + cid[13] = 0;/* make sure string is NULL terminated */ Ah, and if you're respinning the patch anyway, would you object to using '\0' here? Just a style preference, either way is okay. Thanks, - Chris. -- Chr

Re: [PATCH] mmc-utils: add eMMC 5.0 FFU support

2014-01-23 Thread Chris Ball
patches (and ideally push them up to me too)? Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH V3] mmc: sdhci-pci: Fix BYT sd card getting stuck in runtime suspend

2014-01-20 Thread Chris Ball
y: Adrian Hunter > --- > > V3: Update comments to reflect that the original patch > applies to stable trees whereas the rebased patch does > not. > > V2: Rebased Thanks, pushed v3 to mmc-next for 3.14. Looks like you lost the stable@ tag in v3 (and have a mispaste after t

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

2014-01-20 Thread Chris Ball
t; > Signed-off-by: Adrian Hunter Thanks, pushed to mmc-next for 3.14, sorry for the delay. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majo

Re: [PATCH v3] mmc/sdio: add a quirk for broken SDIO_CCCR_INTx polling

2014-01-17 Thread Chris Ball
ushed to mmc-next for 3.14. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] mmc: sdhci: fix possible scheduling while atomic

2014-01-17 Thread Chris Ball
ren't quite identical -- Andrew's leaves the >> disable_irq() call in and Aisheng's removes it. Which should I take? > > Since the disable_irq() is now redundant, I suppose Aisheng's is more correct Thanks, pushed Aisheng's version to mmc-next for 3.14. -

Re: [PATCH] mmc: sdhci: fix possible scheduling while atomic

2014-01-17 Thread Chris Ball
up... The patches aren't quite identical -- Andrew's leaves the disable_irq() call in and Aisheng's removes it. Which should I take? Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" i

Re: [PATCH 2/2] mmc: dw_mmc: k3: remove clk_table

2014-01-17 Thread Chris Ball
take 2/2, just pushed it to mmc-next for 3.14. Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/2] mmc: dw_mmc: k3: remove clk_table

2014-01-17 Thread Chris Ball
t; > Acked-by: Seungwon Jeon It looks like patch 1/2 did not make 3.14. Do you want me to take this patch for 3.14 anyway? (Why?) Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the

Re: [PATCH] mmc: dw_mmc: fix dw_mci_get_cd

2014-01-17 Thread Chris Ball
man >> > Reviewed-by: Sachin Kamat >> > Tested-by: Sachin Kamat >> >> I didn't look at the patch in detail, but can at least confirm that >> Arndale boots again in -next with this patch applied. >> >> Tested-by: Kevin Hilman > > Acked-by

Re: [GIT PULL] MMC updates for mmc-next for 3.14, take 1

2014-01-15 Thread Chris Ball
t's okay, thanks. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: wl1271: sdio: is fine-grained runtime_pm possible?

2014-01-13 Thread Chris Ball
etwork activity to process, and to generate an interrupt they need to be turned on. How would you avoid having the WLAN device be unpowered while someone is trying to talk to you? - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "

Re: [PATCH -next] mmc: dw_mmc: fix sparse non static symbol warning

2014-01-13 Thread Chris Ball
hanks, pushed to mmc-next for 3.14. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] mmc: core: sd: implement proper support for sd3.0 au sizes

2014-01-13 Thread Chris Ball
lude > #include > #include Thanks, already rebased this change into your original patch, I'll push the amended version out to mmc-next shortly. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" i

Re: [PATCH V2 1/2] mmc: sdhci-esdhc-imx: fix access hardirq-unsafe lock in atomic context

2014-01-13 Thread Chris Ball
a mutex lock. > > The fix avoids access mutex in .set_clock callback by initializing the > pltfm_host->clock at probe time and use it later instead of calling > clk_get_rate again in atomic context. > > [ INFO: HARDIRQ-safe -> HARDIRQ-unsafe lock order detected ] Thanks, pus

Re: [PATCH V2 2/2] mmc: sdhci-esdhc-imx: fix warning during module remove function

2014-01-13 Thread Chris Ball
8/0x88() Thanks, pushed to mmc-next. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] mmc: core: sd: implement proper support for sd3.0 au sizes

2014-01-13 Thread Chris Ball
7;d even > think this could be suitable for stable. Sorry about that! I agree, pushed to mmc-next for 3.14 with stable@ tag. Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCHv3] mmc: atmel-mci: add vmmc-supply support

2014-01-13 Thread Chris Ball
Hi, On Mon, Jan 13 2014, Alexandre Belloni wrote: > I still don't see that on mmc.git, Any issue with that patch ? I would > prefer not missing the 3.14 merge window. Sorry about that -- just pushed to mmc-next for 3.14 with ACKs from Ulf and Ludovic. Thanks, - Chris. -- Chris Ball

Re: [RFC/PATCH 0/2] mmc: sdhci: Workaround Intel Merrifield issue for HS200

2014-01-13 Thread Chris Ball
3-rc1). > > Okay, thanks for the information. > So please take my ACK: > Acked-by: Dong Aisheng Thanks, I've pushed this to mmc-next now. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" i

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

2014-01-12 Thread Chris Ball
Hi Soren, On Mon, Dec 02 2013, Soren Brinkmann wrote: > Add a driver for Arasan's SDHCI controller core. > > Signed-off-by: Soren Brinkmann > Acked-by: Rob Herring [binding] Thanks, pushed patch 1/2 to mmc-next for 3.14. - Chris. -- Chris Ball <http://printf.net/>

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

2014-01-12 Thread Chris Ball
Hi, I've pushed patches 1 and 2 to mmc-next for 3.14, with Arnd and Jaehoon's ACK -- since patch 3 depends on files that aren't in my tree, please can you push that one through arm-soc? Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from thi

Re: [PATCH 0/2] add support of O2Mirco/BayHubTech SD hosts

2014-01-12 Thread Chris Ball
tion, I create new files but not add hundreds > lines of code into the main source file. Pushed to mmc-next for 3.14, thanks. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to m

Re: [PATCH] mmc: tmio: fixup compile error

2014-01-12 Thread Chris Ball
unction it appears in >> >> Reported-by: Arnd Bergmann >> Signed-off-by: Kuninori Morimoto > > Acked-by: Simon Horman Thanks, pushed to mmc-next for 3.14. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsub

Re: [PATCH 07/15] mmc: sdhi: Enable driver compilation with COMPILE_TEST

2014-01-07 Thread Chris Ball
hanks, both pushed to mmc-next for 3.14, sorry for the delay. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH REPOST3] mmc: tegra: add support for Tegra124

2014-01-06 Thread Chris Ball
simple and doesn't enable those modes, we don't actually need to address > any of these HW differences in the code yet, hence the simple nature of > this patch. > > Signed-off-by: Stephen Warren > Reviewed-by: Thierry Reding Thanks, pushed to mmc-next for 3.14; sorry for t

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

2013-12-11 Thread Chris Ball
nderstand that Guennadi's not around as much anymore.) - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 0/4] mmc: tmio/SDHI fixup patches

2013-12-11 Thread Chris Ball
and, current user has no conflict by this patch. > > sh_mobile_sdhi/tmio-mmc is very similar, but, have some difference. > #2 - #4 cares such case. > > These were part of "SDHI support for r8a7790" patch set, > but was separated Sorry for the delay, I've pushe

Re: mmc: mxs: Use mmc_of_parse

2013-12-11 Thread Chris Ball
Hi Sascha, On Thu, Dec 05 2013, Sascha Hauer wrote: > We have a generic mmc_of_parse function. Use it in the mxs-mmc driver > to make the code simpler and to parse some new devicetree propeties. Great, thanks for doing this; all six patches pushed to mmc-next for 3.14. - Chris. -- Chri

Re: [PATCH] mmc: sdhci-acpi: add new ACPI ID

2013-12-11 Thread Chris Ball
> > Acked-by: Adrian Hunter Thanks, pushed to mmc-next for 3.14. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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

2013-12-11 Thread Chris Ball
Hi Laurent, On Wed, Dec 11 2013, Laurent Pinchart wrote: > PING ? I'm sorry about the delay -- it's in mmc-next for 3.14 now. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in th

Re: [PATCH v2] mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable()

2013-12-11 Thread Chris Ball
>> Acked-by: Shawn Guo > > Any comments on this one? Looks like this one doesn't apply cleanly anymore, sorry for leaving it so long -- please could you submit a new version? Thanks. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the

Re: [PATCH 1/3] mmc:sdhci-esdhc-imx: Use NULL instead of zero

2013-12-11 Thread Chris Ball
pushed to mmc-next for 3.14. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: e⋅MMC forward compatibility

2013-11-28 Thread Chris Ball
Sounds good to me -- want to send a patch? Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-27 Thread Chris Ball
ng Aaro and Jarkko (Nikula) as maintainers for this driver. Thanks! - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 3/8] mmc: omap: Fix I2C dependency and make driver usable with device tree

2013-11-26 Thread Chris Ball
e last blockers for dropping a > bunch of legacy platform data for mach-omap2. > > Cc: Chris Ball > Cc: linux-mmc@vger.kernel.org > Signed-off-by: Tony Lindgren Feel free to merge via your tree: Acked-by: Chris Ball - Chris. -- Chris Ball <http://printf.net/> -- To un

Re: [PATCH 2/8] mmc: omap: Fix DMA configuration to not rely on device id

2013-11-26 Thread Chris Ball
Hi Tony, On Mon, Nov 18 2013, Tony Lindgren wrote: > We are wrongly relying on device id for the DMA configuration > which can lead to wrong DMA channel being selected. > > Fix the issue by using the standard resources like we should. > > Cc: Chris Ball > Cc: linux-mmc@vge

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

2013-11-26 Thread Chris Ball
return 0; > + > +err_pltfm_free: > + sdhci_pltfm_free(pdev); > +clk_disable_all: > + clk_disable_unprepare(clk_xin); > +clk_dis_ahb: > + clk_disable_unprepare(sdhci_arasan->clk_ahb); > + > + return ret; > +} > + > +static int sdhci_arasan_remove(struct platform_device *pde

Re: [PATCH] mmc: sdhci: Setting the host->mrq to NULL before executing tuning

2013-11-26 Thread Chris Ball
. > + */ > + host->mrq = NULL; > + > spin_unlock_irqrestore(&host->lock, flags); > sdhci_execute_tuning(mmc, tuning_opcode); > spin_lock_irqsave(&host->lo

  1   2   3   4   5   6   7   8   9   10   >