Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Chris Ball <chris@printf.net>

authored by

Sachin Kamat and committed by
Chris Ball
5532ec51 5941fd07

+1
+1
drivers/mmc/host/dw_mmc.h
··· 244 244 * @prepare_command: handle CMD register extensions. 245 245 * @set_ios: handle bus specific extensions. 246 246 * @parse_dt: parse implementation specific device tree properties. 247 + * @execute_tuning: implementation specific tuning procedure. 247 248 * 248 249 * Provide controller implementation specific extensions. The usage of this 249 250 * data structure is fully optional and usage of each member in this structure