All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gpio/omap: fix fallout from last cleanup series
@ 2012-05-18 22:16 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2012-05-18 22:16 UTC (permalink / raw)
  To: Grant Likely; +Cc: linux-omap, linux-arm-kernel

Hi Grant,

Here's the promised branch that fixes the fallout from the last cleanup
series which introduced a few new bugs in the cleanup. :(

I collected the acks/tested-bys from the list.

Thanks,

Kevin


The following changes since commit 1b1287032df3a69d3ef9a486b444f4ffcca50d01:

  gpio/omap: fix missing check in *_runtime_suspend() (2012-05-11 17:08:40 -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-2

for you to fetch changes up to b3c64bc30af67ed328a8d919e41160942b870451:

  gpio/omap: (re)fix wakeups on level-triggered GPIOs (2012-05-18 07:05:06 -0700)

----------------------------------------------------------------
Kevin Hilman (2):
      gpio/omap: fix broken context restore for non-OFF mode transitions
      gpio/omap: (re)fix wakeups on level-triggered GPIOs

 drivers/gpio/gpio-omap.c |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] gpio/omap: fix fallout from last cleanup series
@ 2012-05-18 22:16 ` Kevin Hilman
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2012-05-18 22:16 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Grant,

Here's the promised branch that fixes the fallout from the last cleanup
series which introduced a few new bugs in the cleanup. :(

I collected the acks/tested-bys from the list.

Thanks,

Kevin


The following changes since commit 1b1287032df3a69d3ef9a486b444f4ffcca50d01:

  gpio/omap: fix missing check in *_runtime_suspend() (2012-05-11 17:08:40 -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-2

for you to fetch changes up to b3c64bc30af67ed328a8d919e41160942b870451:

  gpio/omap: (re)fix wakeups on level-triggered GPIOs (2012-05-18 07:05:06 -0700)

----------------------------------------------------------------
Kevin Hilman (2):
      gpio/omap: fix broken context restore for non-OFF mode transitions
      gpio/omap: (re)fix wakeups on level-triggered GPIOs

 drivers/gpio/gpio-omap.c |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] gpio/omap: fix fallout from last cleanup series
  2012-05-18 22:16 ` Kevin Hilman
@ 2012-05-18 22:19   ` Grant Likely
  -1 siblings, 0 replies; 4+ messages in thread
From: Grant Likely @ 2012-05-18 22:19 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-omap, linux-arm-kernel

On Fri, May 18, 2012 at 4:16 PM, Kevin Hilman <khilman@ti.com> wrote:
> Hi Grant,
>
> Here's the promised branch that fixes the fallout from the last cleanup
> series which introduced a few new bugs in the cleanup. :(
>
> I collected the acks/tested-bys from the list.

Merged,
thanks.

g.

>
> Thanks,
>
> Kevin
>
>
> The following changes since commit 1b1287032df3a69d3ef9a486b444f4ffcca50d01:
>
>  gpio/omap: fix missing check in *_runtime_suspend() (2012-05-11 17:08:40 -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-2
>
> for you to fetch changes up to b3c64bc30af67ed328a8d919e41160942b870451:
>
>  gpio/omap: (re)fix wakeups on level-triggered GPIOs (2012-05-18 07:05:06 -0700)
>
> ----------------------------------------------------------------
> Kevin Hilman (2):
>      gpio/omap: fix broken context restore for non-OFF mode transitions
>      gpio/omap: (re)fix wakeups on level-triggered GPIOs
>
>  drivers/gpio/gpio-omap.c |    9 ++++-----
>  1 file changed, 4 insertions(+), 5 deletions(-)



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] gpio/omap: fix fallout from last cleanup series
@ 2012-05-18 22:19   ` Grant Likely
  0 siblings, 0 replies; 4+ messages in thread
From: Grant Likely @ 2012-05-18 22:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, May 18, 2012 at 4:16 PM, Kevin Hilman <khilman@ti.com> wrote:
> Hi Grant,
>
> Here's the promised branch that fixes the fallout from the last cleanup
> series which introduced a few new bugs in the cleanup. :(
>
> I collected the acks/tested-bys from the list.

Merged,
thanks.

g.

>
> Thanks,
>
> Kevin
>
>
> The following changes since commit 1b1287032df3a69d3ef9a486b444f4ffcca50d01:
>
> ?gpio/omap: fix missing check in *_runtime_suspend() (2012-05-11 17:08:40 -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-2
>
> for you to fetch changes up to b3c64bc30af67ed328a8d919e41160942b870451:
>
> ?gpio/omap: (re)fix wakeups on level-triggered GPIOs (2012-05-18 07:05:06 -0700)
>
> ----------------------------------------------------------------
> Kevin Hilman (2):
> ? ? ?gpio/omap: fix broken context restore for non-OFF mode transitions
> ? ? ?gpio/omap: (re)fix wakeups on level-triggered GPIOs
>
> ?drivers/gpio/gpio-omap.c | ? ?9 ++++-----
> ?1 file changed, 4 insertions(+), 5 deletions(-)



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-05-18 22:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 22:16 [GIT PULL] gpio/omap: fix fallout from last cleanup series Kevin Hilman
2012-05-18 22:16 ` Kevin Hilman
2012-05-18 22:19 ` Grant Likely
2012-05-18 22:19   ` Grant Likely

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.