mbox

[GIT,PULL] GPIO: KZM-A9-GT for 3.7

Message ID 1347341165-15573-1-git-send-email-horms@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git gpio

Message

Simon Horman Sept. 11, 2012, 5:26 a.m. UTC
Hi Linus,

please consider the following GPIO enhancement for the kzm9g board
for 3.7. As discussed previously it depends on changes in devel tree
and thus seems to be appropriate to merge there.

----------------------------------------------------------------
The following changes since commit a3b930815d07e2a8a25e85496839f80facb3654d:

  gpio: sx150x: Use irq_data_get_irq_chip_data() at appropriate places (2012-09-06 09:19:04 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git gpio

for you to fetch changes up to b7a3ce41bb1ca65954029fb002373524bafb3161:

  ARM: shmobile: kzm9g: use gpio-keys instead of gpio-keys-polled (2012-09-11 13:54:57 +0900)

----------------------------------------------------------------
Kuninori Morimoto (1):
      ARM: shmobile: kzm9g: use gpio-keys instead of gpio-keys-polled

 arch/arm/configs/kzm9g_defconfig     |    2 +-
 arch/arm/mach-shmobile/board-kzm9g.c |    5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

Comments

Linus Walleij Sept. 11, 2012, 5:25 p.m. UTC | #1
On Tue, Sep 11, 2012 at 7:26 AM, Simon Horman <horms@verge.net.au> wrote:

> please consider the following GPIO enhancement for the kzm9g board
> for 3.7. As discussed previously it depends on changes in devel tree
> and thus seems to be appropriate to merge there.

I'll rather apply the raw patch, I'll comment on that one...

Yours,
Linus Walleij
Linus Walleij Sept. 11, 2012, 5:27 p.m. UTC | #2
On Tue, Sep 11, 2012 at 7:26 AM, Simon Horman <horms@verge.net.au> wrote:

> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> 6e20a0a429bd4dc07d6de16d9c247270e04e4aa0
> (gpio: pcf857x: enable gpio_to_irq() support) supports
> gpio_to_irq() on pcf857x driver.
> Now, we can use gpio-keys driver instead of gpio-keys-polled.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Signed-off-by: Simon Horman <horms@verge.net.au>

Paul, Magnus - Simon wants me to merge this through the
GPIO tree, can I have and ACK from one of the shmobile
maintainers on that?

Yours,
Linus Walleij
Paul Mundt Sept. 12, 2012, 5:49 a.m. UTC | #3
On Tue, Sep 11, 2012 at 07:27:54PM +0200, Linus Walleij wrote:
> On Tue, Sep 11, 2012 at 7:26 AM, Simon Horman <horms@verge.net.au> wrote:
> 
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> >
> > 6e20a0a429bd4dc07d6de16d9c247270e04e4aa0
> > (gpio: pcf857x: enable gpio_to_irq() support) supports
> > gpio_to_irq() on pcf857x driver.
> > Now, we can use gpio-keys driver instead of gpio-keys-polled.
> >
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > Signed-off-by: Simon Horman <horms@verge.net.au>
> 
> Paul, Magnus - Simon wants me to merge this through the
> GPIO tree, can I have and ACK from one of the shmobile
> maintainers on that?
> 
Looks fine to me.

Acked-by: Paul Mundt <lethal@linux-sh.org>
Linus Walleij Sept. 12, 2012, 3:47 p.m. UTC | #4
On Tue, Sep 11, 2012 at 7:26 AM, Simon Horman <horms@verge.net.au> wrote:

> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> 6e20a0a429bd4dc07d6de16d9c247270e04e4aa0
> (gpio: pcf857x: enable gpio_to_irq() support) supports
> gpio_to_irq() on pcf857x driver.
> Now, we can use gpio-keys driver instead of gpio-keys-polled.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Signed-off-by: Simon Horman <horms@verge.net.au>

Applied, thanks!
Linus Walleij