Re: [PATCH] mmc/dw_mmc: Add support for ARC

2013-08-29 Thread Chris Ball
Hi, On Thu, Aug 29 2013, Seungwon Jeon wrote: > On Thu, August 29, 2013, Mischa Jonker wrote: >> Adapt Kconfig to include ARC in supported architectures >> >> Signed-off-by: Mischa Jonker > Acked-by: Seungwon Jeon Thanks, pushed to mmc-next for 3.12. - Chris. -

Re: [PATCH] mmc/dw_mmc: Add support for ARC

2013-08-29 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] mmc: omap_hsmmc: clear status flags before starting a new command

2013-08-25 Thread Chris Ball
ed-off-by: Francesco Lavra > > Reviewed and Tested-by: Balaji T K Thanks, pushed to mmc-next for 3.12. - 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.

Re: [PATCH] mmc: omap_hsmmc: clear status flags before starting a new command

2013-08-25 Thread Chris Ball
...@ti.com Thanks, pushed to mmc-next for 3.12. - 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

Re: [PATCH v4 2/5] mmc: atmel-mci: prepare clk before calling enable

2013-08-24 Thread Chris Ball
nce I don't see a message from Ludovic on the thread here. It would be better if the Ack happened somewhere I can see it. 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

Re: [PATCH] mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properly

2013-08-24 Thread Chris Ball
>> Found by code inspection and compile-tested only--I don't know of any >> boards that need DW_MCI_QUIRK_IDMAC_DTO. >> >> Signed-off-by: Doug Anderson > > Acked-by: Seungwon Jeon Thanks, pushed to mmc-next for 3.12. - Chris. -- Chris Ball <http://

Re: [PATCH] mmc: omap_hsmmc: clear status flags before starting a new command

2013-08-24 Thread Chris Ball
, STAT, status); > status = OMAP_HSMMC_READ(host->base, STAT); > } Please could you review this patch? 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] mmc: omap_hsmmc: clear status flags before starting a new command

2013-08-24 Thread Chris Ball
*dev_id) omap_hsmmc_do_irq(host, status); /* Flush posted write */ - OMAP_HSMMC_WRITE(host-base, STAT, status); status = OMAP_HSMMC_READ(host-base, STAT); } Please could you review this patch? Thanks, - Chris. -- Chris Ball c

Re: [PATCH] mmc: dw_mmc: Handle DW_MCI_QUIRK_IDMAC_DTO properly

2013-08-24 Thread Chris Ball
-tested only--I don't know of any boards that need DW_MCI_QUIRK_IDMAC_DTO. Signed-off-by: Doug Anderson diand...@chromium.org Acked-by: Seungwon Jeon tgih@samsung.com Thanks, pushed to mmc-next for 3.12. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe

Re: [PATCH v4 2/5] mmc: atmel-mci: prepare clk before calling enable

2013-08-24 Thread Chris Ball
happened away from the MMC list, since I don't see a message from Ludovic on the thread here. It would be better if the Ack happened somewhere I can see it. Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: SDHCI - Add QUIRK2_BROKEN_WRITE_PROTEXT - Support Xilinx Zynq (Linux 3.9.0)

2013-08-20 Thread Chris Ball
Hi, On Tue, Aug 20 2013, Michal Simek wrote: > Hi James, > > isn't it better to implement host->ops->get_ro() function for it? > It seems me better choice than introducing new quirk option. Yes, I agree. Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To un

Re: SDHCI - Add QUIRK2_BROKEN_WRITE_PROTEXT - Support Xilinx Zynq (Linux 3.9.0)

2013-08-20 Thread Chris Ball
Hi, On Tue, Aug 20 2013, Michal Simek wrote: Hi James, isn't it better to implement host-ops-get_ro() function for it? It seems me better choice than introducing new quirk option. Yes, I agree. Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from

Re: dw_mmc: Does anyone use multiple slots?

