From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753679AbcCQGTk (ORCPT ); Thu, 17 Mar 2016 02:19:40 -0400 Received: from mail-pf0-f175.google.com ([209.85.192.175]:35547 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752690AbcCQGTc (ORCPT ); Thu, 17 Mar 2016 02:19:32 -0400 Date: Thu, 17 Mar 2016 13:19:33 +0700 From: Viresh Kumar To: Kefeng Wang Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arnd@arndb.de, shawnguo@kernel.org, catalin.marinas@arm.com, linux@arm.linux.org.uk, robh+dt@kernel.org, grant.likely@linaro.org, olof@lixom.net, yamada.masahiro@socionext.com, guohanjun@huawei.com, Nicolas Ferre , Ray Jui , Lee Jones , Krzysztof Halasa , Kukjin Kim , Rob Herring , Santosh Shilimkar , Roland Stigge , Jason Cooper , Haojian Zhuang , Heiko Stuebner , Viresh Kumar , Shiraz Hashim , Tony Prisk Subject: Re: [PATCH v2 all 01/14] arm: use of_platform_default_populate() to populate default bus Message-ID: <20160317061933.GB14898@vireshk-mac-ubuntu> References: <1458113743-15131-1-git-send-email-wangkefeng.wang@huawei.com> <1458113743-15131-2-git-send-email-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458113743-15131-2-git-send-email-wangkefeng.wang@huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > Acked-by: Heiko Stuebner > Acked-by: Krzysztof Halasa > Acked-by: Nicolas Ferre > Cc: Nicolas Ferre > Cc: Ray Jui > Cc: Lee Jones > Cc: Krzysztof Halasa > Cc: Kukjin Kim > Cc: Rob Herring > Cc: Shawn Guo > Cc: Santosh Shilimkar > Cc: Roland Stigge > Cc: Jason Cooper > Cc: Haojian Zhuang > Cc: Heiko Stuebner > Cc: Viresh Kumar > Cc: Shiraz Hashim > Cc: Tony Prisk > Cc: Arnd Bergmann > Cc: Russell King > Signed-off-by: Kefeng Wang > --- > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Thu, 17 Mar 2016 13:19:33 +0700 Subject: [PATCH v2 all 01/14] arm: use of_platform_default_populate() to populate default bus In-Reply-To: <1458113743-15131-2-git-send-email-wangkefeng.wang@huawei.com> References: <1458113743-15131-1-git-send-email-wangkefeng.wang@huawei.com> <1458113743-15131-2-git-send-email-wangkefeng.wang@huawei.com> Message-ID: <20160317061933.GB14898@vireshk-mac-ubuntu> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 > Acked-by: Heiko Stuebner > Acked-by: Krzysztof Halasa > Acked-by: Nicolas Ferre > Cc: Nicolas Ferre > Cc: Ray Jui > Cc: Lee Jones > Cc: Krzysztof Halasa > Cc: Kukjin Kim > Cc: Rob Herring > Cc: Shawn Guo > Cc: Santosh Shilimkar > Cc: Roland Stigge > Cc: Jason Cooper > Cc: Haojian Zhuang > Cc: Heiko Stuebner > Cc: Viresh Kumar > Cc: Shiraz Hashim > Cc: Tony Prisk > Cc: Arnd Bergmann > Cc: Russell King > Signed-off-by: Kefeng Wang > --- > 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