Re: [Linuxarm] [PATCH for next v1 0/2] gpio: few clean up patches to replace spin_lock_irqsave with spin_lock

2021-02-10 Thread Andy Shevchenko
On Wed, Feb 10, 2021 at 5:43 AM luojiaxing wrote: > On 2021/2/9 17:42, Andy Shevchenko wrote: > > On Tue, Feb 9, 2021 at 11:24 AM luojiaxing wrote: > >> On 2021/2/8 21:28, Andy Shevchenko wrote: > >>> On Mon, Feb 8, 2021 at 11:11 AM luojiaxing wrote: > On 2021/2/8 16:56, Luo Jiaxing wrote:

Re: [Linuxarm] [PATCH for next v1 0/2] gpio: few clean up patches to replace spin_lock_irqsave with spin_lock

2021-02-09 Thread luojiaxing
On 2021/2/9 17:42, Andy Shevchenko wrote: On Tue, Feb 9, 2021 at 11:24 AM luojiaxing wrote: On 2021/2/8 21:28, Andy Shevchenko wrote: On Mon, Feb 8, 2021 at 11:11 AM luojiaxing wrote: Sorry, my operation error causes a patch missing from this patch set. I re-send the patch set. Please chec

Re: [Linuxarm] [PATCH for next v1 0/2] gpio: few clean up patches to replace spin_lock_irqsave with spin_lock

2021-02-09 Thread Andy Shevchenko
On Tue, Feb 9, 2021 at 11:24 AM luojiaxing wrote: > On 2021/2/8 21:28, Andy Shevchenko wrote: > > On Mon, Feb 8, 2021 at 11:11 AM luojiaxing wrote: > >> Sorry, my operation error causes a patch missing from this patch set. I > >> re-send the patch set. Please check the new one. > > What is the ne

Re: [Linuxarm] [PATCH for next v1 0/2] gpio: few clean up patches to replace spin_lock_irqsave with spin_lock

2021-02-09 Thread luojiaxing
On 2021/2/8 21:28, Andy Shevchenko wrote: On Mon, Feb 8, 2021 at 11:11 AM luojiaxing wrote: Sorry, my operation error causes a patch missing from this patch set. I re-send the patch set. Please check the new one. What is the new one?! You have to give proper versioning and change log for you

Re: [Linuxarm] [PATCH for next v1 0/2] gpio: few clean up patches to replace spin_lock_irqsave with spin_lock

2021-02-08 Thread Andy Shevchenko
On Mon, Feb 8, 2021 at 11:11 AM luojiaxing wrote: > > Sorry, my operation error causes a patch missing from this patch set. I > re-send the patch set. Please check the new one. What is the new one?! You have to give proper versioning and change log for your series. > On 2021/2/8 16:56, Luo Jiaxi

Re: [Linuxarm] [PATCH for next v1 0/2] gpio: few clean up patches to replace spin_lock_irqsave with spin_lock

2021-02-08 Thread luojiaxing
Sorry, my operation error causes a patch missing from this patch set. I re-send the patch set. Please check the new one. On 2021/2/8 16:56, Luo Jiaxing wrote: There is no need to use API with _irqsave in hard IRQ handler, So replace those with spin_lock. Luo Jiaxing (2): gpio: omap: Replace