OSDN Git Service

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)
commit19d2f695f4e82794df7465b029c02b104d1b9903
treee9b8735fd57597ae457d24b755805b2687d27a3c
parente9a072993d69ae2241def3e9a8fe3e974c4d591f
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