Re: [PATCH 00/26] pstore, mmc: add mmc as backend for pstore

2012-10-29 Thread Chris Ball
use msleep? 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 at http://vger.kernel.org/majordomo-info.html

Re: drivers/mmc/card/block.c infinite loop in mmc_blk_err_check waiting on R1_READY_FOR_DATA

2012-10-31 Thread Chris Ball
retry count or a timeout to prevent an infinite loop? Yes, a (long) timeout is a good idea, and there are three different places where we use this type of loop waiting for R1_STATE_PRG to drop. I'll add this to my TODO list, but feel free to fix it if you want to. Thanks, - Chris. -- Chris Ball

[GIT PULL] MMC updates for 3.7-rc1

2012-10-08 Thread Chris Ball
: Enable only required bus clock mmc: sdhci-s3c: Fix crash on module insertion for second time mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume Chao Xie (1): mmc: sdhci-pxav2, sdhci-pxav3: use clk_prepare/unprepare APIs Chris Ball (6): mmc: dt: Add card

Re: [PATCH 5/8] mmc: dw_mmc: fix modular build for exynos back-end

2012-11-06 Thread Chris Ball
...@imgtec.com Cc: Chris Ball c...@laptop.org --- drivers/mmc/host/dw_mmc-exynos.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c index 660bbc5..0147ac3a 100644 --- a/drivers/mmc/host/dw_mmc-exynos.c +++ b

Re: [PATCH 6/8] mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-end

2012-11-06 Thread Chris Ball
: Will Newton will.new...@imgtec.com Cc: Chris Ball c...@laptop.org Thanks, pushed to mmc-next for 3.7. - 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 v7 0/3] Add modules to support realtek PCIE card reader

2012-11-07 Thread Chris Ball
happy with the MMC portion. I think we're mainly waiting for the MFD patch -- Samuel, do you have any remaining review comments that need to be fixed? Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line

Re: [PATCH] dw_mmc: fix more const pointer warnings

2012-11-08 Thread Chris Ball
. Signed-off-by: Arnd Bergmann a...@arndb.de Thanks, pushed to mmc-next for 3.7. (Jaehoon also sent a patch to fix these last night, but yours applies to current mmc-next and his doesn't, so I'll take this one instead.) - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per

Re: [PATCH 070/193] drivers/mmc/core: remove CONFIG_EXPERIMENTAL

2012-10-23 Thread Chris Ball
Hi, On Tue, Oct 23 2012, Kees Cook wrote: This config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it. CC: Chris Ball c...@laptop.org Signed-off-by: Kees Cook keesc...@chromium.org --- drivers

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

2012-10-08 Thread Chris Ball
Hi Linus, On Mon, Oct 08 2012, Chris Ball wrote: Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git tags/mmc-merge-for-3.7-rc1 to receive the MMC merge for 3.7. There are currently two conflicts due to header renames for the ARM single zImage work; they should

[GIT PULL] MMC merge for 3.7-rc1, part 2

2012-10-12 Thread Chris Ball
files changed, 2 insertions(+), 2 deletions(-) rename include/{ = uapi}/linux/mmc/ioctl.h (100%) -- 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

Re: [GIT PULL] Disintegrate UAPI for mmc

2012-10-12 Thread Chris Ball
:48:45 +0100) Thanks, I've sent this to Linus now. - 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] dw_mmc: fix multiple drv_data NULL dereferences

2012-10-29 Thread Chris Ball
...@samsung.com Thanks for the acks Thomas, Seungwon, Jaehoon and Will. Chris: Any chance of queueing this patch for v3.7? Yes, certainly -- pushed to mmc-next for 3.7, thanks. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send

[GIT PULL] MMC fixes for 3.7-rc5

2012-11-09 Thread Chris Ball
dereference for dt boot Chris Ball (1): mmc: sdhci: fix NULL dereference in sdhci_request() tuning Fabio Estevam (1): mmc: mxcmmc: Fix MODULE_ALIAS Guennadi Liakhovetski (1): mmc: sh_mmcif: fix use after free James Hogan (1): mmc: dw_mmc: fix multiple drv_data NULL

