All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Olof Johansson <olof@lixom.net>
Cc: Arnd Bergmann <arnd@arndb.de>,
	linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
	Grant Likely <grant.likely@secretlab.ca>
Subject: Re: [GIT PULL] omap fixes for merge window
Date: Thu, 29 Mar 2012 11:56:27 -0700	[thread overview]
Message-ID: <20120329185626.GY9859@atomide.com> (raw)
In-Reply-To: <20120329144151.GS9859@atomide.com>

* Tony Lindgren <tony@atomide.com> [120329 07:44]:
> * Olof Johansson <olof@lixom.net> [120328 22:04]:
> > Hi Tony,
> > 
> > On Wed, Mar 21, 2012 at 11:05 AM, Tony Lindgren <tony@atomide.com> wrote:
> > > Hi Arnd & Olof,
> > >
> > > Here's a set of fixes that would be nice to get merged during
> > > the merge window before the GPIO changes get merged to avoid
> > > boot issues on many omap boards.
> > >
> > > The changes queued in the GPIO tree require getting rid of
> > > OMAP_GPIO_IRQ and use gpio_to_irq() instead. This is needed for
> > > dynamically allocated GPIO interrupt ranges.
> > 
> > Sorry for the slow response on this, we've been focused on getting the
> > main pulls going in. I'm about to start a fixes branch now and looked
> > at this pull request.
> > 
> > I replied to one of the original patches in this branch, they need to
> > be fixed before they can go in:
> > 
> > http://marc.info/?l=linux-omap&m=133299716528617&w=2
> 
> Thanks, that's a good catch.
>  
> > Also, that way we can get a clean branch based on current mainline
> > without merge conflicts.
> 
> Yes will do.

Olof, here's an updated pull request for your fixes staging branch.

This contains the updated gpio_to_irq patches from Tarun, and a trivial
build fix from Govindraj to #include <asm/system_misc.h> in pm.c.
The DSI mux patch is the same.

Note that the branch name is now just fixes as the necessary commits
are now all in the mainline tree.

Regards,

Tony


The following changes since commit 0195c00244dc2e9f522475868fa278c473ba7339:
  Linus Torvalds (1):
        Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/.../dhowells/linux-asm_system

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes

Govindraj.R (1):
      ARM: OMAP: pm: fix compilation break

Tarun Kanti DebBarma (3):
      ARM: OMAP: boards: Fix OMAP_GPIO_IRQ usage with gpio_to_irq()
      drivers: input: Fix OMAP_GPIO_IRQ with gpio_to_irq() in ams_delta_serio_exit()
      ARM: OMAP: Remove OMAP_GPIO_IRQ macro definition

Tomi Valkeinen (1):
      ARM: OMAP2+: Remove __init from DSI mux functions

Tony Lindgren (2):
      Merge branch 'fix-dss-mux' into fixes
      Merge branch 'fixes-gpio-to-irq' into fixes

 arch/arm/mach-omap1/board-h2.c               |    8 ++++----
 arch/arm/mach-omap1/board-h3.c               |    9 ++++-----
 arch/arm/mach-omap1/board-htcherald.c        |    6 +++---
 arch/arm/mach-omap1/board-innovator.c        |    4 ++--
 arch/arm/mach-omap1/board-nokia770.c         |    2 +-
 arch/arm/mach-omap1/board-osk.c              |   12 ++++++------
 arch/arm/mach-omap1/board-palmte.c           |    2 +-
 arch/arm/mach-omap1/board-palmtt.c           |    2 +-
 arch/arm/mach-omap1/board-palmz71.c          |    2 +-
 arch/arm/mach-omap1/board-voiceblue.c        |   16 +++++++---------
 arch/arm/mach-omap1/pm.c                     |    1 +
 arch/arm/mach-omap2/board-2430sdp.c          |    2 +-
 arch/arm/mach-omap2/board-4430sdp.c          |    2 +-
 arch/arm/mach-omap2/board-apollon.c          |    4 ++--
 arch/arm/mach-omap2/board-devkit8000.c       |    2 +-
 arch/arm/mach-omap2/board-h4.c               |    2 +-
 arch/arm/mach-omap2/board-omap3evm.c         |    2 +-
 arch/arm/mach-omap2/board-omap4panda.c       |    2 +-
 arch/arm/mach-omap2/board-rx51-peripherals.c |    3 ++-
 arch/arm/mach-omap2/board-zoom-debugboard.c  |    3 ++-
 arch/arm/mach-omap2/board-zoom-peripherals.c |    6 ++++--
 arch/arm/mach-omap2/common-board-devices.c   |    2 +-
 arch/arm/mach-omap2/display.c                |    8 ++++----
 arch/arm/mach-omap2/pm.c                     |    2 ++
 arch/arm/plat-omap/include/plat/gpio.h       |    4 ----
 drivers/input/serio/ams_delta_serio.c        |    2 +-
 26 files changed, 55 insertions(+), 55 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes for merge window
Date: Thu, 29 Mar 2012 11:56:27 -0700	[thread overview]
Message-ID: <20120329185626.GY9859@atomide.com> (raw)
In-Reply-To: <20120329144151.GS9859@atomide.com>

