]> git.karo-electronics.de Git - linux-beck.git/commit
mmc: mmci: Use the common mmc DT parser
authorUlf Hansson <ulf.hansson@linaro.org>
Mon, 17 Mar 2014 14:53:07 +0000 (15:53 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 12 May 2014 10:52:39 +0000 (12:52 +0200)
commit78f87df2b4f8760954d7d80603d0cfcbd4759683
treecc1188af909a75e52ba80812f2c1cfdc2f1289cb
parent1a7e99c1fe080cc75ab34e1cbf788ed09b2f58b5
mmc: mmci: Use the common mmc DT parser

Let mmci DT parser only handle the specific bindings related to mmci
and extend the DT support by converting to the common mmc DT parser.

While both DT and platform data exist, DT takes precedence. If there
are supplied DT data, the card detect and write protect GPIOS are
enforced to be provided through it.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mmci.c