Re: [PATCH v7 0/3] Add modules to support realtek PCIE card reader

2012-11-09 Thread Chris Ball
tree? I've removed the patch from my tree to avoid conflicting with Samuel. I'm happy to either have the MMC patch go through the MFD tree with: Acked-by: Chris Ball c...@laptop.org or to merge the MMC side of v7 myself, whichever Samuel prefers. Thanks, - Chris. -- Chris Ball c...@laptop.org

Re: [PATCH 0/8] Fix coding style in sdhci.c

2012-11-11 Thread Chris Ball
like these. sdhci.c is one of the most modified files in drivers/mmc, so a change like this can create merge conflicts that require many people to update their work, and that's not worth it. Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child

Re: [PATCH 3/3] mmc: sdhci: apply voltage range check only for non-fixed regulators

2012-11-13 Thread Chris Ball
if (regulator_is_supported_voltage(host-vqmmc, 180, 180)) regulator_enable(host-vqmmc); 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

Re: [PATCH v2] mmc: sdhci: apply voltage range check only for non-fixed regulators

2012-11-13 Thread Chris Ball
? Thanks, sorry if I'm missing something obvious, - 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 v2] mmc: sdhci: apply voltage range check only for non-fixed regulators

2012-11-13 Thread Chris Ball
), any idea how we should be treating eMMCs with a fixed voltage here? 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

Re: drivers/mmc/card/block.c infinite loop in mmc_blk_err_check waiting on R1_READY_FOR_DATA

2012-11-13 Thread Chris Ball
. 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 at http://vger.kernel.org/majordomo-info.html Please read

Re: Kernel panic on CentOS

2012-10-15 Thread Chris Ball
doesn't know how to recover from. (Although you only sent part of the trace.) http://en.wikipedia.org/wiki/Machine_Check_Exception - 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 RESEND v4 1/2] mmc: card: Move MMC specific attributes to mmc sub-directory

2012-07-14 Thread Chris Ball
if someone has userspace scripts that manipulate force_ro, or ro_lock_until_next_power_on? sysfs isn't a firmly stable kernel ABI, but I think it's much closer to one than this patch implies. Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-14 Thread Chris Ball
sysfs, I don't want to do this now because it will break userspace scripts that are depending on the current locations of these attributes. Thanks, - 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 v2 1/1] mmc: block: Add write packing control

2012-07-15 Thread Chris Ball
that people have to look for mmc-related attributes, which is arguably less clean than having one place to look even though it's mixed in with the other block device attributes. Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list

Re: [PATCH v3 5/6] mmc: dw_mmc: add device tree support

2012-07-15 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

Re: linux-next: manual merge of the arm-soc tree with the i2c-embedded tree

2012-07-16 Thread Chris Ball
) to preserve backwards compatibility: http://article.gmane.org/gmane.linux.kernel.samsung-soc/10409 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

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-17 Thread Chris Ball
Hi Muthu, On Mon, Jul 16 2012, Muthu Kumar wrote: On Sun, Jul 15, 2012 at 7:46 PM, Chris Ball c...@laptop.org wrote: Hi, On Sun, Jul 15 2012, Muthu Kumar wrote: I've already replied to a later version of the patch, but just to get this comment in at the appropriate point of the discussion

Re: [PATCH v2 1/1] mmc: block: Add write packing control

2012-07-18 Thread Chris Ball
regression. 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 at http://vger.kernel.org/majordomo-info.html Please

Re: [PATCH RESEND v7 2/2] mmc: card: Adding support for sanitize in eMMC 4.5

2012-07-19 Thread Chris Ball
will be failed to operate secure trim/erase for REQ_SECURE request. at: http://thread.gmane.org/gmane.linux.kernel.mmc/14822/focus=14880 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

Re: A question on printascii

2012-07-19 Thread Chris Ball
[text_len-1] == '\n') { text_len--; -- 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 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 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 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 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] 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 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: Regulator API ignored return values

