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 section, sinc

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 section, since its state now becomes

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

2014-12-17 Thread Chris Ball
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 like to see the chipset patch too.

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

2014-12-17 Thread Chris Ball
, so that's why we'd like to see the chipset patch too. Thanks, - Chris. -- Chris Ball http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

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

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

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

2014-08-12 Thread Chris Ball
.) Thanks! - Chris. -- Chris Ball http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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: One bug of SDHCI driver

2014-07-14 Thread Chris Ball
it and let us know whether it fixes the crash? Thanks. From: Chris Ball ch...@printf.net 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: rework sdio irq handling

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

2014-06-12 Thread Chris Ball
gh 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.16 was > cre

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

2014-06-12 Thread Chris Ball
(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.16 was created as a result. Based on no facts at all, I'm guessing that the shared

[GIT PULL] MMC updates for 3.16-rc1

2014-06-10 Thread Chris Ball
sdhi6rol0.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-dmaengine.h -- Chris Ball <http:

[GIT PULL] MMC updates for 3.16-rc1

2014-06-10 Thread Chris Ball
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-dmaengine.h -- Chris Ball http://printf.net

Re: linux-next: build failure after merge of the mmc tree

2014-06-04 Thread Chris Ball
Hi Stephen, On Wed, Jun 04 2014, Chris Ball wrote: > On Tue, Jun 03 2014, Stephen Rothwell wrote: >>> This is back again. I have no idea why I didn't get this failure on >>> Friday. Please, guys, go through your tree and fix this problem once >>> and for all. G

Re: linux-next: build failure after merge of the mmc tree

2014-06-04 Thread Chris Ball
tree from next-20140522 again for today. > > Just wondering if you are even receiving my email? Sorry about this, I'm working on it now. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: linux-next: build failure after merge of the mmc tree

2014-06-04 Thread Chris Ball
. Just wondering if you are even receiving my email? Sorry about this, I'm working on it now. - Chris. -- Chris Ball http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: linux-next: build failure after merge of the mmc tree

2014-06-04 Thread Chris Ball
Hi Stephen, On Wed, Jun 04 2014, Chris Ball wrote: On Tue, Jun 03 2014, Stephen Rothwell wrote: This is back again. I have no idea why I didn't get this failure on Friday. Please, guys, go through your tree and fix this problem once and for all. Grep is your friend. I have used the mmc

Re: linux-next: build failure after merge of the mmc tree

2014-06-02 Thread Chris Ball
Hi, On Mon, Jun 02 2014, Mike Turquette wrote: >> Hi Mike, Chris, >> >> So, the proper thing would be to let Mike to carry the above patch >> though his clk tree instead. >> >> Could we arrange that? > > I'm happy to take it with Chris' Acked-by. Thank

Re: linux-next: build failure after merge of the mmc tree

2014-06-02 Thread Chris Ball
Hi, On Mon, Jun 02 2014, Mike Turquette wrote: Hi Mike, Chris, So, the proper thing would be to let Mike to carry the above patch though his clk tree instead. Could we arrange that? I'm happy to take it with Chris' Acked-by. Thanks, please do: Acked-by: Chris Ball ch...@printf.net

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

2014-05-23 Thread Chris Ball
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-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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

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

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 ulf.hans...@linaro.org 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 linux-kernel

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

2014-05-23 Thread Chris Ball
-by: Stephen Warren swar...@nvidia.com Thanks Andrew! Signed-off-by: Ulf Hansson ulf.hans...@linaro.org Chris, 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-kernel

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

2014-05-23 Thread Chris Ball
Chris, 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-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

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

2014-05-20 Thread Chris Ball
hink 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-kernel" in the body of a message to majord...@vger.kernel.org

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

2014-05-20 Thread Chris Ball
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-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: linux-next: build failure after merge of the mmc tree

2014-04-22 Thread Chris Ball
of bus speed mode > e64f275 mmc: step power class after final selection of bus mode > 6371adf mmc: identify available device type to select > 3957848 mmc: drop the speed mode of card's state Done, thanks. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list:

Re: linux-next: build failure after merge of the mmc tree

2014-04-22 Thread Chris Ball
mmc: step power class after final selection of bus mode 6371adf mmc: identify available device type to select 3957848 mmc: drop the speed mode of card's state Done, thanks. - Chris. -- Chris Ball http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel

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

2014-04-15 Thread Chris Ball
d 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 "unsub

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

2014-04-15 Thread Chris Ball
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 unsubscribe linux-kernel in the body

[GIT PULL] MMC updates for 3.15-rc1

2014-04-08 Thread Chris Ball
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" Christia

[GIT PULL] MMC updates for 3.15-rc1

2014-04-08 Thread Chris Ball
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 Christian Daudt (1

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 v11 0/3] mmc: sdhci-msm: Add support for Qualcomm chipsets

2014-03-26 Thread Chris Ball
, but this driver also works fine with dummy regulators. Looks good to me! For the complete patchset: Acked-by: Ulf Hansson ulf.hans...@linaro.org Thanks Georgi and Ulf -- pushed all three patches to mmc-next for 3.15. - Chris. -- Chris Ball ch...@printf.net http://printf.net/ -- To unsubscribe

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-kernel" in the body of a message

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

2014-03-03 Thread Chris Ball
. No need to resend, I can fix this up -- pushed to mmc-next, thanks. - Chris. -- Chris Ball ch...@printf.net http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

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:

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 ch...@printf.net http

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 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 ch...@printf.net Thanks, - Chris. -- Chris Ball ch

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 v2 0/3] mmc: rtsx: fix bug and support nonblocking request

