From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751478AbdIAFK1 (ORCPT ); Fri, 1 Sep 2017 01:10:27 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38382 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751098AbdIAFK0 (ORCPT ); Fri, 1 Sep 2017 01:10:26 -0400 Date: Fri, 1 Sep 2017 07:10:27 +0200 From: Greg Kroah-Hartman To: Benjamin Herrenschmidt Cc: linux-kernel@vger.kernel.org, Rob Herring , devicetree@vger.kernel.org Subject: Re: [RFC/PATCH] drivers/of/platform: Add powerpc 4xx embedded busses to default list Message-ID: <20170901051027.GD2584@kroah.com> References: <1504237861.4974.59.camel@kernel.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504237861.4974.59.camel@kernel.crashing.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 01, 2017 at 01:51:01PM +1000, Benjamin Herrenschmidt wrote: > This allow to (slowly) migrate those embedded platforms > to of_platform_default_populate() > > Signed-off-by: Benjamin Herrenschmidt > --- > > I'm here to collect acks (or comments :-) I'd like this to go via > the powerpc tree along with the patches converting some of the > platforms. I'll be adding more bus types if/when I start tackling > other powerpc embedded families but for now I'm dealing with 4xx. > > drivers/of/platform.c | 6 ++++++ > 1 file changed, 6 insertions(+) > Acked-by: Greg Kroah-Hartman