commit | 1be64c7963f89afbd6f96f27effea20900650dfe | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Fri May 08 13:29:02 2020 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Thu May 28 11:22:14 2020 +0200 |
tree | 9e3454ba21fdcb7a979c51c0d6ab36949cd9482f | |
parent | 94fe2580a2f3bb055fdca86a2adf156d01f15764 [diff] |
mmc: host: Drop redundant MMC_CAP_ERASE The MMC_CAP_ERASE bit is no longer used by the mmc core as erase, discard and trim operations are now always supported. Therefore, drop the bit and move all mmc hosts away from using it. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Reviewed-by: Rui Miguel Silva <rmfrfs@gmail.com> Link: https://lore.kernel.org/r/20200508112902.23575-1-ulf.hansson@linaro.org Reviewed-by: Linus Walleij <linus.walleij@linaro.org>