]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: Fix Versatile/Realview/VExpress MMC card detection sense
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 Jul 2010 14:58:59 +0000 (15:58 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 30 Jul 2010 22:16:32 +0000 (23:16 +0100)
commit46af9bb24acf0795666acbb7b279cd38ec108428
tree402cb830059e78812ba32d3aa9245cc82c3a8ca3
parentdaeaf0679e47ea7c5bf3e6b638bbaf63fbbcb5e9
ARM: Fix Versatile/Realview/VExpress MMC card detection sense

The MMC card detection sense has become really confused with negations
at various levels, leading to some platforms not detecting inserted
cards.  Fix this by converting everything to positive logic throughout,
thereby getting rid of these negations.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-realview/core.c
arch/arm/mach-vexpress/v2m.c
drivers/mmc/host/mmci.c