From 697acccd323c38f3d48923528ec0bfda04d8e5a7 Mon Sep 17 00:00:00 2001 From: Ryan QIAN Date: Thu, 23 Feb 2012 08:24:53 +0800 Subject: 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 --- include/linux/mmc/host.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ }; -- cgit v1.2.3