mbox

[GIT,PULL] gpio/omap: final fixes for v3.5

Message ID 87vci08npt.fsf@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.5/fixes/gpio-3

Message

Kevin Hilman July 6, 2012, 11:38 p.m. UTC
Hi Grant,

Here's a couple (hopefully) final OMAP GPIO fixes for v3.5-rc.

Thanks,

Kevin


The following changes since commit 6b16351acbd415e66ba16bf7d473ece1574cf0bc:

  Linux 3.5-rc4 (2012-06-24 12:53:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.5/fixes/gpio-3

for you to fetch changes up to 7b86cef34afceeecf57d4d07f3cfab06f8b60b13:

  gpio/omap: fix invalid context restore of gpio bank-0 (2012-07-03 09:41:39 -0700)

----------------------------------------------------------------
Grazvydas Ignotas (1):
      gpio/omap: fix irq loss while in idle with debounce on

Jon Hunter (1):
      gpio/omap: fix invalid context restore of gpio bank-0

 drivers/gpio/gpio-omap.c |   14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

Comments

Grant Likely July 7, 2012, 12:29 a.m. UTC | #1
Hi Kevin,

Linus W. is handling picking up gpio stuff for me while I'm overloaded with
moving to the UK.

Linus, I typically pull from Kevin instead of applying the patches myself.

g.
 On Jul 6, 2012 5:38 PM, "Kevin Hilman" <khilman@ti.com> wrote:

> Hi Grant,
>
> Here's a couple (hopefully) final OMAP GPIO fixes for v3.5-rc.
>
> Thanks,
>
> Kevin
>
>
> The following changes since commit
> 6b16351acbd415e66ba16bf7d473ece1574cf0bc:
>
>   Linux 3.5-rc4 (2012-06-24 12:53:04 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.gitfor_3.5/fixes/gpio-3
>
> for you to fetch changes up to 7b86cef34afceeecf57d4d07f3cfab06f8b60b13:
>
>   gpio/omap: fix invalid context restore of gpio bank-0 (2012-07-03
> 09:41:39 -0700)
>
> ----------------------------------------------------------------
> Grazvydas Ignotas (1):
>       gpio/omap: fix irq loss while in idle with debounce on
>
> Jon Hunter (1):
>       gpio/omap: fix invalid context restore of gpio bank-0
>
>  drivers/gpio/gpio-omap.c |   14 +++++++++++++-
>  1 file changed, 13 insertions(+), 1 deletion(-)
>
Linus Walleij July 9, 2012, 6:07 p.m. UTC | #2
On Sat, Jul 7, 2012 at 1:38 AM, Kevin Hilman <khilman@ti.com> wrote:

> Here's a couple (hopefully) final OMAP GPIO fixes for v3.5-rc.

I've pulled this to my GPIO tree for testing in next.

Yours,
Linus Walleij
Kevin Hilman July 11, 2012, 1:35 a.m. UTC | #3
On Jul 9, 2012 11:07 AM, "Linus Walleij" <linus.walleij@linaro.org> wrote:
>
> On Sat, Jul 7, 2012 at 1:38 AM, Kevin Hilman <khilman@ti.com> wrote:
>
> > Here's a couple (hopefully) final OMAP GPIO fixes for v3.5-rc.
>
> I've pulled this to my GPIO tree for testing in next.
>

Excellent, thanks.

Kevin