* Tony Lindgren <tony@atomide.com> [120329 07:44]:
> * Olof Johansson <olof@lixom.net> [120328 22:04]:
> > Hi Tony,
> > 
> > On Wed, Mar 21, 2012 at 11:05 AM, Tony Lindgren <tony@atomide.com> wrote:
> > > Hi Arnd & Olof,
> > >
> > > Here's a set of fixes that would be nice to get merged during
> > > the merge window before the GPIO changes get merged to avoid
> > > boot issues on many omap boards.
> > >
> > > The changes queued in the GPIO tree require getting rid of
> > > OMAP_GPIO_IRQ and use gpio_to_irq() instead. This is needed for
> > > dynamically allocated GPIO interrupt ranges.
> > 
> > Sorry for the slow response on this, we've been focused on getting the
> > main pulls going in. I'm about to start a fixes branch now and looked
> > at this pull request.
> > 
> > I replied to one of the original patches in this branch, they need to
> > be fixed before they can go in:
> > 
> > http://marc.info/?l=linux-omap&m=133299716528617&w=2
> 
> Thanks, that's a good catch.
>  
> > Also, that way we can get a clean branch based on current mainline
> > without merge conflicts.
> 
> Yes will do.

Olof, here's an updated pull request for your fixes staging branch.

This contains the updated gpio_to_irq patches from Tarun, and a trivial
build fix from Govindraj to #include <asm/system_misc.h> in pm.c.
The DSI mux patch is the same.

Note that the branch name is now just fixes as the necessary commits
are now all in the mainline tree.

Regards,

Tony


The following changes since commit 0195c00244dc2e9f522475868fa278c473ba7339:
  Linus Torvalds (1):
        Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/.../dhowells/linux-asm_system

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes

Govindraj.R (1):
      ARM: OMAP: pm: fix compilation break

Tarun Kanti DebBarma (3):
      ARM: OMAP: boards: Fix OMAP_GPIO_IRQ usage with gpio_to_irq()
      drivers: input: Fix OMAP_GPIO_IRQ with gpio_to_irq() in ams_delta_serio_exit()
      ARM: OMAP: Remove OMAP_GPIO_IRQ macro definition

Tomi Valkeinen (1):
      ARM: OMAP2+: Remove __init from DSI mux functions

Tony Lindgren (2):
      Merge branch 'fix-dss-mux' into fixes
      Merge branch 'fixes-gpio-to-irq' into fixes

 arch/arm/mach-omap1/board-h2.c               |    8 ++++----
 arch/arm/mach-omap1/board-h3.c               |    9 ++++-----
 arch/arm/mach-omap1/board-htcherald.c        |    6 +++---
 arch/arm/mach-omap1/board-innovator.c        |    4 ++--
 arch/arm/mach-omap1/board-nokia770.c         |    2 +-
 arch/arm/mach-omap1/board-osk.c              |   12 ++++++------
 arch/arm/mach-omap1/board-palmte.c           |    2 +-
 arch/arm/mach-omap1/board-palmtt.c           |    2 +-
 arch/arm/mach-omap1/board-palmz71.c          |    2 +-
 arch/arm/mach-omap1/board-voiceblue.c        |   16 +++++++---------
 arch/arm/mach-omap1/pm.c                     |    1 +
 arch/arm/mach-omap2/board-2430sdp.c          |    2 +-
 arch/arm/mach-omap2/board-4430sdp.c          |    2 +-
 arch/arm/mach-omap2/board-apollon.c          |    4 ++--
 arch/arm/mach-omap2/board-devkit8000.c       |    2 +-
 arch/arm/mach-omap2/board-h4.c               |    2 +-
 arch/arm/mach-omap2/board-omap3evm.c         |    2 +-
 arch/arm/mach-omap2/board-omap4panda.c       |    2 +-
 arch/arm/mach-omap2/board-rx51-peripherals.c |    3 ++-
 arch/arm/mach-omap2/board-zoom-debugboard.c  |    3 ++-
 arch/arm/mach-omap2/board-zoom-peripherals.c |    6 ++++--
 arch/arm/mach-omap2/common-board-devices.c   |    2 +-
 arch/arm/mach-omap2/display.c                |    8 ++++----
 arch/arm/mach-omap2/pm.c                     |    2 ++
 arch/arm/plat-omap/include/plat/gpio.h       |    4 ----
 drivers/input/serio/ams_delta_serio.c        |    2 +-
 26 files changed, 55 insertions(+), 55 deletions(-)

  reply	other threads:[~2012-03-29 18:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-21 18:05 [GIT PULL] omap fixes for merge window Tony Lindgren
2012-03-21 18:05 ` Tony Lindgren
2012-03-29  5:01 ` Olof Johansson
2012-03-29  5:01   ` Olof Johansson
2012-03-29 14:41   ` Tony Lindgren
2012-03-29 14:41     ` Tony Lindgren
2012-03-29 18:56     ` Tony Lindgren [this message]
2012-03-29 18:56       ` Tony Lindgren
2012-03-29 19:27       ` Olof Johansson
2012-03-29 19:27         ` Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120329185626.GY9859@atomide.com \
    --to=tony@atomide.com \
    --cc=arnd@arndb.de \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=olof@lixom.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.