]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mmc: dw_mmc: use the mmc_of_parse() instead of local parser
authorJaehoon Chung <jh80.chung@gmail.com>
Mon, 3 Mar 2014 02:36:41 +0000 (11:36 +0900)
committerChris Ball <chris@printf.net>
Tue, 22 Apr 2014 11:06:44 +0000 (07:06 -0400)
commit6ca5c60605dde3420ce7fee6f93ec4a7c7924848
tree6290331ab5e44e8ffc77dc82a1c9b130aac70fc7
parent0118e4b194d98dd42972da9f99553273c97be040
mmc: dw_mmc: use the mmc_of_parse() instead of local parser

mmc_of_parse() have been already parsed the general capability.
Didn't need to use the local parser.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
Documentation/devicetree/bindings/mmc/synopsys-dw-mshc.txt
drivers/mmc/host/dw_mmc.c