Re: [PATCH 0/2] maximum discard size

2011-07-15 Thread Chris Ball
Hi Adrian, On Fri, Jul 15 2011, Adrian Hunter wrote: >> Here is a patch that sets a maximum discard size for host controllers >> that cannot manage large timeouts. And another patch putting it into >> use for shdci. > > Can this be applied? > >> Adrian Hunter (2): >>mmc: queue: let host c

Re: [PATCH v2] mxs-mmc: fix clock rate setting

2011-07-15 Thread Chris Ball
Hi Koen, On Fri, Jul 15 2011, Koen Beel wrote: > Still need me to do something on this or is it ok? Pushed to mmc-next for 3.1, thanks. Please consider Wolfram's last round of comments and send a follow-up patch if you agree with them. - Chris. -- Chris Ball One Lapto

Re: [Bug 38922] Lenovo T420 (Sandy Bridge) Crashes on SD Card gpt partition writing and io errors on insert

2011-07-15 Thread Chris Ball
Hi, moving to e-mail, On Fri, Jul 15 2011, bugzilla-dae...@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=38922 Andrei, please could you take a look at this bug? > --- Comment #6 from Peter Vollmer > 2011-07-15 19:06:22 --- > Hi Chris, > first of all thanks for your he

Re: [PATCH 0/2] maximum discard size

2011-07-15 Thread Adrian Hunter
On 28/06/2011 5:16 p.m., Adrian Hunter wrote: Hi Here is a patch that sets a maximum discard size for host controllers that cannot manage large timeouts. And another patch putting it into use for shdci. Can this be applied? Adrian Hunter (2): mmc: queue: let host controllers specify

Re: [PATCH 1/3] mmc: sdhci-s3c: Add support for device tree based probe

2011-07-15 Thread Grant Likely
On Fri, Jul 15, 2011 at 05:12:06PM +0530, Thomas Abraham wrote: > Add of_match_table to enable sdhci-s3c driver to be probed when a compatible > sdhci device node is found in device tree. > > CC: linux-mmc@vger.kernel.org > Signed-off-by: Thomas Abraham > --- > .../devicetree/bindings/mmc/samsun

Re: [PATCH 2/2 v2] ARM: mach-shmobile: use GPIO interrupt also for card eject on SDHI0 on mackerel

2011-07-15 Thread Guennadi Liakhovetski
On Fri, 15 Jul 2011, Magnus Damm wrote: > On Fri, Jul 15, 2011 at 7:59 PM, Guennadi Liakhovetski > wrote: > > When we switch to transaction-based runtime PM on SDHI / TMIO MMC, > > also card eject events will have to be detected by the platform. > > This patch prepares mackerel to this switch. >

[PATCH 1/3] mmc: sdhci-s3c: Add support for device tree based probe

2011-07-15 Thread Thomas Abraham
Add of_match_table to enable sdhci-s3c driver to be probed when a compatible sdhci device node is found in device tree. CC: linux-mmc@vger.kernel.org Signed-off-by: Thomas Abraham --- .../devicetree/bindings/mmc/samsung-s3c-sdhci.txt | 10 ++ drivers/mmc/host/sdhci-s3c.c

Re: [PATCH 2/2 v2] ARM: mach-shmobile: use GPIO interrupt also for card eject on SDHI0 on mackerel

2011-07-15 Thread Magnus Damm
On Fri, Jul 15, 2011 at 7:59 PM, Guennadi Liakhovetski wrote: > When we switch to transaction-based runtime PM on SDHI / TMIO MMC, > also card eject events will have to be detected by the platform. > This patch prepares mackerel to this switch. > > Signed-off-by: Guennadi Liakhovetski > --- > > v

Re: [PATCH 1/2] sh-mobile: enable both edges GPIO interrupts on sh7372

2011-07-15 Thread Magnus Damm
On Fri, Jul 15, 2011 at 7:58 PM, Guennadi Liakhovetski wrote: > From: Magnus Damm > > IRQ-capable GPIOs on sh7372 can be configured to produce interrupts on > both edges. > > Signed-off-by: Guennadi Liakhovetski > Cc: Magnus Damm > --- >  drivers/sh/intc/chip.c |    3 +++ >  1 files changed, 3

[PATCH 2/2 v2] ARM: mach-shmobile: use GPIO interrupt also for card eject on SDHI0 on mackerel

2011-07-15 Thread Guennadi Liakhovetski
When we switch to transaction-based runtime PM on SDHI / TMIO MMC, also card eject events will have to be detected by the platform. This patch prepares mackerel to this switch. Signed-off-by: Guennadi Liakhovetski --- v2: reconfiguring the pin for card insertion and ejection is no longer needed

[PATCH 1/2] sh-mobile: enable both edges GPIO interrupts on sh7372

2011-07-15 Thread Guennadi Liakhovetski
From: Magnus Damm IRQ-capable GPIOs on sh7372 can be configured to produce interrupts on both edges. Signed-off-by: Guennadi Liakhovetski Cc: Magnus Damm --- drivers/sh/intc/chip.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/sh/intc/chip.c b/drivers/sh/i

[PATCH 0/2] use both-edge GPIO interrupt for SDHI0 on mackerel

2011-07-15 Thread Guennadi Liakhovetski
As correctly pointed out by Magnus, IRQ-capable GPIOs on sh7372 can produce interrupts on both edges. These patches extend the intc driver and use this for SDHI0 hotplug detection on mackerel. Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.op

Re: [PATCH v2] mxs-mmc: fix clock rate setting

2011-07-15 Thread Koen Beel
Hi, On Mon, Jul 11, 2011 at 10:26 PM, Wolfram Sang wrote: > Hi Koen, > > thanks for v2. > > On Mon, Jul 11, 2011 at 09:52:01PM +0200, Koen Beel wrote: > >> (Sorry, patch in attachment as I still don't have a decent mail setup >> at my company) > > That's bad :( > > > >> Fix clock rate settin

Re: [PATCH V2 00/16] omap_hsmmc patches

2011-07-15 Thread Grazvydas Ignotas
On Wed, Jul 13, 2011 at 6:36 PM, Chris Ball wrote: > Hi, > > On Wed, Jul 13 2011, Grazvydas Ignotas wrote: >> it seems this series got lost in time, at least patches 01, 02, 03, >> 04, 05, 06, 07, 08, 12 look like valid standalone fixes and >> improvements to me, they don't touch other trees and s

Re: [PATCH 0/2] mmc: tmio: two bug-fixes

2011-07-15 Thread Guennadi Liakhovetski
Hi Chris On Thu, 14 Jul 2011, Chris Ball wrote: > Hi Guennadi, > > On Thu, Jul 14 2011, Guennadi Liakhovetski wrote: > > There go two more bug-fixes for tmio on top of my earlier patches from > > today, so, should still be easy enough to trace. So, to pull them > > together, the previous ones