commit | f2f3a59b8e373d3a9bfcab9c74ddc8b16327e169 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Fri Dec 18 22:02:11 2020 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Sat Jul 10 01:22:09 2021 +0100 |
tree | f9aa2e4738f31fc69e3986837220ec9515336c8f | |
parent | c0387f181d6479606cd2fac1ca1cb84d73dd7ea0 [diff] |
mmc: sunxi: Avoid #ifdefs in delay and width setup The delay and bus-width setup are slightly different across the Allwinner SoC generations, and we covered this so far with some preprocessor conditionals. Use the more readable IS_ENABLE() instead. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>