2013-08-08 Thread Chris Ball
or > something that nobody uses. I agree with Olof, for what it's worth. (The maintainers of the driver are Jaehoon and Seungwon, though.) Thanks, - Chris. -- Chris Ball <http://printf.net/> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bo

Re: dw_mmc: Does anyone use multiple slots?

2013-08-08 Thread Chris Ball
. (The maintainers of the driver are Jaehoon and Seungwon, though.) 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 at http

Re: [PATCH] mmc: sdhci-msm: Add support for MSM chipsets

2013-07-30 Thread Chris Ball
code that will use this driver already in mainline, or on its way in? 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

Re: [PATCH 0/5] Optional regulator support

2013-07-30 Thread Chris Ball
their supplies hooked up. > > Currently the code simply introduces a new API call with exactly the > same implementation as regulator_get() so there should be zero impact > from the series other than a slightly larger kernel. Looks good: Acked-by: Chris Ball > Right now all the MMC users a

Re: [PATCH 0/5] Optional regulator support

2013-07-30 Thread Chris Ball
the code simply introduces a new API call with exactly the same implementation as regulator_get() so there should be zero impact from the series other than a slightly larger kernel. Looks good: Acked-by: Chris Ball c...@laptop.org Right now all the MMC users are converted over as-is, though

Re: [PATCH] mmc: sdhci-msm: Add support for MSM chipsets

2013-07-30 Thread Chris Ball
possible. The patch applies to v3.11-rc3. Is the arch code that will use this driver already in mainline, or on its way in? 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

Re: [ATTEND] How to act on LKML

2013-07-15 Thread Chris Ball
ain: * If there's something wrong with your patch, I will critique the code respectfully, without personal attacks or public humiliation. I'd like other developers to treat me this way too, but perhaps a good way to get started is to first come up with a statement of how we'd like to treat others,

Re: [ATTEND] How to act on LKML

2013-07-15 Thread Chris Ball
a good way to get started is to first come up with a statement of how we'd like to treat others, and then start collecting signatories to it. Does that sound like a good idea? Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ -- To unsubscribe from this list: send the line

[GIT PULL] MMC updates for 3.11-rc1

2013-07-09 Thread Chris Ball
-kona.c -- 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/

[GIT PULL] MMC updates for 3.11-rc1

2013-07-09 Thread Chris Ball
/sdhci-bcm-kona.c -- 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

Re: [PATCH] ARM: pxa: propagate errors from regulator_enable() to pxamci

2013-07-05 Thread Chris Ball
fails, and changes the pxamci_platform_data->setpower > callback so that the a failed em_x270_mci_setpower call > can be propagated by the pxamci driver into the mmc core. > > Signed-off-by: Arnd Bergmann For pxamci: Acked-by: Chris Ball Thanks, - Chris. -- Chris Ball <http://printf.ne

Re: [PATCH] ARM: pxa: propagate errors from regulator_enable() to pxamci

2013-07-05 Thread Chris Ball
the pxamci_platform_data-setpower callback so that the a failed em_x270_mci_setpower call can be propagated by the pxamci driver into the mmc core. Signed-off-by: Arnd Bergmann a...@arndb.de For pxamci: Acked-by: Chris Ball c...@laptop.org Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net

Re: [PATCH v2 1/2] mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFER

2013-06-27 Thread Chris Ball
w_mci_cleanup_slot(struct dw_mci_slot *slot, unsigned int id) This hunk breaks the build for me, because err_setup_bus and ret are used in the error path of the call to mmc_add_host() in this function. I'll push a version that leaves those in. Let me know if you think something strange is happe

Re: [PATCH v2 2/2] mmc: dw_mmc: Add the ability to set the ciu clock frequency

2013-06-27 Thread Chris Ball
-by: Jaehoon Chung > --- > Changes in v2: > - Added example as per Jaehoon. Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: [PATCH v2 1/2] mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFER

2013-06-27 Thread Chris Ball
- > Changes in v2: > - Avoid hackery to detect regulators that will never show up. > - Move regulator out of slot init--it doesn't belong there. Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from

