summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorWolfram Sang <wsa+renesas@sang-engineering.com>2017-01-19 21:07:17 +0100
committerUlf Hansson <ulf.hansson@linaro.org>2017-02-13 13:20:34 +0100
commit20dd03734cac41a0545dd24f5e81d8ff0c80874b (patch)
tree1cdc88ed0866e5494b040fbc4981f265ce977acd /include/linux/mfd
parente4f38eb18aedd098b3019e82df07f583a5cbcc58 (diff)
downloadop-kernel-dev-20dd03734cac41a0545dd24f5e81d8ff0c80874b.zip
op-kernel-dev-20dd03734cac41a0545dd24f5e81d8ff0c80874b.tar.gz
mmc: host: tmio: SDIO_STATUS_QUIRK is rather SDIO_STATUS_SETBITS
QUIRK sounds like there is something wrong, but actually there are just some bits which need to be 1. Rename it to be more clear. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/tmio.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index fba44ab..a1520d8 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -94,10 +94,8 @@
*/
#define TMIO_MMC_HAVE_CMD12_CTRL (1 << 7)
-/*
- * Some controllers needs to set 1 on SDIO status reserved bits
- */
-#define TMIO_MMC_SDIO_STATUS_QUIRK (1 << 8)
+/* Controller has some SDIO status bits which must be 1 */
+#define TMIO_MMC_SDIO_STATUS_SETBITS (1 << 8)
/*
* Some controllers have a 32-bit wide data port register
OpenPOWER on IntegriCloud