All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] omap fixes for v3.8-rc4
Date: Tue, 22 Jan 2013 11:18:02 -0800	[thread overview]
Message-ID: <20130122191801.GQ22517@atomide.com> (raw)

The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:

  Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.8-rc4/fixes-signed

for you to fetch changes up to 7662a9c60fee25d7234da4be6d8eab2b2ac88448:

  ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport (2013-01-21 10:39:53 -0800)

----------------------------------------------------------------
Minimal omap fixes for the -rc series:

- A build fix for recently merged omap DRM changes

- Regression fixes from the common clock framework conversion
  for omap4 audio and omap2 reboot

- Regression fix for pandaboard WLAN control UART muxing caused by
  u-boot only muxing essential pins nowadays

- Timer iteration fix for CONFIG_OF_DYNAMIC

- A section mismatch fix for ocp2scp init

----------------------------------------------------------------
Jon Hunter (1):
      ARM: OMAP2: Fix missing omap2xxx_clkt_vps_late_init function calls

Luciano Coelho (1):
      ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport

Pantelis Antoniou (1):
      ARM: OMAP2+: DT node Timer iteration fix

Peter Ujfalusi (2):
      ARM: OMAP4: clock data: Lock ABE DPLL on all revisions
      ARM: OMAP4: hwmod_data: Correct IDLEMODE for McPDM

Rob Clark (1):
      ARM: OMAP2+: fix build break for omapdrm

Tony Lindgren (2):
      Merge tag 'omap-fixes-b-for-v3.8-rc' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.8-rc4/fixes
      ARM: OMAP2+: Fix section warning for omap_init_ocp2scp()

 arch/arm/mach-omap2/board-omap4panda.c     |  6 ++++++
 arch/arm/mach-omap2/cclock2420_data.c      |  2 ++
 arch/arm/mach-omap2/cclock2430_data.c      |  2 ++
 arch/arm/mach-omap2/cclock44xx_data.c      | 13 ++++++-------
 arch/arm/mach-omap2/devices.c              |  2 +-
 arch/arm/mach-omap2/drm.c                  |  3 ++-
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  6 +++++-
 arch/arm/mach-omap2/timer.c                |  8 ++------
 8 files changed, 26 insertions(+), 16 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 v3.8-rc4
Date: Tue, 22 Jan 2013 11:18:02 -0800	[thread overview]
Message-ID: <20130122191801.GQ22517@atomide.com> (raw)

The following changes since commit 7d1f9aeff1ee4a20b1aeb377dd0f579fe9647619:

  Linux 3.8-rc4 (2013-01-17 19:25:45 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.8-rc4/fixes-signed

for you to fetch changes up to 7662a9c60fee25d7234da4be6d8eab2b2ac88448:

  ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport (2013-01-21 10:39:53 -0800)

----------------------------------------------------------------
Minimal omap fixes for the -rc series:

- A build fix for recently merged omap DRM changes

- Regression fixes from the common clock framework conversion
  for omap4 audio and omap2 reboot

- Regression fix for pandaboard WLAN control UART muxing caused by
  u-boot only muxing essential pins nowadays

- Timer iteration fix for CONFIG_OF_DYNAMIC

- A section mismatch fix for ocp2scp init

----------------------------------------------------------------
Jon Hunter (1):
      ARM: OMAP2: Fix missing omap2xxx_clkt_vps_late_init function calls

Luciano Coelho (1):
      ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport

Pantelis Antoniou (1):
      ARM: OMAP2+: DT node Timer iteration fix

Peter Ujfalusi (2):
      ARM: OMAP4: clock data: Lock ABE DPLL on all revisions
      ARM: OMAP4: hwmod_data: Correct IDLEMODE for McPDM

Rob Clark (1):
      ARM: OMAP2+: fix build break for omapdrm

Tony Lindgren (2):
      Merge tag 'omap-fixes-b-for-v3.8-rc' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.8-rc4/fixes
      ARM: OMAP2+: Fix section warning for omap_init_ocp2scp()

 arch/arm/mach-omap2/board-omap4panda.c     |  6 ++++++
 arch/arm/mach-omap2/cclock2420_data.c      |  2 ++
 arch/arm/mach-omap2/cclock2430_data.c      |  2 ++
 arch/arm/mach-omap2/cclock44xx_data.c      | 13 ++++++-------
 arch/arm/mach-omap2/devices.c              |  2 +-
 arch/arm/mach-omap2/drm.c                  |  3 ++-
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  6 +++++-
 arch/arm/mach-omap2/timer.c                |  8 ++------
 8 files changed, 26 insertions(+), 16 deletions(-)

             reply	other threads:[~2013-01-22 19:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-22 19:18 Tony Lindgren [this message]
2013-01-22 19:18 ` [GIT PULL] omap fixes for v3.8-rc4 Tony Lindgren
2013-01-22 19:24 ` Olof Johansson
2013-01-22 19:24   ` 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=20130122191801.GQ22517@atomide.com \
    --to=tony@atomide.com \
    --cc=arnd@arndb.de \
    --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.