Re: [PATCH v1] mmc: card: fixing an false identification of SANITIZE command

2013-06-27 Thread Chris Ball
; + (cmd.opcode == MMC_SWITCH)) { > + > err = ioctl_do_sanitize(card); > > if (err) Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the l

Re: [PATCH] mmc: atmel-mci: remove include

2013-06-27 Thread Chris Ball
() macro. >> > >> > Signed-off-by: Nicolas Ferre >> >> Late but of course: >> >> Acked-by: Ludovic Desroches > Acked-by: Jean-Christophe PLAGNIOL-VILLARD Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball <http://printf.net/> One

Re: [PATCH] drivers: mmc: reordered shutdown sequence in mmc_bld_remove_req

2013-06-27 Thread Chris Ball
other > data structures. > > Addresses the problem described in http://crbug.com/240815 > > Signed-off-by: Paul Taysom Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: sen

Re: [PATCH] drivers: mmc: reordered shutdown sequence in mmc_bld_remove_req

2013-06-27 Thread Chris Ball
Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- 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: atmel-mci: remove include mach/cpu.h

2013-06-27 Thread Chris Ball
Ferre nicolas.fe...@atmel.com Late but of course: Acked-by: Ludovic Desroches ludovic.desroc...@atmel.com Acked-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child

Re: [PATCH v1] mmc: card: fixing an false identification of SANITIZE command

2013-06-27 Thread Chris Ball
); if (err) Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- 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 v2 1/2] mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFER

2013-06-27 Thread Chris Ball
hackery to detect regulators that will never show up. - Move regulator out of slot init--it doesn't belong there. Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH v2 2/2] mmc: dw_mmc: Add the ability to set the ciu clock frequency

2013-06-27 Thread Chris Ball
-by: Jaehoon Chung jh80.ch...@samsung.com --- Changes in v2: - Added example as per Jaehoon. Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [PATCH v2 1/2] mmc: dw_mmc: Handle late vmmc regulators with EPROBE_DEFER

2013-06-27 Thread Chris Ball
know if you think something strange is happening that made this work okay for you, like a mismerge. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [GIT PULL v2] msm clock for 3.11

2013-06-24 Thread Chris Ball
Hi, On Mon, Jun 24 2013, David Brown wrote: > This pull request differs from the previous one for the clock code by: > > - Gathered additional Acked-by lines. > - A small #include fixup found by Stephen Boyd > > The only Ack not received was from Chris Ball, who is CC'd

Re: [GIT PULL v2] msm clock for 3.11

2013-06-24 Thread Chris Ball
Hi, On Mon, Jun 24 2013, David Brown wrote: This pull request differs from the previous one for the clock code by: - Gathered additional Acked-by lines. - A small #include fixup found by Stephen Boyd The only Ack not received was from Chris Ball, who is CC'd on this request. Sorry

Re: [PATCH v9 1/9] ARM: davinci: move private EDMA API to arm/common

2013-06-07 Thread Chris Ball
>> >> Signed-off-by: Matt Porter >> Acked-by: Sekhar Nori > > Can you please ack changes in mmc and sound respectively? I would like > to take the patch for v3.11. For davinci_mmc.c: Acked-by: Chris Ball Thanks, - Chris. -- Chris Ball <http://printf.net/>

Re: [PATCH v9 1/9] ARM: davinci: move private EDMA API to arm/common

2013-06-07 Thread Chris Ball
...@ti.com Acked-by: Sekhar Nori nsek...@ti.com Can you please ack changes in mmc and sound respectively? I would like to take the patch for v3.11. For davinci_mmc.c: Acked-by: Chris Ball c...@laptop.org Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child

[GIT PULL] MMC fixes for 3.10-rc5

2013-06-02 Thread Chris Ball
+--- drivers/mmc/host/sdhci-acpi.c | 69 +- drivers/mmc/host/sdhci-esdhc-imx.c | 41 +++--- drivers/mmc/host/sdhci-pci.c | 54 + 5 files changed, 195 insertions(+), 45 deletions(-) -- Chris Ball <h

