[PATCH v4 12/18] arm: use of_platform_default_populate() to populate
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2016-05-13 02:59:23
Also in:
lkml
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2016-05-13 02:59:23
Also in:
lkml
On 12-05-16, 20:06, Kefeng Wang wrote:
Use helper of_platform_default_populate() in linux/of_platform when possible, instead of calling of_platform_populate() with the default match table. Cc: Nicolas Ferre <redacted> Cc: Krzysztof Halasa <khalasa@piap.pl> Cc: Sekhar Nori <redacted> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Russell King <redacted> Cc: Roland Stigge <redacted> Cc: Jason Cooper <redacted> Cc: Ray Jui <rjui@broadcom.com> Cc: Viresh Kumar <vireshk@kernel.org> Cc: Stephen Warren <redacted> Cc: Rob Herring <robh@kernel.org> Cc: Michal Simek <redacted> Signed-off-by: Kefeng Wang <redacted> --- arch/arm/mach-spear/spear300.c | 3 +-- arch/arm/mach-spear/spear310.c | 3 +-- arch/arm/mach-spear/spear320.c | 3 +-- arch/arm/mach-spear/spear6xx.c | 3 +--
Acked-by: Viresh Kumar <viresh.kumar@linaro.org> -- viresh