From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753226AbcEMC6x (ORCPT ); Thu, 12 May 2016 22:58:53 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:35095 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751940AbcEMC6w (ORCPT ); Thu, 12 May 2016 22:58:52 -0400 Date: Fri, 13 May 2016 08:28:48 +0530 From: Viresh Kumar To: Kefeng Wang Cc: robh+dt@kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, arnd@arndb.de, shawnguo@kernel.org, catalin.marinas@arm.com, grant.likely@linaro.org, olof@lixom.net, linux@arm.linux.org.uk, 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 v4 03/18] arm: Remove unnecessary of_platform_populate with default match table Message-ID: <20160513025848.GK9661@vireshk-i7> References: <1463054775-18170-1-git-send-email-wangkefeng.wang@huawei.com> <1463054775-18170-4-git-send-email-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463054775-18170-4-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 12-05-16, 20:06, Kefeng Wang wrote: > After patch "of/platform: Add common method to populate default bus", > it is possible for arch code to remove unnecessary callers about the > of_platform_populate with default match table. > > 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 | 1 - Acked-by: Viresh Kumar -- viresh