Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-26 Thread Linus Walleij
On Fri, Apr 19, 2013 at 2:49 AM, Jon Hunter jon-hun...@ti.com wrote: From d02ef7b7dfcf8e13bf019aedfdecb38ca3c6749f Mon Sep 17 00:00:00 2001 From: Jon Hunter jon-hun...@ti.com Date: Mon, 15 Apr 2013 13:06:54 -0500 Subject: [PATCH] gpio/omap: ensure gpio context is initialised Commit a2797be

Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-19 Thread Santosh Shilimkar
Sep 17 00:00:00 2001 From: Jon Hunter jon-hun...@ti.com Date: Mon, 15 Apr 2013 13:06:54 -0500 Subject: [PATCH] gpio/omap: ensure gpio context is initialised Commit a2797be (gpio/omap: force restore if context loss is not detectable) broke gpio support for OMAP when booting with device-tree

Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-19 Thread Kevin Hilman
Jon From d7a940531d354e6be5e16ee50fa8344041df963a Mon Sep 17 00:00:00 2001 From: Jon Hunter jon-hun...@ti.com Date: Mon, 15 Apr 2013 13:06:54 -0500 Subject: [PATCH] gpio/omap: ensure gpio context is initialised Commit a2797be (gpio/omap: force restore if context loss is not detectable) broke

Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-19 Thread Santosh Shilimkar
about the below? Tony, care to re-test? Cheers Jon From d7a940531d354e6be5e16ee50fa8344041df963a Mon Sep 17 00:00:00 2001 From: Jon Hunter jon-hun...@ti.com Date: Mon, 15 Apr 2013 13:06:54 -0500 Subject: [PATCH] gpio/omap: ensure gpio context is initialised Commit a2797be (gpio/omap

Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-19 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [130419 07:43]: On Friday 19 April 2013 07:35 PM, Kevin Hilman wrote: Santosh Shilimkar santosh.shilim...@ti.com writes: On Friday 19 April 2013 06:19 AM, Jon Hunter wrote: On 04/18/2013 07:34 PM, Jon Hunter wrote: On 04/18/2013 06:10

Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-18 Thread Santosh Shilimkar
On Thursday 18 April 2013 02:01 AM, Jon Hunter wrote: Commit a2797be (gpio/omap: force restore if context loss is not detectable) broke gpio support for OMAP when booting with device-tree because a restore of the gpio context being performed without ever initialising the gpio context. In other

Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-18 Thread Jon Hunter
On 04/18/2013 03:22 AM, Santosh Shilimkar wrote: On Thursday 18 April 2013 02:01 AM, Jon Hunter wrote: Commit a2797be (gpio/omap: force restore if context loss is not detectable) broke gpio support for OMAP when booting with device-tree because a restore of the gpio context being performed

Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-18 Thread Kevin Hilman
Hi Jon, Jon Hunter jon-hun...@ti.com writes: Commit a2797be (gpio/omap: force restore if context loss is not detectable) broke gpio support for OMAP when booting with device-tree because a restore of the gpio context being performed without ever initialising the gpio context. In other words,

Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-18 Thread Jon Hunter
Hi Kevin, On 04/18/2013 04:34 PM, Kevin Hilman wrote: Hi Jon, Jon Hunter jon-hun...@ti.com writes: Commit a2797be (gpio/omap: force restore if context loss is not detectable) broke gpio support for OMAP when booting with device-tree because a restore of the gpio context being performed

Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-18 Thread Jon Hunter
: [PATCH] gpio/omap: ensure gpio context is initialised Commit a2797be (gpio/omap: force restore if context loss is not detectable) broke gpio support for OMAP when booting with device-tree because a restore of the gpio context being performed without ever initialising the gpio context. In other words

Re: [PATCH] gpio/omap: ensure gpio context is initialised

2013-04-18 Thread Jon Hunter
...@ti.com Date: Mon, 15 Apr 2013 13:06:54 -0500 Subject: [PATCH] gpio/omap: ensure gpio context is initialised Commit a2797be (gpio/omap: force restore if context loss is not detectable) broke gpio support for OMAP when booting with device-tree because a restore of the gpio context being

[PATCH] gpio/omap: ensure gpio context is initialised

2013-04-17 Thread Jon Hunter
Commit a2797be (gpio/omap: force restore if context loss is not detectable) broke gpio support for OMAP when booting with device-tree because a restore of the gpio context being performed without ever initialising the gpio context. In other words, the context restored was bad. This problem could