From: Guennadi Liakhovetski Date: Sat, 16 Feb 2013 15:21:16 +0000 (+0100) Subject: mmc: provide a standard MMC device-tree binding parser centrally X-Git-Tag: v3.9-rc1~78^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c56e7a0fff166904ce2715f7ab1746460c1f11b;p=pandora-kernel.git mmc: provide a standard MMC device-tree binding parser centrally MMC defines a number of standard DT bindings. Having each driver parse them individually adds code redundancy and is error prone. Provide a standard function to unify the parsing. After all drivers are converted to using it instead of their own parsers, this function can be integrated into mmc_alloc_host(). Signed-off-by: Guennadi Liakhovetski Signed-off-by: Chris Ball --- Reading git-diff-tree failed