[GIT PULL] MMC fixes for 3.10-rc5

2013-06-02 Thread Chris Ball
+--- drivers/mmc/host/sdhci-acpi.c | 69 +- drivers/mmc/host/sdhci-esdhc-imx.c | 41 +++--- drivers/mmc/host/sdhci-pci.c | 54 + 5 files changed, 195 insertions(+), 45 deletions(-) -- Chris Ball c

Re: [PATCH] mmc: atmel-mci: convert to dma_request_slave_channel_compat()

2013-05-26 Thread Chris Ball
> Here is the Linux arm kernel patchwork reference of previous discussion: > https://patchwork.kernel.org/patch/2463641/ Thanks, I'm sorry for the delay. This is in mmc-next now, I'll send it to Linus for the next -rc. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Chil

Re: [PATCH v3] mmc: card: Adding support for sanitize in eMMC 4.5

2013-05-26 Thread Chris Ball
; > Signed-off-by: Yaniv Gardi > Signed-off-by: Maya Erez Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to ma

Re: [PATCH v3] mmc: card: Adding support for sanitize in eMMC 4.5

2013-05-26 Thread Chris Ball
...@codeaurora.org Signed-off-by: Maya Erez me...@codeaurora.org Thanks, pushed to mmc-next for 3.11. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord

Re: [PATCH] mmc: atmel-mci: convert to dma_request_slave_channel_compat()

2013-05-26 Thread Chris Ball
;-) Here is the Linux arm kernel patchwork reference of previous discussion: https://patchwork.kernel.org/patch/2463641/ Thanks, I'm sorry for the delay. This is in mmc-next now, I'll send it to Linus for the next -rc. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop

Re: [PATCH] mmc: core: Add a capability for disabling mmc cards

2013-05-14 Thread Chris Ball
doesn't include the patch itself.) Thanks, - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- 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: core: Add a capability for disabling mmc cards

2013-05-14 Thread Chris Ball
. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- 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

[GIT PULL] MMC updates for 3.10-rc1

2013-05-04 Thread Chris Ball
Arnd Bergmann (1): mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE Barry Song (1): mmc: sdhci-sirf: add mmc host sdhci-pltfm based driver for SiRF SoCs Bernie Thompson (1): mmc: core: Add in support to expose PRV for v4 MMCs Chris Ball (2): Merge tag 'tegra-for-3.10-fixes-

[GIT PULL] MMC updates for 3.10-rc1

2013-05-04 Thread Chris Ball
): mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE Barry Song (1): mmc: sdhci-sirf: add mmc host sdhci-pltfm based driver for SiRF SoCs Bernie Thompson (1): mmc: core: Add in support to expose PRV for v4 MMCs Chris Ball (2): Merge tag 'tegra-for-3.10-fixes-for-mmc' of git

Re: [PATCH 12/21] mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE

2013-04-23 Thread Chris Ball
s, I should have thought of that; applied to mmc-next for 3.10. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo i

Re: [PATCH 12/21] mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE

2013-04-23 Thread Chris Ball
; Signed-off-by: Arnd Bergmann > Cc: Stephen Warren > Cc: Chris Ball > --- > drivers/mmc/host/sdhci-tegra.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c > index 08b06e9..85052bf 100644 &

Re: [PATCH 12/21] mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE

2013-04-23 Thread Chris Ball
a...@arndb.de Cc: Stephen Warren swar...@nvidia.com Cc: Chris Ball c...@laptop.org --- drivers/mmc/host/sdhci-tegra.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-tegra.c b/drivers/mmc/host/sdhci-tegra.c index 08b06e9..85052bf 100644 --- a/drivers

Re: [PATCH 12/21] mmc: sdhci-tegra: fix MODULE_DEVICE_TABLE

2013-04-23 Thread Chris Ball
of that; applied to mmc-next for 3.10. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- 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 0/3] Add boot_enable attribute to eMMC device for boot mode operation selection

