From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2107FC433DB for ; Wed, 3 Feb 2021 23:51:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D5C2D64F61 for ; Wed, 3 Feb 2021 23:51:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233616AbhBCXup (ORCPT ); Wed, 3 Feb 2021 18:50:45 -0500 Received: from mail.kernel.org ([198.145.29.99]:53836 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233033AbhBCXun (ORCPT ); Wed, 3 Feb 2021 18:50:43 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id E14C964F60; Wed, 3 Feb 2021 23:50:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612396203; bh=iX9N3b62XCRX0H6lTs7UlkSgFTUsJaxLKRwpNp5kUOc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f+tAN3oiEV0vM20SDHxNzv67/hsEu1N/hMQgJfMODnm1rC9y5AKKrnwcDr9SZvMuV FTu8tM/uRFGEQ13ynAVJ16HARp9GPFHHOFlCZwkVsSfOwYPlt5JF6KEGq+fYXUCn8n PtyxRNTBMj6WXtIl3vdR5KN/p70sBLvT4pRQ83dI= Date: Thu, 4 Feb 2021 00:50:01 +0100 From: Greg Kroah-Hartman To: Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH 2/2] dt-bindings: usb: generic-ohci: Add missing compatible strings Message-ID: References: <20210202175439.3904060-1-robh@kernel.org> <20210202175439.3904060-2-robh@kernel.org> <20210203210834.GD3706951@robh.at.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210203210834.GD3706951@robh.at.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 03, 2021 at 03:08:34PM -0600, Rob Herring wrote: > On Wed, Feb 03, 2021 at 10:07:47AM +0100, Greg Kroah-Hartman wrote: > > On Tue, Feb 02, 2021 at 11:54:39AM -0600, Rob Herring wrote: > > > The generic OHCI binding needs to document all the specific compatible > > > strings so we can track undocumented compatible strings. Add all the > > > compatible strings from in tree users. > > > > > > Cc: Greg Kroah-Hartman > > > Cc: linux-usb@vger.kernel.org > > > Signed-off-by: Rob Herring > > > --- > > > .../devicetree/bindings/usb/generic-ohci.yaml | 34 +++++++++++++++++-- > > > 1 file changed, 32 insertions(+), 2 deletions(-) > > > > Both look fine to me, do you want me to take this through my trees or > > will you take them? > > You'd better take them. I don't think they conflict with any of the > other USB binding changes, but there have been a few this cycle IIRC. Ok, now queued up, thanks! greg k-h