Re: [linux-next][PATCH] usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq

2017-07-04 Thread Vignesh R
Hi, On 7/3/2017 11:58 PM, Grygorii Strashko wrote: > > > On 07/02/2017 11:27 PM, Vignesh R wrote: >> Hi, >> >> On Saturday 01 July 2017 01:04 AM, Strashko, Grygorii wrote: >>> >>> >>> On 06/29/2017 01:03 AM, Tony Lindgren wrote: * Vignesh R [170628 21:21]: > >

Re: [linux-next][PATCH] usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq

2017-07-03 Thread Grygorii Strashko
On 07/02/2017 11:27 PM, Vignesh R wrote: Hi, On Saturday 01 July 2017 01:04 AM, Strashko, Grygorii wrote: On 06/29/2017 01:03 AM, Tony Lindgren wrote: * Vignesh R [170628 21:21]: On Thursday 29 June 2017 05:01 AM, Strashko, Grygorii wrote: IRQ_NOAUTOEN can't be used

Re: [linux-next][PATCH] usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq

2017-07-02 Thread Vignesh R
Hi, On Saturday 01 July 2017 01:04 AM, Strashko, Grygorii wrote: > > > On 06/29/2017 01:03 AM, Tony Lindgren wrote: >> * Vignesh R [170628 21:21]: >>> >>> >>> On Thursday 29 June 2017 05:01 AM, Strashko, Grygorii wrote: IRQ_NOAUTOEN can't be used with shared IRQs and

Re: [linux-next][PATCH] usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq

2017-06-30 Thread Grygorii Strashko
On 06/29/2017 01:03 AM, Tony Lindgren wrote: > * Vignesh R [170628 21:21]: >> >> >> On Thursday 29 June 2017 05:01 AM, Strashko, Grygorii wrote: >>> IRQ_NOAUTOEN can't be used with shared IRQs and Kernel now will triggers >>> warning if it happns, since commit 04c848d39879

Re: [linux-next][PATCH] usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq

2017-06-29 Thread Tony Lindgren
* Vignesh R [170628 21:21]: > > > On Thursday 29 June 2017 05:01 AM, Strashko, Grygorii wrote: > > IRQ_NOAUTOEN can't be used with shared IRQs and Kernel now will triggers > > warning if it happns, since commit 04c848d39879 ("genirq: Warn when > > IRQ_NOAUTOEN is used with

Re: [linux-next][PATCH] usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq

2017-06-28 Thread Vignesh R
On Thursday 29 June 2017 05:01 AM, Strashko, Grygorii wrote: > IRQ_NOAUTOEN can't be used with shared IRQs and Kernel now will triggers > warning if it happns, since commit 04c848d39879 ("genirq: Warn when > IRQ_NOAUTOEN is used with shared interrupts"). And this is the case for > OMAP DWC 3

[linux-next][PATCH] usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq

2017-06-28 Thread Grygorii Strashko
IRQ_NOAUTOEN can't be used with shared IRQs and Kernel now will triggers warning if it happns, since commit 04c848d39879 ("genirq: Warn when IRQ_NOAUTOEN is used with shared interrupts"). And this is the case for OMAP DWC 3 driver. Hence, remove IRQ_NOAUTOEN flag and instead call disable_irq()