2013-03-11 Thread Chris Ball
of 'regulator_enable', declared with attribute warn_unused_result [-Wunused-result] Reported-by: Arnd Bergmann a...@arndb.de Signed-off-by: Chris Ball c...@laptop.org --- drivers/mmc/host/sdhci.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci.c b

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

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: [PATCH v2] mmc: sdhci: apply voltage range check only for non-fixed regulators

2012-11-30 Thread Chris Ball
soon. Does this mean that I shouldn't merge either yours or Kevin's patch for 3.8, while we wait for this? Any ETA on it? Thanks very much, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [PATCH] SDIO / PM: Add empty bus-level suspend/resume callbacks

2012-12-02 Thread Chris Ball
Hi, On Sun, Dec 02 2012, NeilBrown wrote: What about applying the appended patch (hopefully, the build warnings should be fixed properly this time)? Looks good to me - thanks! Thanks, both of you, pushed to mmc-next for 3.8. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One

Re: [PATCH] mmc: mmc_spi: Fix return value evaluation of irq_of_parse_and_map()

2013-02-11 Thread Chris Ball
= irq_of_parse_and_map(np, 0); - if (oms-detect_irq != NO_IRQ) { + if (oms-detect_irq != 0) { oms-pdata.init = of_mmc_spi_init; oms-pdata.exit = of_mmc_spi_exit; } else { Thanks, pushed to mmc-next for 3.9. - Chris. -- Chris Ball c...@laptop.org

Re: [PATCH 2/3] mmc: use regulator_can_change_voltage() instead of regulator_count_voltages() hacks

2013-02-11 Thread Chris Ball
. Signed-off-by: Marek Szyprowski m.szyprow...@samsung.com Any chance to get this patch scheduled for v3.9? Thanks, pushed to mmc-next for 3.9. - 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 3/3] mmc: sdhci: check voltage range only on regulators aware of voltage value

2013-02-11 Thread Chris Ball
-- please could you rebase/resend? 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 at http://vger.kernel.org

Re: [PATCH 0/3] omap_hsmmc DT DMA Client support

2013-02-11 Thread Chris Ball
on platforms booting via DT. These platforms include omap2/3/4/5 and am33xx. These patches were split out from the v5 version of the AM33XX DMA series and split from the EDMA-specific omap_hsmmc changes. Thanks, pushed to mmc-next for 3.9. - Chris. -- Chris Ball c...@laptop.org http://printf.net

Re: [PATCH 1/3] MMC: rtsx: remove driving adjustment

2013-02-11 Thread Chris Ball
, I've pushed 1/3 to mmc-next for 3.9 now. - 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: correct the EXCEPTION_EVENTS_STATUS vaule comment

2013-01-28 Thread Chris Ball
accessible, even though it duplicates data, so I've taken Zhang's original patch for 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

Re: [PATCH v4 5/5] mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECT

2013-01-28 Thread Chris Ball
Hi Doug, On Mon, Jan 14 2013, Doug Anderson wrote: The whole bundle of all 5 patches at v4 is here: http://patchwork.kernel.org/bundle/dianders/mmc_wp/ Thanks, I've pushed all 5 to mmc-next for 3.9 now with the collected ACKs. - Chris. -- Chris Ball c...@laptop.org http://printf.net

Re: [PATCH] mmc: core: disable the cache before suspend only after stopping BKOPS

2013-01-28 Thread Chris Ball
Hi Maya, On Sun, Jan 13 2013, Maya Erez wrote: Agreed, I will change the commit text in the next uploaded version. I haven't seen the updated patch go by -- please could you send it when you get a chance? Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per

Re: [PATCH] mmc: vt8500: Remove erroneous __exitp in wmt_mci_driver

2013-01-28 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

Re: [PATCH] MAINTAINERS: mmc: add maintainer entry for dw_mmc driver

2013-01-28 Thread Chris Ball
to mmc-next for 3.9. - 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

Re: [PATCH v1] mmc: core: move the cache disabling operation to mmc_suspend

2013-01-28 Thread Chris Ball
for 3.9. (Please ignore the mail I just sent asking you to repost this patch -- I was confused by the v1 and change in Subject line.) - 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

[GIT PULL] MMC updates for 3.9-rc1

2013-02-24 Thread Chris Ball
-sdio.txt create mode 100644 Documentation/devicetree/bindings/mmc/tmio_mmc.txt create mode 100644 drivers/mmc/host/android-goldfish.c create mode 100644 drivers/mmc/host/sdhci-bcm2835.c delete mode 100644 include/linux/platform_data/mmc-sdhci-tegra.h -- Chris Ball c...@laptop.org http

[GIT PULL] MMC fixes for 3.6-rc5

2012-09-05 Thread Chris Ball
+++ drivers/mmc/host/omap.c| 14 +-- drivers/mmc/host/sdhci-esdhc.h | 6 +-- include/linux/mmc/card.h | 1 + 8 files changed, 98 insertions(+), 61 deletions(-) -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line

Re: [PATCH 09/16] ARM: tegra: move platform_data definitions

2012-09-11 Thread Chris Ball
like you aren't renaming the idempotency guards, so e.g. include/linux/platform_data/mmc-sdhci-tegra.h will contain: #ifndef __ASM_ARM_ARCH_TEGRA_SDHCI_H #define __ASM_ARM_ARCH_TEGRA_SDHCI_H Is that intentional? Thanks, - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per

Re: [PATCH RESEND v6] mmc: core: Remove bounce buffer in mmc_send_cxd_data()

2012-09-17 Thread Chris Ball
from upper caller(but on-stack buffer is allowed with no performance gain). Signed-off-by: Kyungsik Lee kyungsik@lge.com Reviewed-by: Venkatraman S svenk...@ti.com Thanks, pushed to mmc-next for 3.7. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child

Re: [PATCH] mmc: sdio: Fix PM_SLEEP related build warnings

2012-09-17 Thread Chris Ball
, since the callback for this driver doesn't do anything it can just as well be dropped. Signed-off-by: Thierry Reding thierry.red...@avionic-design.de Acked-by: Rafael J. Wysocki r...@sisk.pl Thanks, pushed to mmc-next for 3.7. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One

Re: [PATCH v2 2/3] mmc: davinci_mmc: convert to DMA engine API

2012-09-17 Thread Chris Ball
and running bonnie++ on it. Tested-by: Koen Kooi k...@dominion.thruhere.net Thanks, pushed to mmc-next for 3.7. - 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 7/13] drivers/mmc/host/mmci.c: use clk_prepare_enable and clk_disable_unprepare

