commit | 6c56e7a0fff166904ce2715f7ab1746460c1f11b | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Sat Feb 16 16:21:16 2013 +0100 |
committer | Chris Ball <cjb@laptop.org> | Sun Feb 24 14:37:19 2013 -0500 |
tree | b1c71673f7473cd7a2ec8995214d15ba7df9f6fe | |
parent | 6da15e96fb14e7428ecdc69306d8a3287296a968 [diff] |
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 <g.liakhovetski@gmx.de> Signed-off-by: Chris Ball <cjb@laptop.org>