mbox

[GIT,PULL] omap fixes for v3.5-rc3

Message ID 20120621162026.GW12766@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-for-v3.5-rc3

Message

Tony Lindgren June 21, 2012, 4:20 p.m. UTC
The following changes since commit 485802a6c524e62b5924849dd727ddbb1497cc71:

  Linux 3.5-rc3 (2012-06-16 17:25:17 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-for-v3.5-rc3

for you to fetch changes up to aef2b89662b8a7506846d0dc0df672d196ddf8d0:

  ARM: OMAP: Fix Beagleboard DVI reset gpio (2012-06-20 07:18:21 -0700)

----------------------------------------------------------------
Here are a few fixes with the biggest one being fix for Beagle DVI
reset. All of them are regression fixes, except for the missing omap2
interrupt controller binding that somehow got missed earlier.

----------------------------------------------------------------
Jon Hunter (1):
      arm/dts: OMAP2: Fix interrupt controller binding

Russ Dill (1):
      ARM: OMAP: Fix Beagleboard DVI reset gpio

Tony Lindgren (2):
      ARM: OMAP2+: Fix MUSB ifdefs for platform init code
      ARM: OMAP2: Fix tusb6010 GPIO interrupt for n8x0

 arch/arm/boot/dts/omap2.dtsi            |    2 ++
 arch/arm/mach-omap2/board-n8x0.c        |    6 ++----
 arch/arm/mach-omap2/board-omap3beagle.c |   28 ++++++++++++----------------
 arch/arm/mach-omap2/omap_phy_internal.c |    6 ------
 arch/arm/mach-omap2/usb-musb.c          |    6 ++----
 arch/arm/mach-omap2/usb-tusb6010.c      |    2 +-
 6 files changed, 19 insertions(+), 31 deletions(-)

Comments

Olof Johansson June 23, 2012, 11:12 p.m. UTC | #1
On Thu, Jun 21, 2012 at 9:20 AM, Tony Lindgren <tony@atomide.com> wrote:
> The following changes since commit 485802a6c524e62b5924849dd727ddbb1497cc71:
>
>  Linux 3.5-rc3 (2012-06-16 17:25:17 -0700)
>
> are available in the git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-fixes-for-v3.5-rc3

Pulled, thanks.


-Olof