2012-09-18 Thread Chris Ball
for 3.7. (I merged v1 instead of v2 because I don't see any whitespace problems with it, and I liked the verbosity in the original commit message.) - 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 V2] mmc: omap_hsmmc: Pass on the suspend failure to the PM core

2012-09-18 Thread Chris Ball
Bedia vaibhav.be...@ti.com Signed-off-by: Hebbar, Gururaja gururaja.heb...@ti.com This version is good. Acked-by: Venkatraman S svenk...@ti.com Thanks, pushed to mmc-next for 3.7, with a stable@ tag added (right?). - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per

Re: [PATCH 2/5] mmc: msm_sdcc: Remove unnecessary include

2012-09-19 Thread Chris Ball
Hi, On Wed, Sep 19 2012, Stephen Boyd wrote: This driver has no reason to include msm_iomap.h. Remove it so that we can remove msm_iomap.h from include/mach in the future. Cc: Chris Ball c...@laptop.org Signed-off-by: Stephen Boyd sb...@codeaurora.org --- drivers/mmc/host/msm_sdcc.c | 1

Re: [PATCH 09/16] ARM: tegra: move platform_data definitions

2012-09-11 Thread Chris Ball
changing the guards and driver maintainers might want to fix them up if it's something they care about? 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

Re: [PATCH v6] mmc: card: Skip secure option for MoviNAND.

2012-08-29 Thread Chris Ball
this discussion in XDA developers. http://forum.xda-developers.com/showthread.php?t=1644364 https://plus.google.com/111398485184813224730/posts/21pTYfTsCkB#111398485184813224730/posts/21pTYfTsCkB == - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe

Re: [PATCH v6] mmc: card: Skip secure option for MoviNAND.

2012-08-29 Thread Chris Ball
with kernel supporting MMC_CAP_ERASE SECURE option, this issue might cause damage. Therefore, we skip secure for these known devices. Thanks, pushed to mmc-next for 3.6 with a stable@ tag. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from

Re: [PATCH v4] mmc: dw_mmc: Disable low power mode if SDIO interrupts are used

2012-08-07 Thread Chris Ball
to add my ack. Acked-by: Seungwon Jeon tgih@samsung.com Thanks, pushed to mmc-next for 3.7. - 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: sdhci: fix the clock APIs for pxav2 and pxav3 driver

2012-08-07 Thread Chris Ball
Hi, On Tue, Jul 31 2012, Chao Xie wrote: From: Chao Xie chao@marvell.com Signed-off-by: Chao Xie xiechao.m...@gmail.com Thanks, pushed to mmc-next for 3.7. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line

Re: [PATCH v2 1/1] ARM: dove: DT support for sdhci-dove

2012-08-07 Thread Chris Ball
sebastian.hesselba...@googlemail.com Cc: Grant Likely grant.lik...@secretlab.ca Cc: Rob Herring rob.herr...@calxeda.com Cc: Rob Landley r...@landley.net Cc: Chris Ball c...@laptop.org Cc: Anton Vorontsov cbouatmai...@gmail.com Cc: Manuel Lauss manuel.la...@googlemail.com Cc: David Brown dav

Re: [PATCH 2/2] drivers/mmc/host/vub300.c: add missing usb_free_urb

2012-08-07 Thread Chris Ball
Hi Julia, On Tue, Jul 24 2012, Julia Lawall wrote: From: Julia Lawall julia.law...@lip6.fr Add missing usb_free_urb on failure path after usb_alloc_urb. Thanks, pushed to mmc-next for 3.7. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe

Re: [PATCH] MMC/omap_hsmmc: handle failure of regulator_get better.

2012-08-07 Thread Chris Ball
PTR_ERR(reg); } else { + mmc_slot(host).set_power = omap_hsmmc_set_power; host-vcc = reg; ocr_value = mmc_regulator_get_ocrmask(reg); if (!mmc_slot(host).ocr_mask) { Thanks, pushed to mmc-next for 3.7. - Chris. -- Chris Ball c

Re: 3.6-rc1: twl4030 don't compile :(

2012-08-02 Thread Chris Ball
charging). Neil, I don't think we can use this syntax yet -- Documentation/Changes says that we still support from gcc-3.2 onwards. 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

Re: [PATCH] sdio: Change pr_warning to pr_warn_ratelimited

2012-07-09 Thread Chris Ball
), tpl_code, tpl_link); Thanks, pushed to mmc-next for 3.6. - 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: Boot regression on Mackerel with current mainline

