]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mmc: omap_mmc: Remove invert references
authorAdam Ford <aford173@gmail.com>
Sat, 8 Sep 2018 13:16:23 +0000 (08:16 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 29 Sep 2018 12:06:56 +0000 (08:06 -0400)
commitf4df405f0e7ee22e24ff19bb8057b21c9e80dd2a
treeb40c7fe17dd93eeafcfb97ae6ddad8f225e74744
parent57fb8b4654a1ca81af38085de411af7a09be911a
mmc: omap_mmc: Remove invert references

With DM_GPIO and DM_MMC translating GPIO_ACTIVE_LOW, any boards
using the 'cd-invert' option will no longer need to do this.  This
patch removes the support for 'invert' from the MMC driver.

Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Fix warning over when !DM_GPIO]
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/include/asm/omap_mmc.h
drivers/mmc/omap_hsmmc.c