Re: [LINUX PATCH V3 4/9] gpio: gpio-xilinx: Reduce spinlock array to single

2020-11-17 Thread Linus Walleij
On Thu, Nov 12, 2020 at 6:12 PM Srinivas Neeli wrote: > Changed spinlock array to single. It is preparation for irq support which > is shared between two channels that's why spinlock should be only one. > > Signed-off-by: Srinivas Neeli This patch does not apply to my "devel" tree. Yours, Linu

[LINUX PATCH V3 4/9] gpio: gpio-xilinx: Reduce spinlock array to single

2020-11-12 Thread Srinivas Neeli
Changed spinlock array to single. It is preparation for irq support which is shared between two channels that's why spinlock should be only one. Signed-off-by: Srinivas Neeli --- Changes in V3: -Created new patch for spinlock changes. --- drivers/gpio/gpio-xilinx.c | 23 ++-