2012-07-09 Thread Chris Ball
in linux-next so that there aren't any conflicts. Is that okay with you? 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

Re: Boot regression on Mackerel with current mainline

2012-07-10 Thread Chris Ball
the initial patch to Linus in a few days. 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 at http

[GIT PULL] MMC fixes for 3.5-rc7

2012-07-12 Thread Chris Ball
files changed, 13 insertions(+), 9 deletions(-) -- 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: omap_hsmmc: ensure probe returns error upon resource failure

2012-07-21 Thread Chris Ball
-off-by: Kevin Hilman khil...@ti.com Good catch. Acked-by: Venkatraman S svenk...@ti.com Thanks, pushed to mmc-next for 3.6. - 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 v1 1/2] mmc: sdhci-dove: Add SDHCI_QUIRK_NO_HISPD_BIT

2012-07-21 Thread Chris Ball
Hi Sebastian, On Thu, Jul 05 2012, Sebastian Hesselbarth wrote: The sdio controller on dove doesn't have a bit to indicate high-speed. With the quirk set it fixes accessing high-speed sdcards. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@googlemail.com Cc: Chris Ball c

Re: [PATCH v1 2/2] mmc: sdhci-dove: Prepare for common clock framework

2012-07-21 Thread Chris Ball
Hi, On Thu, Jul 05 2012, Sebastian Hesselbarth wrote: As mach-dove is moving towards common clock framework prepare the sdhci driver to grab it's clock. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@googlemail.com Cc: Chris Ball c...@laptop.org Cc: Anton Vorontsov cbouatmai

