]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: add two capability flags for CD and WP signal polarity
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Tue, 1 May 2012 13:49:52 +0000 (15:49 +0200)
committerChris Ball <cjb@laptop.org>
Sat, 21 Jul 2012 04:02:16 +0000 (00:02 -0400)
To handle CD and WP SD/MMC slot pins we need generic flags to specify their
polarity.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
include/linux/mmc/host.h

index 90b6a38b037451294b57a49052d0380cb25edc37..c1a03eed1d179950c047ea59ff572c9b943f3ea1 100644 (file)
@@ -256,6 +256,8 @@ struct mmc_host {
 #define MMC_CAP2_BROKEN_VOLTAGE        (1 << 7)        /* Use the broken voltage */
 #define MMC_CAP2_DETECT_ON_ERR (1 << 8)        /* On I/O err check card removal */
 #define MMC_CAP2_HC_ERASE_SZ   (1 << 9)        /* High-capacity erase size */
+#define MMC_CAP2_CD_ACTIVE_HIGH        (1 << 10)       /* Card-detect signal active high */
+#define MMC_CAP2_RO_ACTIVE_HIGH        (1 << 11)       /* Write-protect signal active high */
 
        mmc_pm_flag_t           pm_caps;        /* supported pm features */
        unsigned int        power_notify_type;