2013-04-22 Thread Chris Ball
would have seen it while investigating? It'd be nice to avoid having to document the commands themselves, since the userspace tool may be updated out of sync with the kernel. Thanks, - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: s

Re: [PATCH 0/3] Add boot_enable attribute to eMMC device for boot mode operation selection

2013-04-22 Thread Chris Ball
seen it while investigating? It'd be nice to avoid having to document the commands themselves, since the userspace tool may be updated out of sync with the kernel. Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send

Re: [PATCH v2] wait while adding MMC host to ensure root mounts

2013-04-13 Thread Chris Ball
Hi, On Sat, Apr 13 2013, Sergey Yanovich wrote: > On Wed, 2013-03-27 at 07:57 -0400, Chris Ball wrote: >> If the delay's significant, I agree with you and will revert this patch. > > The patch was reverted. The problem is back. Filed bug: > https://bugzilla.kernel.org/sho

Re: [PATCH v2] wait while adding MMC host to ensure root mounts

2013-04-13 Thread Chris Ball
Hi, On Sat, Apr 13 2013, Sergey Yanovich wrote: On Wed, 2013-03-27 at 07:57 -0400, Chris Ball wrote: If the delay's significant, I agree with you and will revert this patch. The patch was reverted. The problem is back. Filed bug: https://bugzilla.kernel.org/show_bug.cgi?id=56561 A possible

Re: [PATCH 2/5 V2] mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed case

2013-04-12 Thread Chris Ball
ehave correctly, call >> pm_runtime_put_noidle in such case. >> >> Signed-off-by Liu Chuansheng >> Signed-off-by: Li Fei > > Acked-by: Ohad Ben-Cohen Thanks, pushed this patch to mmc-next for 3.10. - Chris. -- Chris Ball <http://printf.net/> One Laptop

Re: [PATCH 2/5 V2] mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed case

2013-04-12 Thread Chris Ball
pm_runtime_put_noidle in such case. Signed-off-by Liu Chuansheng chuansheng@intel.com Signed-off-by: Li Fei fei...@intel.com Acked-by: Ohad Ben-Cohen o...@wizery.com Thanks, pushed this patch to mmc-next for 3.10. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop

Re: [PATCH 09/30] mmc: sdhci-s3c: remove platform dependencies

2013-04-10 Thread Chris Ball
the platform_data structure not > needed by the driver, so we can split out the platform_data > definition instead and leave the rest to platform code. > > Signed-off-by: Arnd Bergmann > Cc: linux-...@vger.kernel.org > Cc: Chris Ball Acked-by: Chris Ball - Chris. -- Chri

Re: [PATCH 09/30] mmc: sdhci-s3c: remove platform dependencies

2013-04-10 Thread Chris Ball
structure not needed by the driver, so we can split out the platform_data definition instead and leave the rest to platform code. Signed-off-by: Arnd Bergmann a...@arndb.de Cc: linux-...@vger.kernel.org Cc: Chris Ball c...@laptop.org Acked-by: Chris Ball c...@laptop.org - Chris. -- Chris Ball

Re: [PATCH v1] mmc: card: Adding support for sanitize in eMMC 4.5

2013-04-04 Thread Chris Ball
let the user decide on > Whether he wants to re-issue (i.e. continue) the sanitize or just let > it go. Can you respond to this review feedback from Luca, please? Thanks, - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the

Re: [PATCH v1] mmc: card: Adding support for sanitize in eMMC 4.5

2013-04-04 Thread Chris Ball
on Whether he wants to re-issue (i.e. continue) the sanitize or just let it go. Can you respond to this review feedback from Luca, please? Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] mmc: dw_mmc: rewrite CLKDIV computation

2013-03-27 Thread Chris Ball
900 >mmc: dw_mmc: correct the calculation for CLKDIV Please use the following (standard) syntax in the commit message: Commit e419990b5e8 ("mmc: dw_mmc: correct the calculation for CLKDIV") fixed a bug in CLKDIV computation. [..] Thanks, - Chris. -- Chris Ball <ht