[GIT PULL] MMC updates for 3.6-rc1

2012-07-22 Thread Chris Ball
SDHCI_USING_RETUNING_TIMER mmc: sd: Fix sd current limit setting mmc: core: reset signal voltage on power up Alan Cox (1): mmc: core: correct invalid error checking Chris Ball (4): mmc: core: Export regulator_* functions as GPL mmc: dt: Deduplicate binding docs by referencing mmc.txt

Re: [PATCH RESEND v7 2/2] mmc: card: Adding support for sanitize in eMMC 4.5

2012-07-24 Thread Chris Ball
can. I wonder if there's any way to test whether sanitize has had an effect. It would be good to know whether it actually does anything on a specific eMMC, although I'm sure it's difficult to tell. Thanks! - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child

[GIT PULL] MMC fixes for 3.7

2012-12-06 Thread Chris Ball
Chris Ball (1): Revert misapplied mmc: sh-mmcif: avoid oops on spurious interrupts Guennadi Liakhovetski (1): mmc: sh-mmcif: avoid oops on spurious interrupts (second try) Heiko Stübner (1): mmc: sdhci-s3c: fix missing clock for gpio card-detect drivers/mmc/host/sdhci-s3c.c

Re: [PATCH 1/1] mmc: sdhci-acpi: enable runtime-pm for device HID INT33C6

2012-12-10 Thread Chris Ball
Hi, On Mon, Dec 10 2012, Adrian Hunter wrote: sdhci-acpi supports ACPI devices which have compatibility ID PNP0D40, however it is not possible to know if those devices will all work correctly with runtime-pm, so that must be configured per hardware ID. Acked-by: Chris Ball c...@laptop.org

[GIT PULL] MMC updates for 3.8-rc1

2012-12-10 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

Re: [PATCH 1/2] mmc: Configure SD_CFG2 register in sd_rw_multi

2012-11-19 Thread Chris Ball
commit messages -- if this fixes a bug, what's the nature of the bug that it fixes? 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

Re: [PATCH v2 1/2] mmc/host/rtsx: Configure SD_CFG2 register in sd_rw_multi

2012-11-19 Thread Chris Ball
to the internal register. With what consequences? Was the data transfer failing? Under which circumstances? 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

Re: [PATCH v2 1/2] mmc/host/rtsx: Configure SD_CFG2 register in sd_rw_multi

2012-11-19 Thread Chris Ball
-by: Chris Ball c...@laptop.org - 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: FW: [PATCH v2] mmc: sdhci: apply voltage range check only for non-fixed regulators

2012-11-20 Thread Chris Ball
) and 'dummy-regulators' cases. Thanks, I've pushed v5 of mmc: sdhci: use regulator min/max voltage range according to spec to mmc-next for 3.7 with Marek's Tested-by now. - Chris. -- Chris Ball c...@laptop.org http://printf.net/ One Laptop Per Child -- To unsubscribe from this list: send the line

Re: [PATCH 0/3] Add SDHCI ACPI driver

2012-11-22 Thread Chris Ball
Hi, On Thu, Nov 22 2012, Adrian Hunter wrote: Here is SDHCI ACPI driver. It is dependent on new ACPI Platform support so I suggest Rafael takes the patches with Chris' Ack. Please note that I would prefer this to be queued for 3.8 Looks fine: Acked-by: Chris Ball c...@laptop.org I have

  1   2   3   4   >