]> Git Repo - linux.git/commit
mmc: sdhci: Call mmc_request_done() from IRQ handler if possible
authorAdrian Hunter <[email protected]>
Fri, 5 Apr 2019 12:40:19 +0000 (15:40 +0300)
committerUlf Hansson <[email protected]>
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 <[email protected]>
Reviewed-by: Faiz Abbas <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
drivers/mmc/host/sdhci.c
This page took 0.068059 seconds and 4 git commands to generate.