From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932645AbcEXMfU (ORCPT ); Tue, 24 May 2016 08:35:20 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:41340 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752512AbcEXMfS (ORCPT ); Tue, 24 May 2016 08:35:18 -0400 Subject: Re: [PATCH v8 5/5] usb: dwc3: core: cleanup IRQ resources To: Felipe Balbi References: <1462977406-22806-1-git-send-email-rogerq@ti.com> <1462977406-22806-6-git-send-email-rogerq@ti.com> <877feju7bi.fsf@linux.intel.com> CC: , , , , , , , , , , , From: Roger Quadros Message-ID: <57444A75.3050203@ti.com> Date: Tue, 24 May 2016 15:35:01 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 In-Reply-To: <877feju7bi.fsf@linux.intel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 24/05/16 12:35, Felipe Balbi wrote: > > Hi, > > Roger Quadros writes: >> Implementations might use different IRQs for >> host, gadget and OTG so use named interrupt resources >> to allow Device tree to specify the 3 interrupts. >> >> Following are the interrupt names >> >> Peripheral Interrupt - peripheral >> HOST Interrupt - host >> OTG Interrupt - otg >> >> We still maintain backward compatibility for a single named >> interrupt for all 3 interrupts (e.g. for dwc3-pci) and >> single unnamed interrupt for all 3 interrupts (e.g. old DT). >> >> Signed-off-by: Roger Quadros > > fails to apply, unfortunately: > > checking file drivers/usb/dwc3/core.c > Hunk #1 succeeded at 845 (offset 31 lines). > checking file drivers/usb/dwc3/core.h > Hunk #1 succeeded at 738 (offset 22 lines). > Hunk #2 FAILED at 818. > 1 out of 2 hunks FAILED > checking file drivers/usb/dwc3/gadget.c > Hunk #1 succeeded at 1710 with fuzz 2 (offset 105 lines). > Hunk #2 FAILED at 1728. > Hunk #3 FAILED at 1740. > Hunk #4 succeeded at 2835 (offset 54 lines). > 2 out of 4 hunks FAILED > checking file drivers/usb/dwc3/host.c > > I'll update my testing/next shortly, if you could rebase the remaining > of these patches on that, I'd be glad. No Problem Felipe. I'll rebase and re-send this series. cheers, -roger From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Quadros Subject: Re: [PATCH v8 5/5] usb: dwc3: core: cleanup IRQ resources Date: Tue, 24 May 2016 15:35:01 +0300 Message-ID: <57444A75.3050203@ti.com> References: <1462977406-22806-1-git-send-email-rogerq@ti.com> <1462977406-22806-6-git-send-email-rogerq@ti.com> <877feju7bi.fsf@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <877feju7bi.fsf@linux.intel.com> Sender: linux-kernel-owner@vger.kernel.org To: Felipe Balbi Cc: tony@atomide.com, Joao.Pinto@synopsys.com, sergei.shtylyov@cogentembedded.com, peter.chen@freescale.com, jun.li@freescale.com, grygorii.strashko@ti.com, yoshihiro.shimoda.uh@renesas.com, nsekhar@ti.com, b-liu@ti.com, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-omap@vger.kernel.org On 24/05/16 12:35, Felipe Balbi wrote: > > Hi, > > Roger Quadros writes: >> Implementations might use different IRQs for >> host, gadget and OTG so use named interrupt resources >> to allow Device tree to specify the 3 interrupts. >> >> Following are the interrupt names >> >> Peripheral Interrupt - peripheral >> HOST Interrupt - host >> OTG Interrupt - otg >> >> We still maintain backward compatibility for a single named >> interrupt for all 3 interrupts (e.g. for dwc3-pci) and >> single unnamed interrupt for all 3 interrupts (e.g. old DT). >> >> Signed-off-by: Roger Quadros > > fails to apply, unfortunately: > > checking file drivers/usb/dwc3/core.c > Hunk #1 succeeded at 845 (offset 31 lines). > checking file drivers/usb/dwc3/core.h > Hunk #1 succeeded at 738 (offset 22 lines). > Hunk #2 FAILED at 818. > 1 out of 2 hunks FAILED > checking file drivers/usb/dwc3/gadget.c > Hunk #1 succeeded at 1710 with fuzz 2 (offset 105 lines). > Hunk #2 FAILED at 1728. > Hunk #3 FAILED at 1740. > Hunk #4 succeeded at 2835 (offset 54 lines). > 2 out of 4 hunks FAILED > checking file drivers/usb/dwc3/host.c > > I'll update my testing/next shortly, if you could rebase the remaining > of these patches on that, I'd be glad. No Problem Felipe. I'll rebase and re-send this series. cheers, -roger