Commit 5532ec51 authored by Sachin Kamat's avatar Sachin Kamat Committed by Chris Ball

mmc: dw_mmc: Add missing description

Commit 0976f16d ("mmc: dw_mmc: add support tuning scheme") introduced
the execute_tuning hook but did not add its description for kernel docs.
Update the same.
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Acked-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
Acked-by: default avatarSeungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: default avatarChris Ball <chris@printf.net>
parent 5941fd07
...@@ -244,6 +244,7 @@ struct dw_mci_tuning_data { ...@@ -244,6 +244,7 @@ struct dw_mci_tuning_data {
* @prepare_command: handle CMD register extensions. * @prepare_command: handle CMD register extensions.
* @set_ios: handle bus specific extensions. * @set_ios: handle bus specific extensions.
* @parse_dt: parse implementation specific device tree properties. * @parse_dt: parse implementation specific device tree properties.
* @execute_tuning: implementation specific tuning procedure.
* *
* Provide controller implementation specific extensions. The usage of this * Provide controller implementation specific extensions. The usage of this
* data structure is fully optional and usage of each member in this structure * data structure is fully optional and usage of each member in this structure
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment