]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: Call mmc_request_done() from IRQ handler if possible
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 5 Apr 2019 12:40:19 +0000 (15:40 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 15 Apr 2019 10:03:35 +0000 (12:03 +0200)
commitbf0c59265a895f00536d94b4ec1f21718d4b060f
treee9b8735fd57597ae457d24b755805b2687d27a3c
parent2da035f7f57c138427a32d244cc22f3c3ee586d1
mmc: sdhci: Call mmc_request_done() from IRQ handler if possible

In preparation for removing finish_tasklet, call mmc_request_done() from
the IRQ handler if possible. That will alleviate the potential loss of
performance from shifting away from finish_tasklet.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c