2014-02-22 Thread Chris Ball
gain. > > 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. -- C

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

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

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

2014-02-22 Thread Chris Ball
...@realsil.com.cn Thanks, pushed to mmc-next for 3.15. - Chris. -- Chris Ball ch...@printf.net http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

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

2014-02-22 Thread Chris Ball
again. 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 Ball ch

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 ulf.hans...@linaro.org --- Chris, if you are happy having me as your co-maintainer, the plan from my side

[GIT PULL] MMC updates for 3.14-rc1

2014-01-25 Thread Chris Ball
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): mmc: sdhci:

[GIT PULL] MMC updates for 3.14-rc1

2014-01-25 Thread Chris Ball
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): mmc

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

2014-01-17 Thread Chris Ball
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. - Chris. -- Chris Ball &l

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

2014-01-17 Thread Chris Ball
. 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-kernel" in the body of a

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

2014-01-17 Thread Chris Ball
... 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 ch...@printf.net http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

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

2014-01-17 Thread Chris Ball
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. - Chris. -- Chris Ball ch...@printf.net http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH v4 2/4] mmc: sdhci-acpi: convert to use GPIO descriptor API

2014-01-13 Thread Chris Ball
t to proceed with the rest of the refactorings. > > Chris, beat me up if you're unhappy with this. > > (If it explodes in linux-next I'll just back it all out.) That's fine. Feel free to add: Acked-by: Chris Ball Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To

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

Re: linux-next: build failure after merge of the mmc tree

2014-01-13 Thread Chris Ball
h from mmc-next now. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: linux-next: build failure after merge of the mmc tree

2014-01-13 Thread Chris Ball
. - Chris. -- Chris Ball ch...@printf.net http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

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

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

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 ch

Re: [PATCH v4 2/4] mmc: sdhci-acpi: convert to use GPIO descriptor API

2014-01-13 Thread Chris Ball
contributor and we need it to proceed with the rest of the refactorings. Chris, beat me up if you're unhappy with this. (If it explodes in linux-next I'll just back it all out.) That's fine. Feel free to add: Acked-by: Chris Ball ch...@printf.net Thanks, - Chris. -- Chris Ball ch...@printf.net

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/> -- T

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 soren.brinkm...@xilinx.com Acked-by: Rob Herring rob.herr...@calxeda.com [binding] Thanks, pushed patch 1/2 to mmc-next for 3.14. - Chris. -- Chris Ball

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

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

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

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

2013-11-26 Thread Chris Ball
nprepare(sdhci_arasan->clk_ahb); > + > + return ret; > +} > + > +static int sdhci_arasan_remove(struct platform_device *pdev) > +{ > + struct sdhci_host *host = platform_get_drvdata(pdev); > + struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host); >

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(>lock, flags); > sdhci_execute_tuning(mmc, tuning_opcode); > spin_lock_irqsave(>lock, flags); Thanks, pushed to mmc-next for 3.14.

Re: [PATCH] mmc: tmio: remove myself as a maintainer

2013-11-26 Thread Chris Ball
gt; -M: Guennadi Liakhovetski > M: Ian Molton > L: linux-...@vger.kernel.org > S: Maintained Pushed to mmc-next for 3.14. Thanks for all your work up to now! - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscr

Re: [PATCH] mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq()

2013-11-26 Thread Chris Ball
+ * further indications of Card Interrupt in the status to avoid a > + * needless loop. > + */ > + if (cardint) > + intmask &= ~SDHCI_INT_CARD_INT; > if (intmask && --max_loops) > goto again; > out: Thanks, this was i

Re: [PATCH v2] mmc: fix host release issue after discard operation

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

