summaryrefslogtreecommitdiff
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorJin Qian <jqian@nvidia.com>2012-02-09 15:28:43 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:20:04 -0700
commit6350a071208cdb09805176ced6e0c0de86bb4680 (patch)
tree69fc7cb2357dfa86a3b067168ef86d3c65fc6cb8 /include/linux/mmc
parent6170415c842e393d249002427f48e9e0ece0589e (diff)
mmc: add uhs2 header for commands
Bug 896249 Change-Id: I4cd70d161d0088725523ab38350d4ea0b466b24c Reviewed-by: Mark Stadler <mastadler@nvidia.com> Signed-off-by: Sachin Nikam <snikam@nvidia.com> Signed-off-by: Jin Qian <jqian@nvidia.com> Reviewed-on: http://git-master/r/82957 Reviewed-by: Scott Williams <scwilliams@nvidia.com> Signed-off-by: Mark Stadler <mastadler@nvidia.com>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/uhs2.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/include/linux/mmc/uhs2.h b/include/linux/mmc/uhs2.h
new file mode 100644
index 000000000000..bea9edb466a6
--- /dev/null
+++ b/include/linux/mmc/uhs2.h
@@ -0,0 +1,25 @@
+/*
+ * include/linux/mmc/uhs2.h
+ *
+ * Copyright (C) 2011-2012 NVIDIA Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or (at
+ * your option) any later version.
+ */
+
+#ifndef MMC_UHS2_H
+#define MMC_UHS2_H
+
+/* UHS2 commands */
+
+#define UHS2_FULL_RESET 0x00
+#define UHS2_GO_DORMANT_STATE 0x01
+#define UHS2_DEVICE_INIT 0x02
+#define UHS2_ENUMERATE 0x03
+#define UHS2_TRANS_ABORT 0x04
+
+#endif
+
+