]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: sdhci: add the get_cd callback function in sdhci_ops
authorJaehoon Chung <jh80.chung@samsung.com>
Fri, 30 Dec 2016 06:30:12 +0000 (15:30 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 11 Jan 2017 09:14:47 +0000 (18:14 +0900)
commit309bf02cde07b36f61d82576db06cac7d2293580
treedfd22e1d92d25d112a61c4c1af8faeaf9b7ae97f
parentecd7b246f69640dfe8e28a5c78f245b8a43a4435
mmc: sdhci: add the get_cd callback function in sdhci_ops

Some SoCs can have their own card dect scheme.
Then they may use this get_cd callback function after implementing init
in their drivers.

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