Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754580AbcKURLd (ORCPT ); Mon, 21 Nov 2016 12:11:33 -0500 Received: from mail-qk0-f179.google.com ([209.85.220.179]:36647 "EHLO mail-qk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754078AbcKURLb (ORCPT ); Mon, 21 Nov 2016 12:11:31 -0500 MIME-Version: 1.0 In-Reply-To: <20161103160308.29588-4-ahaslam@baylibre.com> References: <20161103160308.29588-1-ahaslam@baylibre.com> <20161103160308.29588-4-ahaslam@baylibre.com> From: Axel Haslam Date: Mon, 21 Nov 2016 18:10:50 +0100 Message-ID: Subject: Re: [PATCH v2 3/3] usb: ohci-da8xx: rename driver to ohci-da8xx To: Kevin Hilman , Sekhar Nori , David Lechner , Greg KH Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, Axel Haslam , kishon@ti.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1066 Lines: 39 Hi Greg, On Thu, Nov 3, 2016 at 5:03 PM, Axel Haslam wrote: > The davinci ohci driver name (currently "ohci") is too generic. > To be consistent with other usb dirvers, append the "-da8xx" postfix > to the name. > if there are no objections, would it be possible to pick up this patch? the corresponding phy patch was merged and the platform changes are ack'ed, and will we taken by the davinci maintainer once this patch gets in. i can resend stand-alone if its preferred. Regards Axel > Signed-off-by: Axel Haslam > --- > drivers/usb/host/ohci-da8xx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/host/ohci-da8xx.c b/drivers/usb/host/ohci-da8xx.c > index 30c4878..429d58b 100644 > --- a/drivers/usb/host/ohci-da8xx.c > +++ b/drivers/usb/host/ohci-da8xx.c > @@ -27,7 +27,7 @@ > #include "ohci.h" > > #define DRIVER_DESC "DA8XX" > -#define DRV_NAME "ohci" > +#define DRV_NAME "ohci-da8xx" > > static struct hc_driver __read_mostly ohci_da8xx_hc_driver; > > -- > 2.10.1 >