]> Git Repo - J-u-boot.git/commit
mmc: arm_pl180_mmci: Remove cd_inverted host's struct field
authorPatrice Chotard <[email protected]>
Wed, 25 Jul 2018 15:49:09 +0000 (17:49 +0200)
committerTom Rini <[email protected]>
Fri, 3 Aug 2018 23:53:54 +0000 (19:53 -0400)
commitfa9115616588770960827e9915d7a6de8f3aa616
tree6e2dc7c12a3be4604a3adedb9e58ef659c17bb2a
parent43d36a0bae9dec70af9b3158de06f45a2dca08ed
mmc: arm_pl180_mmci: Remove cd_inverted host's struct field

As platform uses GPIOs for card detection, it's
simpler and more readable to use GPIO_ACTIVE_(LOW|HIGH)
in the gpio flags instead of using the cd-inverted
property.

Reported-by: Tuomas Tynkkynen <[email protected]>
Signed-off-by: Patrice Chotard <[email protected]>
drivers/mmc/arm_pl180_mmci.c
drivers/mmc/arm_pl180_mmci.h
This page took 0.040047 seconds and 4 git commands to generate.