diff options
author | Ryan QIAN <b32804@freescale.com> | 2012-02-23 08:24:53 +0800 |
---|---|---|
committer | Ryan QIAN <b32804@freescale.com> | 2012-02-23 14:30:02 +0800 |
commit | 697acccd323c38f3d48923528ec0bfda04d8e5a7 (patch) | |
tree | a8f8a1097d31593688fcacdf7d6a7f3e7e776778 /include | |
parent | 2811e96332f49ea9c82f5ed7e2f58e063c5f04ba (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index f161f1b33215..7de57d99c56d 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 */ }; |