]> git.baikalelectronics.ru Git - uboot.git/commit
mmc: sdhci: move the callback function into sdhci_ops
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 30 Dec 2016 06:30:18 +0000 (15:30 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 11 Jan 2017 10:40:13 +0000 (19:40 +0900)
commit06fd87a84d1a61d0ab06106dc651dd6a00992132
treec3da6d4022e642c8cb0c52a66660f837b215fa71
parent3b9c92c0a894f4eb680c2ac430df6da49a95e9a7
mmc: sdhci: move the callback function into sdhci_ops

callback function should be moved into sdhci_ops struct.
Other controller can use these ops for controlling clock or their own
specific register.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/s5p_sdhci.c
drivers/mmc/sdhci.c
include/sdhci.h