aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/dw_mmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h
index 6bf24ab917e6..306451fbbfe1 100644
--- a/drivers/mmc/host/dw_mmc.h
+++ b/drivers/mmc/host/dw_mmc.h
@@ -244,6 +244,7 @@ struct dw_mci_tuning_data {
244 * @prepare_command: handle CMD register extensions. 244 * @prepare_command: handle CMD register extensions.
245 * @set_ios: handle bus specific extensions. 245 * @set_ios: handle bus specific extensions.
246 * @parse_dt: parse implementation specific device tree properties. 246 * @parse_dt: parse implementation specific device tree properties.
247 * @execute_tuning: implementation specific tuning procedure.
247 * 248 *
248 * Provide controller implementation specific extensions. The usage of this 249 * Provide controller implementation specific extensions. The usage of this
249 * data structure is fully optional and usage of each member in this structure 250 * data structure is fully optional and usage of each member in this structure