Re: [PATCH v2] mmc: fix host release issue after discard operation

2013-11-26 Thread Chris Ball
to mmc-next for 3.14 and -stable. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH] mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq()

2013-11-26 Thread Chris Ball
to avoid a + * needless loop. + */ + if (cardint) + intmask = ~SDHCI_INT_CARD_INT; if (intmask --max_loops) goto again; out: Thanks, this was included in 3.13-rc1 via mmc-next. - Chris. -- Chris Ball c...@laptop.org http://printf.net

Re: [PATCH] mmc: tmio: remove myself as a maintainer

2013-11-26 Thread Chris Ball
...@gmx.de M: Ian Molton i...@mnementh.co.uk L: linux-...@vger.kernel.org S: Maintained Pushed to mmc-next for 3.14. Thanks for all your work up to now! - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel

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

2013-11-26 Thread Chris Ball
); spin_lock_irqsave(host-lock, flags); Thanks, pushed to mmc-next for 3.14. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org

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

2013-11-26 Thread Chris Ball
(sdhci_arasan_driver); + +MODULE_DESCRIPTION(Driver for the Arasan SDHCI Controller); +MODULE_AUTHOR(Soeren Brinkmann soren.brinkm...@xilinx.com); Missing a closing here. +MODULE_LICENSE(GPL); Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list

[GIT PULL] MMC updates for 3.13-rc1

2013-11-16 Thread Chris Ball
mmc/dw_mmc.h | 4 + include/linux/mmc/host.h | 5 +- include/linux/platform_data/mmc-esdhc-imx.h| 5 + 54 files changed, 1818 insertions(+), 1240 deletions(-) -- Chris Ball <http://printf.net/> -- To unsubscribe from this l

[GIT PULL] MMC updates for 3.13-rc1

2013-11-16 Thread Chris Ball
| 4 + include/linux/mmc/host.h | 5 +- include/linux/platform_data/mmc-esdhc-imx.h| 5 + 54 files changed, 1818 insertions(+), 1240 deletions(-) -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list

Re: [PATCH] mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq()

2013-11-08 Thread Chris Ball
+ * further indications of Card Interrupt in the status to avoid a > + * needless loop. > + */ > + if (cardint) > + intmask &= ~SDHCI_INT_CARD_INT; > if (intmask && --max_loops) > goto again; > out: Thanks, pushed to

Re: [PATCH] mmc: sdhci: Avoid needless loop while handling SDIO interrupts in sdhci_irq()

2013-11-08 Thread Chris Ball
to avoid a + * needless loop. + */ + if (cardint) + intmask = ~SDHCI_INT_CARD_INT; if (intmask --max_loops) goto again; out: Thanks, pushed to mmc-next for 3.13. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe

Re: [PATCH v2] mmc:sdhci-pci: Add Support of O2Mirco/BayHubTech SD Host

2013-10-27 Thread Chris Ball
nks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] mmc: sdhci: dove: Fix build breakage

2013-10-27 Thread Chris Ball
merge your fix into the original patch and add your S-o-b to that patch: Signed-off-by: Anton Vorontsov Signed-off-by: Jeremie Samuel [treding: Fix typo causing sdhci-dove build breakage] Signed-off-by: Thierry Reding Signed-off-by: Chris Ball - Chris. -- Chris Ball

Re: [PATCH] mmc: sdhci: dove: Fix build breakage

2013-10-27 Thread Chris Ball
to that patch: Signed-off-by: Anton Vorontsov avoront...@mvista.com Signed-off-by: Jeremie Samuel jeremie.samuel@parrot.com [treding: Fix typo causing sdhci-dove build breakage] Signed-off-by: Thierry Reding tred...@nvidia.com Signed-off-by: Chris Ball c...@laptop.org - Chris

Re: [PATCH v2] mmc:sdhci-pci: Add Support of O2Mirco/BayHubTech SD Host

2013-10-27 Thread Chris Ball
. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] Add SDIO and MMC device ID support for CLV

2013-10-26 Thread Chris Ball
Hi Eric, On Mon, Oct 21 2013, Eric Ernst wrote: > This patch adds intel_mid clovertrail SDIO and eMMC device > IDs to the sdhci-pci driver. > > Signed-off-by: Eric Ernst > Signed-off-by: David Cohen Thanks, pushed to mmc-next for 3.13. - Chris. -- Chris Ball <

Re: [PATCH] Add SDIO and MMC device ID support for CLV

2013-10-26 Thread Chris Ball
. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH v2] mmc: sdhci-pci: add Intel Merrifield support

2013-10-20 Thread Chris Ball
hanged, 30 insertions(+) Thanks, pushed to mmc-next for 3.13. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kerne

