]> git.ipfire.org Git - u-boot.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)
commit62226b68631b5767814224f70f1afc253474d999
treec3da6d4022e642c8cb0c52a66660f837b215fa71
parentf73b33ff94a01a9818b04f4d4850ddbf2b144f49
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