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=-0.5 required=3.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 D2F20C2BA2B for ; Thu, 9 Apr 2020 12:30:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 84A4B2078E for ; Thu, 9 Apr 2020 12:30:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726470AbgDIMaJ (ORCPT ); Thu, 9 Apr 2020 08:30:09 -0400 Received: from mga12.intel.com ([192.55.52.136]:32630 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725970AbgDIMaJ (ORCPT ); Thu, 9 Apr 2020 08:30:09 -0400 IronPort-SDR: tLcE/I/nyxdIntRi+kIFpwB43fynvVDm2JC34IXFaiNzWqh4X8nHQ0P3bP8zFqKEDPGGnrdsgG 0cqcL8Bo37OA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Apr 2020 05:30:09 -0700 IronPort-SDR: jNckGK922sv43RdgPwXtoSA0NNEQdR62cPtNEuay78mLz49CqmwXBAhFjv+7kH0lXUfRn2pGQ2 DHLGdtuAjqJA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,362,1580803200"; d="scan'208";a="362140105" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga001.fm.intel.com with ESMTP; 09 Apr 2020 05:30:03 -0700 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1jMWJp-00GxB8-3x; Thu, 09 Apr 2020 15:30:05 +0300 Date: Thu, 9 Apr 2020 15:30:05 +0300 From: Andy Shevchenko To: Alan Cooper Cc: Linux Kernel Mailing List , Alan Stern , bcm-kernel-feedback-list , devicetree , Greg Kroah-Hartman , Jonathan =?iso-8859-1?Q?Neusch=E4fer?= , Krzysztof Kozlowski , USB , Mathias Nyman , Rob Herring Subject: Re: [PATCH v3 4/4] usb: host: Add ability to build new Broadcom STB USB drivers Message-ID: <20200409123005.GZ3676135@smile.fi.intel.com> References: <20200408181406.40389-1-alcooperx@gmail.com> <20200408181406.40389-5-alcooperx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Apr 09, 2020 at 07:49:52AM -0400, Alan Cooper wrote: > On Thu, Apr 9, 2020 at 5:08 AM Andy Shevchenko > wrote: > > > > On Thu, Apr 9, 2020 at 12:52 AM Al Cooper wrote: > > > > > > Add the build system changes needed to get the Broadcom STB XHCI, > > > EHCI and OHCI functionality working. The OHCI support does not > > > require anything unique to Broadcom so the standard ohci-platform > > > driver is being used. The link order for XHCI was changed in the > > > Makefile because of the way STB XHCI, EHCI and OHCI controllers > > > share a port which requires that the XHCI driver be initialized > > > first. Also update MAINTAINERS. > > > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -3477,6 +3477,14 @@ S: Supported > > > F: drivers/i2c/busses/i2c-brcmstb.c > > > F: Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml > > > > > > +BROADCOM BRCMSTB USB EHCI DRIVER > > > +M: Al Cooper > > > +L: linux-usb@vger.kernel.org > > > +L: bcm-kernel-feedback-list@broadcom.com > > > +S: Maintained > > > +F: drivers/usb/host/ehci-brcm.* > > > +F: Documentation/devicetree/bindings/usb/brcm,bcm7445-ehci.yaml > > > > This has ordering issues. > > Run parse-maintainer.pl to fix. (Note, it creates by default a new > > file, you might need to run diff manually to see the difference). > > I'm not sure what you mean. > I ran "./scripts/parse-maintainers.pl" and did "diff MAINTAINERS > MAINTAINERS.new" and there are no differences in or around my entry. Perhaps --order should be added. -- With Best Regards, Andy Shevchenko