Re: [PATCH v2] wait while adding MMC host to ensure root mounts

2013-03-27 Thread Chris Ball
ill revert this patch. Thanks, - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- 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-i

Re: [PATCH v2] wait while adding MMC host to ensure root mounts

2013-03-27 Thread Chris Ball
, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- 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

Re: [PATCH] mmc: dw_mmc: rewrite CLKDIV computation

2013-03-27 Thread Chris Ball
: correct the calculation for CLKDIV Please use the following (standard) syntax in the commit message: Commit e419990b5e8 (mmc: dw_mmc: correct the calculation for CLKDIV) fixed a bug in CLKDIV computation. [..] Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per

Re: [PATCH V3 5/7] mmc: queue work on any cpu

2013-03-22 Thread Chris Ball
Hi, On Fri, Mar 22 2013, Viresh Kumar wrote: > On 22 March 2013 22:56, Chris Ball wrote: >> On Mon, Mar 18 2013, Viresh Kumar wrote: >> >> /home/cjb/git/mmc/drivers/mmc/core/core.c: In function >> ‘mmc_schedule_delayed_work’: >> /home/cjb/git/mmc/drivers/mmc/

Re: [PATCH V3 5/7] mmc: queue work on any cpu

2013-03-22 Thread Chris Ball
> queue_delayed_work_on_any_cpu() siblings. > > This routine would look for the closest (via scheduling domains) non-idle cpu > (non-idle from schedulers perspective). If the current cpu is not idle or all > cpus are idle, work will be scheduled on local cpu. > > Cc: Chris Ball

Re: [PATCH V3 5/7] mmc: queue work on any cpu

2013-03-22 Thread Chris Ball
> queue_delayed_work_on_any_cpu() siblings. > > This routine would look for the closest (via scheduling domains) non-idle cpu > (non-idle from schedulers perspective). If the current cpu is not idle or all > cpus are idle, work will be scheduled on local cpu. > > Cc: Chris Ball

Re: [PATCH v2] wait while adding MMC host to ensure root mounts

2013-03-22 Thread Chris Ball
> mmc_power_up(host); > mmc_detect_change(host, 0); > + mmc_flush_scheduled_work(); > } > > void mmc_stop_host(struct mmc_host *host) Thanks, this looks okay to me, I've pushed it to mmc-next for 3.10. - Chris. -- Chris Ball <http://printf.net/>

Re: [PATCH] ARM: at91/avr32/atmel-mci: fix DMA-channel leak on module unload

2013-03-22 Thread Chris Ball
ion is selected. >> >> Remove the no longer used CONFIG_MMC_ATMELMCI_DMA option completely. >> >> Cc: stable >> Signed-off-by: Johan Hovold > > Hi Johan, > > Good point so > > Acked-by: Ludovic Desroches Thanks, I'll merge this via the MMC tree if no-one object

Re: [PATCH v4] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-03-22 Thread Chris Ball
mon feature supported by Exynos4 and Exynos5. >> >> Cc: Seungwon Jeon > > Acked-by: Seungwon Jeon Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscrib

Re: [PATCH] mmc: host: use resource_size()

2013-03-22 Thread Chris Ball
map(res->start, resource_size(res)); > if (host->reg_base == NULL) { > ret = -ENOMEM; > goto ioremap_failed; Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this

Re: [PATCH 3/3] dw_mmc: Handle unaligned data submission correctly

2013-03-22 Thread Chris Ball
xed to only submit unaligned data when we are > handling the last sg_miter item by checking whether we reached > the desired data length or not. > > The patch was tested against mmc_test and all the tests passed. > > Signed-off-by: Markos Chandras > Cc: Seungwon Jeon > Cc: J

Re: [PATCH 2/3] dw_mmc: Avoid adding the number of transmitted bytes twice

2013-03-22 Thread Chris Ball
p operation > > Signed-off-by: Markos Chandras > Cc: Seungwon Jeon > Cc: Jaehoon Chung > Cc: Chris Ball Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "un

Re: [PATCH] mmc: dw_mmc: move host->data_offset init earlier

2013-03-22 Thread Chris Ball
n't occur prior to host->data_offset being initialised. > > Signed-off-by: James Hogan > Cc: Seungwon Jeon > Cc: Jaehoon Chung > Cc: Chris Ball Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe fro

Re: [PATCH] mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}

