From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933884AbdKPIpo (ORCPT ); Thu, 16 Nov 2017 03:45:44 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:53572 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932446AbdKPIpg (ORCPT ); Thu, 16 Nov 2017 03:45:36 -0500 X-Google-Smtp-Source: AGs4zMZs5aE1l1uU8UDOVOyDjGa2AmvAkcvkAjWjljgighfplWQqTN2wCxZtIwmKzRlcQTjf2C1PBA== Date: Thu, 16 Nov 2017 09:45:40 +0100 From: Johan Hovold To: Rob Herring Cc: Johan Hovold , Greg Kroah-Hartman , Mark Rutland , Arnd Bergmann , Alan Stern , Peter Chen , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/8] dt-bindings: usb: document hub and host-controller properties Message-ID: <20171116084540.GH11226@localhost> References: <20171109170723.10960-1-johan@kernel.org> <20171109170723.10960-5-johan@kernel.org> <20171115154655.rw4n5ihhcm7ilrmv@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171115154655.rw4n5ihhcm7ilrmv@rob-hp-laptop> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 15, 2017 at 09:46:55AM -0600, Rob Herring wrote: > On Thu, Nov 09, 2017 at 06:07:19PM +0100, Johan Hovold wrote: > > Hub nodes and host-controller nodes with child nodes must specify values > > for #address-cells (1) and #size-cells (0). > > > > Also make the definition of the related reg property a bit more > > stringent, and add comments to the example source. > > > > Signed-off-by: Johan Hovold > > --- > > Documentation/devicetree/bindings/usb/usb-device.txt | 20 ++++++++++++++++---- > > 1 file changed, 16 insertions(+), 4 deletions(-) > > I'm happy to apply patches 1-4 for 4.15 if you want. Sure, that would be great. Greg will probably base usb-next on 4.15-rc2, and otherwise the rest of the binding updates can just go through your tree instead. Thanks, Johan