mbox

[GIT,PULL,2/3] omap platform and board related late patches for v3.7 merge window

Message ID 20120925033136.GS28835@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-devel-board-late-v3-for-v3.7

Message

Tony Lindgren Sept. 25, 2012, 3:31 a.m. UTC
* Tony Lindgren <tony@atomide.com> [120924 17:41]:
> * Tony Lindgren <tony@atomide.com> [120924 14:30]:
> > The following changes since commit 0e70156de4c8465bfb8cb45cdc1bbc2fa474ce14:
> > 
> >   ARM: OMAP2+: Make omap4-keypad.h local (2012-09-20 15:04:04 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-devel-board-late-v2-for-v3.7
> > 
> > for you to fetch changes up to ead53717d9ab28c942b9adf66f8c02442dbfbc8a:
> > 
> >   arm: make FORCE_MAX_ZONEORDER configurable for TI AM33XX (2012-09-24 10:32:39 -0700)
> > 
> > ----------------------------------------------------------------
> > These board and platform related patches have been posted
> > quite a while ago but have somehow fallen though the cracks
> > as most of the focus has been making things to work with
> > device tree. As the first patch depends on sparse IRQ
> > related removal of irqs.h and related header moves, these
> > are based on omap-cleanup-local-headers-for-v3.7 tag.
> 
> Let's scrap this pull request, Russell noted that Yegor's patch
> breaks sa1111.

Here's the updated pull request with just the top patch dropped.

Tony


The following changes since commit 0e70156de4c8465bfb8cb45cdc1bbc2fa474ce14:

  ARM: OMAP2+: Make omap4-keypad.h local (2012-09-20 15:04:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-devel-board-late-v3-for-v3.7

for you to fetch changes up to cfc55bcc1f78395872d41c50f6a3129c4b42289e:

  ARM: OMAP2+: serial: Change MAX_HSUART_PORTS to 6 (2012-09-24 10:32:39 -0700)

----------------------------------------------------------------
These board and platform related patches have been posted
quite a while ago but have somehow fallen though the cracks
as most of the focus has been making things to work with
device tree. As the first patch depends on sparse IRQ
related removal of irqs.h and related header moves, these
are based on omap-cleanup-local-headers-for-v3.7 tag.

----------------------------------------------------------------
AnilKumar Ch (1):
      ARM: OMAP2+: serial: Change MAX_HSUART_PORTS to 6

Peter Ujfalusi (1):
      ARM: OMAP4: twl-common: Support for additional devices on i2c1 bus

 arch/arm/mach-omap2/board-4430sdp.c           |   12 ++++++--
 arch/arm/mach-omap2/board-omap4panda.c        |   12 ++++++--
 arch/arm/mach-omap2/twl-common.c              |   37 ++++++++-----------------
 arch/arm/mach-omap2/twl-common.h              |    3 +-
 arch/arm/plat-omap/include/plat/omap-serial.h |    2 +-
 5 files changed, 34 insertions(+), 32 deletions(-)

Comments

Olof Johansson Sept. 29, 2012, 9:03 p.m. UTC | #1
On Mon, Sep 24, 2012 at 08:31:36PM -0700, Tony Lindgren wrote:
> * Tony Lindgren <tony@atomide.com> [120924 17:41]:
> > * Tony Lindgren <tony@atomide.com> [120924 14:30]:
> > > The following changes since commit 0e70156de4c8465bfb8cb45cdc1bbc2fa474ce14:
> > > 
> > >   ARM: OMAP2+: Make omap4-keypad.h local (2012-09-20 15:04:04 -0700)
> > > 
> > > are available in the git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-devel-board-late-v2-for-v3.7
> > > 
> > > for you to fetch changes up to ead53717d9ab28c942b9adf66f8c02442dbfbc8a:
> > > 
> > >   arm: make FORCE_MAX_ZONEORDER configurable for TI AM33XX (2012-09-24 10:32:39 -0700)
> > > 
> > > ----------------------------------------------------------------
> > > These board and platform related patches have been posted
> > > quite a while ago but have somehow fallen though the cracks
> > > as most of the focus has been making things to work with
> > > device tree. As the first patch depends on sparse IRQ
> > > related removal of irqs.h and related header moves, these
> > > are based on omap-cleanup-local-headers-for-v3.7 tag.
> > 
> > Let's scrap this pull request, Russell noted that Yegor's patch
> > breaks sa1111.
> 
> Here's the updated pull request with just the top patch dropped.
> 
> Tony
> 
> 
> The following changes since commit 0e70156de4c8465bfb8cb45cdc1bbc2fa474ce14:
> 
>   ARM: OMAP2+: Make omap4-keypad.h local (2012-09-20 15:04:04 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-devel-board-late-v3-for-v3.7

Thanks, pulled this on top of the previous cleanup-headers.

In the future, feel free to remove the tag that you don't want me to pull from
the repo so I don't accidentally pull it anyway.


-Olof
Tony Lindgren Sept. 30, 2012, 6:17 p.m. UTC | #2
* Olof Johansson <olof@lixom.net> [120929 14:04]:
> 
> Thanks, pulled this on top of the previous cleanup-headers.
> 
> In the future, feel free to remove the tag that you don't want me to pull from
> the repo so I don't accidentally pull it anyway.

OK thanks will do.

Tony