2013-03-22 Thread Chris Ball
ny state > doesn't get properly cleared by the power being turned off, presumably > due to lack of power sequencing. This resulted in the following log > messages after boot: Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child

Re: FW: Regulator API ignored return values

2013-03-22 Thread Chris Ball
Hi, On Tue, Mar 12 2013, Chris Ball wrote: > On Tue, Mar 12 2013, Arnd Bergmann wrote: >>> Need add regulator_put here since regulator_get has succeed? >> >> Hmm, we still don't actually bail out if the error is encountered, so >> the reference count is balanced

Re: [PATCH] drivers: mmc: host: Use resource_size()

2013-03-22 Thread Chris Ball
clk_put(priv->clk_sdmmc); > > res = platform_get_resource(pdev, IORESOURCE_MEM, 0); > - release_mem_region(res->start, res->end - res->start + 1); > + release_mem_region(res->start, resource_size(res)); > > mmc_free_host(mmc); Thanks, pushed t

Re: [PATCH] mmc/host:rtsx: Don't execute power up sequence repeatedly

2013-03-22 Thread Chris Ball
the power has been turned on. > > Signed-off-by: Wei WANG > --- > drivers/mmc/host/rtsx_pci_sdmmc.c | 10 ++ > 1 file changed, 10 insertions(+) Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To un

Re: [PATCH] mmc/host:rtsx: Don't execute power up sequence repeatedly

2013-03-22 Thread Chris Ball
if the power has been turned on. Signed-off-by: Wei WANG wei_w...@realsil.com.cn --- drivers/mmc/host/rtsx_pci_sdmmc.c | 10 ++ 1 file changed, 10 insertions(+) Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child

Re: [PATCH] drivers: mmc: host: Use resource_size()

2013-03-22 Thread Chris Ball
); res = platform_get_resource(pdev, IORESOURCE_MEM, 0); - release_mem_region(res-start, res-end - res-start + 1); + release_mem_region(res-start, resource_size(res)); mmc_free_host(mmc); Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball c...@laptop.org http

Re: FW: Regulator API ignored return values

2013-03-22 Thread Chris Ball
Hi, On Tue, Mar 12 2013, Chris Ball wrote: On Tue, Mar 12 2013, Arnd Bergmann wrote: Need add regulator_put here since regulator_get has succeed? Hmm, we still don't actually bail out if the error is encountered, so the reference count is balanced with the current patch, but I maybe

Re: [PATCH] mmc: dw_mmc: setpower on MMC_POWER_{UP,OFF}

2013-03-22 Thread Chris Ball
properly cleared by the power being turned off, presumably due to lack of power sequencing. This resulted in the following log messages after boot: Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from

Re: [PATCH] mmc: dw_mmc: move host-data_offset init earlier

2013-03-22 Thread Chris Ball
-data_offset being initialised. Signed-off-by: James Hogan james.ho...@imgtec.com Cc: Seungwon Jeon tgih@samsung.com Cc: Jaehoon Chung jh80.ch...@samsung.com Cc: Chris Ball c...@laptop.org Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball c...@laptop.org http://printf.net

Re: [PATCH 2/3] dw_mmc: Avoid adding the number of transmitted bytes twice

2013-03-22 Thread Chris Ball
-by: Markos Chandras markos.chand...@imgtec.com Cc: Seungwon Jeon tgih@samsung.com Cc: Jaehoon Chung jh80.ch...@samsung.com Cc: Chris Ball c...@laptop.org Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from

