]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/mfd/tmio.h
Merge remote-tracking branch 'rcu/rcu/next'
[karo-tx-linux.git] / include / linux / mfd / tmio.h
index 24b86d538e8852eef94cc020a7f92230dcfacedd..05d58ee5e6a78fb4d8366b2391d84a2f4838aa82 100644 (file)
  * Some controllers can support SDIO IRQ signalling.
  */
 #define TMIO_MMC_SDIO_IRQ              (1 << 2)
+
+/* Some controllers don't need to wait 10ms for clock changes */
+#define TMIO_MMC_FAST_CLK_CHG          (1 << 3)
+
 /*
  * Some controllers require waiting for the SD bus to become
  * idle before writing to some registers.