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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handler

2014-05-23 Thread Ulf Hansson
On 23 May 2014 00:16, Sebastian Hesselbarth wrote: > Commit f8ec589b86f6 > "mmc: sdhci-dove: allow GPIOs to be used for card detection on Dove" > added a gpio based card detect interrupt handler that was hooked up > into card_tasket. > > Commit 3560db8e247a > "mmc: sdhci: push card_tasklet

Re: [PATCH] mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handler

2014-05-23 Thread Ulf Hansson
On 23 May 2014 00:16, Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: Commit f8ec589b86f6 mmc: sdhci-dove: allow GPIOs to be used for card detection on Dove added a gpio based card detect interrupt handler that was hooked up into card_tasket. Commit 3560db8e247a mmc: sdhci:

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 in

[PATCH] mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handler

2014-05-22 Thread Sebastian Hesselbarth
Commit f8ec589b86f6 "mmc: sdhci-dove: allow GPIOs to be used for card detection on Dove" added a gpio based card detect interrupt handler that was hooked up into card_tasket. Commit 3560db8e247a "mmc: sdhci: push card_tasklet into threaded irq handler" now removed that very card_tasklet

[PATCH] mmc: sdhci-dove: use mmc_of_parse() and remove card_tasklet CD handler

2014-05-22 Thread Sebastian Hesselbarth
Commit f8ec589b86f6 mmc: sdhci-dove: allow GPIOs to be used for card detection on Dove added a gpio based card detect interrupt handler that was hooked up into card_tasket. Commit 3560db8e247a mmc: sdhci: push card_tasklet into threaded irq handler now removed that very card_tasklet causing