Re: [Linuxarm] Re: [PATCH v3 00/12] add IRQF_NO_AUTOEN for request_irq

2021-01-28 Thread Jonathan Cameron
On Wed, 27 Jan 2021 11:45:45 -0800 "dmitry.torok...@gmail.com" wrote: > On Wed, Jan 27, 2021 at 02:49:21PM +0100, gre...@linuxfoundation.org wrote: > > On Thu, Jan 21, 2021 at 09:38:28PM +, Song Bao Hua (Barry Song) wrote: > > > Hi Thomas, Greg, Dmitry, Marc, > > > Any further comment on

Re: [PATCH v3 00/12] add IRQF_NO_AUTOEN for request_irq

2021-01-27 Thread dmitry.torok...@gmail.com
On Wed, Jan 27, 2021 at 02:49:21PM +0100, gre...@linuxfoundation.org wrote: > On Thu, Jan 21, 2021 at 09:38:28PM +, Song Bao Hua (Barry Song) wrote: > > Hi Thomas, Greg, Dmitry, Marc, > > Any further comment on this new API? > > It's not my subsystem, I'll let the irq maintainers handle it

Re: [PATCH v3 00/12] add IRQF_NO_AUTOEN for request_irq

2021-01-27 Thread gre...@linuxfoundation.org
On Thu, Jan 21, 2021 at 09:38:28PM +, Song Bao Hua (Barry Song) wrote: > Hi Thomas, Greg, Dmitry, Marc, > Any further comment on this new API? It's not my subsystem, I'll let the irq maintainers handle it :) thanks, greg k-h

RE: [PATCH v3 00/12] add IRQF_NO_AUTOEN for request_irq

2021-01-21 Thread Song Bao Hua (Barry Song)
tion.org; linux-in...@vger.kernel.org; > linux-kernel@vger.kernel.org > Cc: linux...@openeuler.org; Song Bao Hua (Barry Song) > > Subject: [PATCH v3 00/12] add IRQF_NO_AUTOEN for request_irq > > This patchset added IRQF_NO_AUTOEN for request_irq() and converted > drivers/in

[PATCH v3 00/12] add IRQF_NO_AUTOEN for request_irq

2021-01-07 Thread Barry Song
This patchset added IRQF_NO_AUTOEN for request_irq() and converted drivers/input to this new API. Other drivers will be handled afterwards. -v3: added examples with respect to Greg's comment Barry Song (12): genirq: add IRQF_NO_AUTOEN for request_irq Input: ar1021 - request_irq by