]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci: Remove finish_tasklet
authorAdrian Hunter <adrian.hunter@intel.com>
Fri, 5 Apr 2019 12:40:20 +0000 (15:40 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 15 Apr 2019 10:03:39 +0000 (12:03 +0200)
commit1bf75d9ed1a88901debeaa8a0c36add7236ac06e
treed22f259f49f41588b41cdf9798c5075a2d82c991
parent66c721f338603618cee16bf81f70a83d6435db9d
mmc: sdhci: Remove finish_tasklet

Remove finish_tasklet. Requests that require DMA-unmapping or sdhci_reset
are completed either in the IRQ thread or a workqueue if the completion is
not initiated by the IRQ.

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
drivers/mmc/host/sdhci.h