Re: [PATCH 1/8] gpio: zynq: Add support for suspend resume

2017-08-14 Thread Linus Walleij
On Mon, Aug 7, 2017 at 1:01 PM, Michal Simek wrote: > From: Shubhrajyoti Datta > > Add support for suspend resume. Now that we can lose context across > a suspend/ resume cycle. Add support for the context restore. > > Signed-off-by:

Re: [PATCH 1/8] gpio: zynq: Add support for suspend resume

2017-08-14 Thread Linus Walleij
On Mon, Aug 7, 2017 at 1:01 PM, Michal Simek wrote: > From: Shubhrajyoti Datta > > Add support for suspend resume. Now that we can lose context across > a suspend/ resume cycle. Add support for the context restore. > > Signed-off-by: Shubhrajyoti Datta > Signed-off-by: Michal Simek Patch

[PATCH 1/8] gpio: zynq: Add support for suspend resume

2017-08-07 Thread Michal Simek
From: Shubhrajyoti Datta Add support for suspend resume. Now that we can lose context across a suspend/ resume cycle. Add support for the context restore. Signed-off-by: Shubhrajyoti Datta Signed-off-by: Michal Simek

[PATCH 1/8] gpio: zynq: Add support for suspend resume

2017-08-07 Thread Michal Simek
From: Shubhrajyoti Datta Add support for suspend resume. Now that we can lose context across a suspend/ resume cycle. Add support for the context restore. Signed-off-by: Shubhrajyoti Datta Signed-off-by: Michal Simek --- drivers/gpio/gpio-zynq.c | 82