commit | c07a48c2651965e84d35cf193dfc0e5f7892d612 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <adrian.hunter@intel.com> | Fri Apr 05 15:40:20 2019 +0300 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Apr 15 12:03:39 2019 +0200 |
tree | d22f259f49f41588b41cdf9798c5075a2d82c991 | |
parent | 19d2f695f4e82794df7465b029c02b104d1b9903 [diff] |
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>