[PATCH v2 all 01/14] arm: use of_platform_default_populate() to populate default bus
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2016-03-17 06:19:40
Also in:
lkml
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2016-03-17 06:19:40
Also in:
lkml
On 16-03-16, 15:35, 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. Acked-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Krzysztof Halasa <khalasa@piap.pl> Acked-by: Nicolas Ferre <redacted> Cc: Nicolas Ferre <redacted> Cc: Ray Jui <rjui@broadcom.com> Cc: Lee Jones <lee@kernel.org> Cc: Krzysztof Halasa <khalasa@piap.pl> Cc: Kukjin Kim <kgene@kernel.org> Cc: Rob Herring <robh@kernel.org> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Santosh Shilimkar <ssantosh@kernel.org> Cc: Roland Stigge <redacted> Cc: Jason Cooper <redacted> Cc: Haojian Zhuang <haojian.zhuang@gmail.com> Cc: Heiko Stuebner <heiko@sntech.de> Cc: Viresh Kumar <vireshk@kernel.org> Cc: Shiraz Hashim <redacted> Cc: Tony Prisk <redacted> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Russell King <redacted> Signed-off-by: Kefeng Wang <redacted> --- arch/arm/mach-spear/spear1310.c | 2 +- arch/arm/mach-spear/spear1340.c | 2 +- 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