Re: [PATCH 3/3] dw_mmc: Handle unaligned data submission correctly

2013-03-22 Thread Chris Ball
by checking whether we reached the desired data length or not. The patch was tested against mmc_test and all the tests passed. Signed-off-by: Markos Chandras markos.chand...@imgtec.com Cc: Seungwon Jeon tgih@samsung.com Cc: Jaehoon Chung jh80.ch...@samsung.com Cc: Chris Ball c...@laptop.org

Re: [PATCH] mmc: host: use resource_size()

2013-03-22 Thread Chris Ball
; goto ioremap_failed; Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More

Re: [PATCH v4] mmc: dw_mmc: Add MSHC compatible for Exynos4412

2013-03-22 Thread Chris Ball
by Exynos4 and Exynos5. Cc: Seungwon Jeon tgih@samsung.com Acked-by: Seungwon Jeon tgih@samsung.com Thanks, pushed to mmc-next for 3.10. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line unsubscribe linux

Re: [PATCH] ARM: at91/avr32/atmel-mci: fix DMA-channel leak on module unload

2013-03-22 Thread Chris Ball
completely. Cc: stable sta...@vger.kernel.org Signed-off-by: Johan Hovold jhov...@gmail.com Hi Johan, Good point so Acked-by: Ludovic Desroches ludovic.desroc...@atmel.com Thanks, I'll merge this via the MMC tree if no-one objects. - Chris. -- Chris Ball c...@laptop.org http

Re: [PATCH v2] wait while adding MMC host to ensure root mounts

2013-03-22 Thread Chris Ball
, this looks okay to me, I've pushed it to mmc-next for 3.10. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- 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 V3 5/7] mmc: queue work on any cpu

2013-03-22 Thread Chris Ball
would look for the closest (via scheduling domains) non-idle cpu (non-idle from schedulers perspective). If the current cpu is not idle or all cpus are idle, work will be scheduled on local cpu. Cc: Chris Ball c...@laptop.org Cc: linux-...@vger.kernel.org Signed-off-by: Viresh Kumar viresh.ku

Re: [PATCH V3 5/7] mmc: queue work on any cpu

2013-03-22 Thread Chris Ball
would look for the closest (via scheduling domains) non-idle cpu (non-idle from schedulers perspective). If the current cpu is not idle or all cpus are idle, work will be scheduled on local cpu. Cc: Chris Ball c...@laptop.org Cc: linux-...@vger.kernel.org Signed-off-by: Viresh Kumar viresh.ku

Re: [PATCH V3 5/7] mmc: queue work on any cpu

2013-03-22 Thread Chris Ball
Hi, On Fri, Mar 22 2013, Viresh Kumar wrote: On 22 March 2013 22:56, Chris Ball c...@laptop.org wrote: On Mon, Mar 18 2013, Viresh Kumar wrote: /home/cjb/git/mmc/drivers/mmc/core/core.c: In function ‘mmc_schedule_delayed_work’: /home/cjb/git/mmc/drivers/mmc/core/core.c:88:2: error: implicit

Re: [PATCH 1/3] dw_mmc: Don't loop when handling an interrupt

2013-03-13 Thread Chris Ball
x to 'mmc: dw_mmc' and resend? It's okay, I'll take care of that when applying this time. Thanks! - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord

Re: [PATCH 1/3] dw_mmc: Don't loop when handling an interrupt

2013-03-13 Thread Chris Ball
? It's okay, I'll take care of that when applying this time. Thanks! - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo

Re: FW: Regulator API ignored return values

2013-03-12 Thread Chris Ball
r failed to enable, or doesn't support those voltages, and that's what the code does now. Thanks, - Chris. -- Chris Ball <http://printf.net/> One Laptop Per Child -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kerne

Re: FW: Regulator API ignored return values

2013-03-12 Thread Chris Ball
support those voltages, and that's what the code does now. Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- 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

<    1   2   3   4   >