Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754305AbcKCMUD (ORCPT ); Thu, 3 Nov 2016 08:20:03 -0400 Received: from mail-qk0-f169.google.com ([209.85.220.169]:35744 "EHLO mail-qk0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752280AbcKCMUB (ORCPT ); Thu, 3 Nov 2016 08:20:01 -0400 MIME-Version: 1.0 In-Reply-To: References: <20161102124435.31777-1-ahaslam@baylibre.com> <20161102124435.31777-4-ahaslam@baylibre.com> From: Axel Haslam Date: Thu, 3 Nov 2016 13:19:20 +0100 Message-ID: Subject: Re: [PATCH 3/3] usb: ohci-da8xx: rename driver to ohci-da8xx To: Sekhar Nori Cc: Kevin Hilman , David Lechner , Greg KH , kishon@ti.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org 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: 1311 Lines: 47 Hi Sekhar, The baseline used was the branch usb-next, in Greg's tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git Linux next is missing this patch[1] which was applied last week, but not yet pulled into linux-next. it will be there soon. Sorry, i did not mention it, i thought it would be already on linux-next. [1] 6c21caa USB: OHCI: make ohci-da8xx a separate driver https://lkml.org/lkml/2016/10/27/120 Regards Axel On Thu, Nov 3, 2016 at 12:56 PM, Sekhar Nori wrote: > On Wednesday 02 November 2016 06:14 PM, Axel Haslam wrote: >> To be consistent on the usb driver for the davinci >> platform follow the example of musb, and add the >> "-da8xx" postfix to the driver name. >> >> 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 bd6cf3c..b3de8bc 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" > > To which baseline does this patch apply? I don't see this code in > linux-next. > > Thanks, > Sekhar