Re: [PATCH 10/14] gpio: omap: Drop the concept of gpio banks not being able to lose context.

2018-04-12 Thread Grygorii Strashko
On 04/12/2018 09:22 AM, Tony Lindgren wrote: > * Keerthy [180412 03:56]: >> From: Russ Dill >> --- a/drivers/gpio/gpio-omap.c >> +++ b/drivers/gpio/gpio-omap.c >> @@ -68,7 +68,7 @@ struct gpio_bank { >> bool dbck_enabled; >> bool is_mpuio; >>

Re: [PATCH 10/14] gpio: omap: Drop the concept of gpio banks not being able to lose context.

2018-04-12 Thread Grygorii Strashko
On 04/12/2018 09:22 AM, Tony Lindgren wrote: > * Keerthy [180412 03:56]: >> From: Russ Dill >> --- a/drivers/gpio/gpio-omap.c >> +++ b/drivers/gpio/gpio-omap.c >> @@ -68,7 +68,7 @@ struct gpio_bank { >> bool dbck_enabled; >> bool is_mpuio; >> bool dbck_flag; >> -bool

Re: [PATCH 10/14] gpio: omap: Drop the concept of gpio banks not being able to lose context.

2018-04-12 Thread Tony Lindgren
* Keerthy [180412 03:56]: > From: Russ Dill > --- a/drivers/gpio/gpio-omap.c > +++ b/drivers/gpio/gpio-omap.c > @@ -68,7 +68,7 @@ struct gpio_bank { > bool dbck_enabled; > bool is_mpuio; > bool dbck_flag; > - bool loses_context; > + >

Re: [PATCH 10/14] gpio: omap: Drop the concept of gpio banks not being able to lose context.

2018-04-12 Thread Tony Lindgren
* Keerthy [180412 03:56]: > From: Russ Dill > --- a/drivers/gpio/gpio-omap.c > +++ b/drivers/gpio/gpio-omap.c > @@ -68,7 +68,7 @@ struct gpio_bank { > bool dbck_enabled; > bool is_mpuio; > bool dbck_flag; > - bool loses_context; > + > bool context_valid; > int

[PATCH 10/14] gpio: omap: Drop the concept of gpio banks not being able to lose context.

2018-04-11 Thread Keerthy
From: Russ Dill It isn't much of a win, and with hibernation, everything loses context. Signed-off-by: Russ Dill Signed-off-by: Keerthy --- drivers/gpio/gpio-omap.c| 38 -

[PATCH 10/14] gpio: omap: Drop the concept of gpio banks not being able to lose context.

2018-04-11 Thread Keerthy
From: Russ Dill It isn't much of a win, and with hibernation, everything loses context. Signed-off-by: Russ Dill Signed-off-by: Keerthy --- drivers/gpio/gpio-omap.c| 38 - include/linux/platform_data/gpio-omap.h | 1 - 2 files changed, 14