]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: sdhci: push card_tasklet into threaded irq handler
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 25 Apr 2014 11:55:51 +0000 (12:55 +0100)
committerChris Ball <chris@printf.net>
Thu, 22 May 2014 11:26:25 +0000 (07:26 -0400)
commit3560db8e247aa35bc6b287ec7ec51cd41abd512e
tree5cad35527d353e46ef77dcdb77edb6b264e7fdc8
parent781e989cf593c71d26bdca74f5e77b3651fc060e
mmc: sdhci: push card_tasklet into threaded irq handler

There's no requirement to have the card tasklet separate now that we
have a threaded interrupt handler, so kill this and move the called
code into the threaded part of the handler.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Tested-by: Markus Pargmann <mpa@pengutronix.de>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/sdhci.c
include/linux/mmc/sdhci.h