summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRyan QIAN <b32804@freescale.com>2012-02-23 08:24:53 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:23:17 +0800
commit9514bd667f8d6b341727f37873c04b1eef6f04d7 (patch)
tree596830b5b9fdfff3456465a1dee15d996dc84f2e /include
parent0102db0045da50caaaf1e9ce99b6e2d77bc0c278 (diff)
ENGR00175221-02 [MX6] MMCSD: clear EXE_TUNE bit after tuning finishes.
- add hook for post tuning in common code - add hook for post tuning for platform code to deal with clean up stuff on finishing tuning. Signed-off-by: Ryan QIAN <b32804@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 66bf0fb1dbfa..3fc0cc758082 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -75,6 +75,7 @@ struct mmc_ios {
#define MMC_SET_DRIVER_TYPE_C 2
#define MMC_SET_DRIVER_TYPE_D 3
unsigned int tuning_flag; /* request tuning only */
+ unsigned int finish_tuning_flag;
unsigned int tuning; /* tuning parameter */
};