From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754997AbcJGWrI (ORCPT ); Fri, 7 Oct 2016 18:47:08 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36376 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751647AbcJGWrA (ORCPT ); Fri, 7 Oct 2016 18:47:00 -0400 MIME-Version: 1.0 In-Reply-To: References: <3596831.dckG5peiyF@wuerfel> <20042182.GcPMJken6Z@wuerfel> From: Leo Li Date: Fri, 7 Oct 2016 17:46:56 -0500 Message-ID: Subject: Re: [PATCH] usb: dwc3: host: inherit dma configuration from parent dev To: Sriram Dash Cc: Arnd Bergmann , Felipe Balbi , Peter Chen , Grygorii Strashko , Russell King - ARM Linux , Catalin Marinas , Yoshihiro Shimoda , "linux-usb@vger.kernel.org" , Sekhar Nori , lkml , Stuart Yoder , Scott Wood , David Fisher , "Thang Q. Nguyen" , Alan Stern , Greg Kroah-Hartman , "linux-arm-kernel@lists.infradead.org" , Suresh Gupta Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 22, 2016 at 12:02 AM, Sriram Dash wrote: >>From: Arnd Bergmann [mailto:arnd@arndb.de] >>On Wednesday, September 21, 2016 11:43:59 AM CEST Sriram Dash wrote: >>> >From: Arnd Bergmann [mailto:arnd@arndb.de] On Wednesday, September >>> >21, 2016 11:06:47 AM CEST Sriram Dash wrote: >>> >>> ============================================================== >>> From 8b0dea1513e9e73a11dcfa802ddc71cca11d66f8 Mon Sep 17 00:00:00 2001 >>> From: Sriram Dash >>> Date: Wed, 21 Sep 2016 11:39:30 +0530 >>> Subject: [PATCH] usb: xhci: Fix the patch inherit dma configuration >>> from parent dev >>> >>> Fixes the patch https://patchwork.kernel.org/patch/9319527/ >>> ("usb: dwc3: host: inherit dma configuration from parent dev"). >>> >>> Signed-off-by: Sriram Dash >>> --- >>> drivers/usb/host/xhci-mem.c | 12 ++++++------ >>> drivers/usb/host/xhci.c | 20 ++++++++++---------- >>> 2 files changed, 16 insertions(+), 16 deletions(-) >>> >>> diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c >>> index 6afe323..79608df 100644 >>> --- a/drivers/usb/host/xhci-mem.c >>> +++ b/drivers/usb/host/xhci-mem.c >> >>All the changes you did to this file seem fine, I completely missed that part. >> >>> diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index >>> 01d96c9..9a1ff09 100644 >>> --- a/drivers/usb/host/xhci.c >>> +++ b/drivers/usb/host/xhci.c > > Yes. Some sanity is required over this patch. Hi Sriram, Have you been able to do the sanity check on the patch? I will be good to have the formal patch submitted for integration as soon as possible because the dwc3 USB functionality has been broken for a while in upstream kernel. Regards, Leo From mboxrd@z Thu Jan 1 00:00:00 1970 From: pku.leo@gmail.com (Leo Li) Date: Fri, 7 Oct 2016 17:46:56 -0500 Subject: [PATCH] usb: dwc3: host: inherit dma configuration from parent dev In-Reply-To: References: <3596831.dckG5peiyF@wuerfel> <20042182.GcPMJken6Z@wuerfel> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Sep 22, 2016 at 12:02 AM, Sriram Dash wrote: >>From: Arnd Bergmann [mailto:arnd at arndb.de] >>On Wednesday, September 21, 2016 11:43:59 AM CEST Sriram Dash wrote: >>> >From: Arnd Bergmann [mailto:arnd at arndb.de] On Wednesday, September >>> >21, 2016 11:06:47 AM CEST Sriram Dash wrote: >>> >>> ============================================================== >>> From 8b0dea1513e9e73a11dcfa802ddc71cca11d66f8 Mon Sep 17 00:00:00 2001 >>> From: Sriram Dash >>> Date: Wed, 21 Sep 2016 11:39:30 +0530 >>> Subject: [PATCH] usb: xhci: Fix the patch inherit dma configuration >>> from parent dev >>> >>> Fixes the patch https://patchwork.kernel.org/patch/9319527/ >>> ("usb: dwc3: host: inherit dma configuration from parent dev"). >>> >>> Signed-off-by: Sriram Dash >>> --- >>> drivers/usb/host/xhci-mem.c | 12 ++++++------ >>> drivers/usb/host/xhci.c | 20 ++++++++++---------- >>> 2 files changed, 16 insertions(+), 16 deletions(-) >>> >>> diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c >>> index 6afe323..79608df 100644 >>> --- a/drivers/usb/host/xhci-mem.c >>> +++ b/drivers/usb/host/xhci-mem.c >> >>All the changes you did to this file seem fine, I completely missed that part. >> >>> diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index >>> 01d96c9..9a1ff09 100644 >>> --- a/drivers/usb/host/xhci.c >>> +++ b/drivers/usb/host/xhci.c > > Yes. Some sanity is required over this patch. Hi Sriram, Have you been able to do the sanity check on the patch? I will be good to have the formal patch submitted for integration as soon as possible because the dwc3 USB functionality has been broken for a while in upstream kernel. Regards, Leo