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 li

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 devicetree" in the body of a mess

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 li

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 devicetree" 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: [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 devicetree" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

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 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 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: se

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 devicetree" 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 devicetree" in the

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 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_d

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

2013-10-26 Thread Chris Ball
read_u32_array() calls. > +MODULE_DESCRIPTION("K3 Specific DW-MSHC Driver Extension"); > +MODULE_LICENSE("GPL v2"); > +MODULE_ALIAS("platform:dwmmc-k3"); Can you add a MODULE_AUTHOR too? Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubs