]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: 7422/1: mmc: mmci: Allocate platform memory during Device Tree boot
authorLee Jones <lee.jones@linaro.org>
Tue, 12 Jun 2012 09:49:51 +0000 (10:49 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 14 Jun 2012 14:11:05 +0000 (15:11 +0100)
commit8edffa7be2942802df5e02333bb259fb95c38331
treeed03ec637ccf95b1a3600c5c52dac5842f050982
parentb7dc9622e4c3808ef905a72fda997b5fc0c6f7d2
ARM: 7422/1: mmc: mmci: Allocate platform memory during Device Tree boot

When booting with Device Tree enabled, platform specific information
is gathered by parsing the DT binary. Platform data is subsequently
populated with the result. The memory required for this is not
automatically allocated during Device Tree boot, so we'll do it here
instead.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/mmc/host/mmci.c