]> git.baikalelectronics.ru Git - kernel.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>
Mon, 12 May 2014 22:04:32 +0000 (18:04 -0400)
commit0a80a19d6675acdb0c41f128c791997033d68e75
treeeaac74ceec961516104f6e3cb25a30c024eca6b6
parent4880904d4d98bfad1dfebe6043b21e775242bfb3
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