Re: [PATCH v2] mmc: sdhci-pci: add Intel Merrifield support

2013-10-20 Thread Chris Ball
++ 1 file changed, 30 insertions(+) Thanks, pushed to mmc-next for 3.13. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info

Re: linux-next: build failure after merge of the final tree

2013-09-27 Thread Chris Ball
Sorry about that. I've pushed the proper fix out to mmc-next now, so you can drop your temporary fix. Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org

Re: linux-next: build failure after merge of the final tree

2013-09-27 Thread Chris Ball
pushed the proper fix out to mmc-next now, so you can drop your temporary fix. Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH] mmc: core: remove issue_fn indirect function call

2013-09-25 Thread Chris Ball
Hi, On Wed, Sep 25 2013, Chris Ball wrote: > Hi, > > On Fri, Sep 20 2013, Ulf Hansson wrote: >> On 19 September 2013 19:20, Grant Grundler wrote: >>> struct mmc_queue defines issue_fn as an indirect function call. >>> issue_fn field only gets set to mmc_blk_i

Re: [PATCH] mmc: core: remove issue_fn indirect function call

2013-09-25 Thread Chris Ball
h_request(). >> Don't bother with indirect function call - it's pointless and just >> obfuscates the code. >> >> Signed-off-by: Grant Grundler > > Acked-by: Ulf Hansson Thanks, pushed to mmc-next for 3.13. - Chris. -- Chris Ball <http://printf.net/> --

Re: [PATCH] mmc: core: remove dead function mmc_try_claim_host

2013-09-25 Thread Chris Ball
anks, pushed to mmc-next for 3.13 with Ulf's ACK. - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [PATCH] mmc: core: remove dead function mmc_try_claim_host

2013-09-25 Thread Chris Ball
ulf.hans...@linaro.org Thanks, pushed to mmc-next for 3.13 with Ulf's ACK. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH] mmc: core: remove issue_fn indirect function call

2013-09-25 Thread Chris Ball
blk_fetch_request(). Don't bother with indirect function call - it's pointless and just obfuscates the code. Signed-off-by: Grant Grundler grund...@chromium.org Acked-by: Ulf Hansson ulf.hans...@linaro.org Thanks, pushed to mmc-next for 3.13. - Chris. -- Chris Ball c...@laptop.org http://printf.net

Re: [PATCH] mmc: core: remove issue_fn indirect function call

2013-09-25 Thread Chris Ball
Hi, On Wed, Sep 25 2013, Chris Ball wrote: Hi, On Fri, Sep 20 2013, Ulf Hansson wrote: On 19 September 2013 19:20, Grant Grundler grund...@chromium.org wrote: struct mmc_queue defines issue_fn as an indirect function call. issue_fn field only gets set to mmc_blk_issue_rq and only gets

Re: [PATCH] mmc: core: remove dead function mmc_try_claim_host

2013-09-23 Thread Chris Ball
gt;>> >>> Signed-off-by: Grant Grundler >> >> Acked-by: Ulf Hansson > > Thank you Ulf! > > In which maintainer's git tree/branch should I expect this patch to land? > > Just looking for some confirmation that it was applied. I'll take this in

Re: [PATCH] mmc: core: remove dead function mmc_try_claim_host

2013-09-23 Thread Chris Ball
! - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org

[GIT PULL] MMC updates for 3.12-rc1

2013-09-10 Thread Chris Ball
c-pci: get resources from a proper BAR mmc: dw_mmc-pci: enable bus-mastering mode Boris BREZILLON (1): mmc: atmel-mci: prepare clk before calling enable Chris Ball (1): Revert "mmc: tmio-mmc: Remove .set_pwr() callback from platform data" Doug Anderson

[GIT PULL] MMC updates for 3.12-rc1

2013-09-10 Thread Chris Ball
a proper BAR mmc: dw_mmc-pci: enable bus-mastering mode Boris BREZILLON (1): mmc: atmel-mci: prepare clk before calling enable Chris Ball (1): Revert mmc: tmio-mmc: Remove .set_pwr() callback from platform data Doug Anderson (1): mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO

Re: [PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-09-06 Thread Chris Ball
tform data" from your tree or revert it ? Sorry for the delay. I decided to revert instead of rebase, so I've pushed a revert to mmc-next now. (I haven't sent mmc-next to mainline yet.) Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: se

Re: [PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-09-06 Thread Chris Ball
it ? Sorry for the delay. I decided to revert instead of rebase, so I've pushed a revert to mmc-next now. (I haven't sent mmc-next to mainline yet.) Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel

  1   2   3   4   >