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-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes for v3.5-rc1
Date: Fri, 8 Jun 2012 00:32:37 -0700	[thread overview]
Message-ID: <20120608073237.GM12766@atomide.com> (raw)

The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f:

  Linux 3.5-rc1 (2012-06-02 18:29:26 -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-rc1

for you to fetch changes up to febe9e02d63ed8a42e7e9c75ea16117821f90f07:

  ARM: OMAP2+: Fix compile for CONFIG_TIDSPBRIDGE platform init code (2012-06-06 01:42:20 -0700)

----------------------------------------------------------------
The biggest fix here is the long pending patch mux UART pins so PM
retention idle works again.

Also included are few other PM wake-up related fixes, and removal of
dead cpu detection code.

The other fixes are trivial build and randconfig related fixes.

----------------------------------------------------------------
Govindraj.R (1):
      OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

Kevin Hilman (3):
      ARM: OMAP3: PM: fix shared PRCM interrupts: leave disabled at boot
      ARM: OMAP3: clock data: cleanup AM3[35]x SoC detection
      ARM: OMAP: SoC detection: remove unused cpu_is macros

Mark A. Greer (1):
      arm: omap3: am35x: Don't mark missing features as present

NeilBrown (1):
      ARM: OMAP2+: INTC: fix suspend abort, set IRQCHIP_SKIP_SET_WAKE

Tony Lindgren (6):
      Merge branch 'for_3.5/fixes/pm' of git://git.kernel.org/.../khilman/linux-omap-pm into fixes
      Merge branch 'for_3.5/cleanup/am3xxx-cpu-is-leftovers' of git://git.kernel.org/.../khilman/linux-omap-pm into fixes
      ARM: OMAP: Fix lis3lv02d accelerometer to use gpio_to_irq
      ARM: OMAP: Fix MMC_OMAP build when only MMC_OMAP_HS is selected
      ARM: OMAP3: Fix omap3_l3_block_irq warning when CONFIG_BUG is not set
      ARM: OMAP2+: Fix compile for CONFIG_TIDSPBRIDGE platform init code

 arch/arm/mach-omap2/board-rx51-peripherals.c |    6 ++-
 arch/arm/mach-omap2/clock3xxx_data.c         |    2 +-
 arch/arm/mach-omap2/dsp.c                    |    3 ++
 arch/arm/mach-omap2/id.c                     |   11 +++++
 arch/arm/mach-omap2/irq.c                    |    1 +
 arch/arm/mach-omap2/mux.c                    |    3 +-
 arch/arm/mach-omap2/mux.h                    |   11 +++++
 arch/arm/mach-omap2/omap_l3_smx.c            |    3 +-
 arch/arm/mach-omap2/pm34xx.c                 |    1 +
 arch/arm/mach-omap2/prm2xxx_3xxx.c           |   14 ++++--
 arch/arm/mach-omap2/serial.c                 |   67 ++++++++++++++++++++++++--
 arch/arm/plat-omap/include/plat/cpu.h        |   33 -------------
 arch/arm/plat-omap/include/plat/mmc.h        |    4 +-
 13 files changed, 110 insertions(+), 49 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.5-rc1
Date: Fri, 8 Jun 2012 00:32:37 -0700	[thread overview]
Message-ID: <20120608073237.GM12766@atomide.com> (raw)

The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f:

  Linux 3.5-rc1 (2012-06-02 18:29:26 -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-rc1

for you to fetch changes up to febe9e02d63ed8a42e7e9c75ea16117821f90f07:

  ARM: OMAP2+: Fix compile for CONFIG_TIDSPBRIDGE platform init code (2012-06-06 01:42:20 -0700)

----------------------------------------------------------------
The biggest fix here is the long pending patch mux UART pins so PM
retention idle works again.

Also included are few other PM wake-up related fixes, and removal of
dead cpu detection code.

The other fixes are trivial build and randconfig related fixes.

----------------------------------------------------------------
Govindraj.R (1):
      OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeup

Kevin Hilman (3):
      ARM: OMAP3: PM: fix shared PRCM interrupts: leave disabled at boot
      ARM: OMAP3: clock data: cleanup AM3[35]x SoC detection
      ARM: OMAP: SoC detection: remove unused cpu_is macros

Mark A. Greer (1):
      arm: omap3: am35x: Don't mark missing features as present

NeilBrown (1):
      ARM: OMAP2+: INTC: fix suspend abort, set IRQCHIP_SKIP_SET_WAKE

Tony Lindgren (6):
      Merge branch 'for_3.5/fixes/pm' of git://git.kernel.org/.../khilman/linux-omap-pm into fixes
      Merge branch 'for_3.5/cleanup/am3xxx-cpu-is-leftovers' of git://git.kernel.org/.../khilman/linux-omap-pm into fixes
      ARM: OMAP: Fix lis3lv02d accelerometer to use gpio_to_irq
      ARM: OMAP: Fix MMC_OMAP build when only MMC_OMAP_HS is selected
      ARM: OMAP3: Fix omap3_l3_block_irq warning when CONFIG_BUG is not set
      ARM: OMAP2+: Fix compile for CONFIG_TIDSPBRIDGE platform init code

 arch/arm/mach-omap2/board-rx51-peripherals.c |    6 ++-
 arch/arm/mach-omap2/clock3xxx_data.c         |    2 +-
 arch/arm/mach-omap2/dsp.c                    |    3 ++
 arch/arm/mach-omap2/id.c                     |   11 +++++
 arch/arm/mach-omap2/irq.c                    |    1 +
 arch/arm/mach-omap2/mux.c                    |    3 +-
 arch/arm/mach-omap2/mux.h                    |   11 +++++
 arch/arm/mach-omap2/omap_l3_smx.c            |    3 +-
 arch/arm/mach-omap2/pm34xx.c                 |    1 +
 arch/arm/mach-omap2/prm2xxx_3xxx.c           |   14 ++++--
 arch/arm/mach-omap2/serial.c                 |   67 ++++++++++++++++++++++++--
 arch/arm/plat-omap/include/plat/cpu.h        |   33 -------------
 arch/arm/plat-omap/include/plat/mmc.h        |    4 +-
 13 files changed, 110 insertions(+), 49 deletions(-)

             reply	other threads:[~2012-06-08  7:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-08  7:32 Tony Lindgren [this message]
2012-06-08  7:32 ` [GIT PULL] omap fixes for v3.5-rc1 Tony Lindgren
2012-06-08  8:23 ` Olof Johansson
2012-06-08  8:23   ` 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=20120608073237.GM12766@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.