mbox

[GIT,PULL,1/4] omap soc changes for v3.16 merge window

Message ID 20140520013030.GE15793@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/soc-signed

Message

Tony Lindgren May 20, 2014, 1:30 a.m. UTC
Looks like I'm still having trouble sending out some pull requests,
so apologies you're seeing these as duplicates.

The following changes since commit d1db0eea852497762cab43b905b879dfcd3b8987:

  Linux 3.15-rc3 (2014-04-27 19:29:27 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/soc-signed

for you to fetch changes up to 733d20eeeeb31587aacd917fb0aaf2888c26a4b5:

  ARM: DRA752: add detection of SoC information (2014-05-19 15:38:03 -0700)

----------------------------------------------------------------
SoC related changes for omaps.

----------------------------------------------------------------
Archit Taneja (1):
      ARM: OMAP2+: hwmod: OMAP5 DSS hwmod data

Dave Gerlach (1):
      ARM: OMAP2+: Remove suspend_set_ops from common pm late init

Nishanth Menon (1):
      ARM: DRA752: add detection of SoC information

Peter Ujfalusi (1):
      ARM: omap4: hwmod_data: Clean up audio related structures (remove/merge them)

Tony Lindgren (1):
      Merge tag 'for-v3.16/hwmod-a' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.16/soc

 arch/arm/mach-omap2/id.c                   |  37 ++++
 arch/arm/mach-omap2/io.c                   |   1 +
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  99 +---------
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c | 283 +++++++++++++++++++++++++++++
 arch/arm/mach-omap2/pm.c                   |  17 +-
 arch/arm/mach-omap2/pm.h                   |   8 +-
 arch/arm/mach-omap2/pm24xx.c               |   4 +-
 arch/arm/mach-omap2/pm34xx.c               |   7 +-
 arch/arm/mach-omap2/pm44xx.c               |   6 +-
 arch/arm/mach-omap2/soc.h                  |   5 +
 10 files changed, 361 insertions(+), 106 deletions(-)

Comments

Olof Johansson May 26, 2014, 7:59 p.m. UTC | #1
On Mon, May 19, 2014 at 06:30:31PM -0700, Tony Lindgren wrote:
> Looks like I'm still having trouble sending out some pull requests,
> so apologies you're seeing these as duplicates.
> 
> The following changes since commit d1db0eea852497762cab43b905b879dfcd3b8987:
> 
>   Linux 3.15-rc3 (2014-04-27 19:29:27 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.16/soc-signed

Merged into next/soc. Thanks!

-Olof