commit | 74bc80931c8bc34d24545f992a35349ad548897c | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jul 29 15:58:59 2010 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Jul 30 23:16:32 2010 +0100 |
tree | 402cb830059e78812ba32d3aa9245cc82c3a8ca3 | |
parent | 831e8047eb2af310184a9d4d9e749f3de119ae39 [diff] |
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>