Re: [LINUX PATCH V3 7/9] gpio: gpio-xilinx: Add support for suspend and resume

2020-11-17 Thread Linus Walleij
Hi Srinivas, On Thu, Nov 12, 2020 at 6:13 PM Srinivas Neeli wrote: > Add support for suspend and resume, pm runtime suspend and resume. > Added free and request calls. > > Signed-off-by: Srinivas Neeli > --- > Changes in V3: > -Created new patch for suspend and resume. (...) I'm following

[LINUX PATCH V3 7/9] gpio: gpio-xilinx: Add support for suspend and resume

2020-11-12 Thread Srinivas Neeli
Add support for suspend and resume, pm runtime suspend and resume. Added free and request calls. Signed-off-by: Srinivas Neeli --- Changes in V3: -Created new patch for suspend and resume. --- drivers/gpio/gpio-xilinx.c | 89 -- 1 file changed, 87