mbox

[GIT,PULL,1/2] late omap PRCM and hwmod changes for v3.12 merge window

Message ID pull-1377526896-974252
State New
Headers show

Pull-request

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

Message

Tony Lindgren Aug. 26, 2013, 2:21 p.m. UTC
The following changes since commit b36f4be3de1b123d8601de062e7dbfc904f305fb:

  Linux 3.11-rc6 (2013-08-18 14:36:53 -0700)

are available in the git repository at:

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

for you to fetch changes up to eb8460e01ba632416277ea6d0f6324caa6963e4f:

  Merge tag 'for-v3.12/omap-prcm-hwmod' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.12/prcm (2013-08-26 03:18:43 -0700)

----------------------------------------------------------------

OMAP PRCM and hwmod fixes and improvments via Paul Walmsley <paul@pwsan.com>:

Various OMAP PRCM & hwmod fixes and improvements.  Notable changes
include:

- a fix for OMAP4 PLL locking to avoid a bootloader dependency that
  causes nasty log spew on startup

- AM33xx DEBUGSS support fixes in hwmod data

- OMAP5 mailbox support in hwmod data

Basic test logs are here:

http://www.pwsan.com/omap/testlogs/prcm_a_for_v3.12/20130823125002/

Note that the 3530 failure is due to the mysterious transient serial
issue affecting 3530 for several releases now, which causes a log
parsing failure.  PM still seems to work.

----------------------------------------------------------------
Aida Mynzhasova (1):
      ARM: OMAP: TI81XX: add always-on powerdomain for TI81XX

Jon Hunter (1):
      ARM: OMAP2+: Only write the sysconfig on idle when necessary

Lokesh Vutla (1):
      ARM: OMAP: AM33xx: clock: Add RNG clock data

Paul Walmsley (1):
      Merge branches 'hwmod_devel_v3.12', 'prcm_devel_v3.12' and 'am33xx_devel_v3.12' into prcm_a_for_v3.12

Rajendra Nayak (1):
      ARM: OMAP4: clock: Lock PLLs in the right sequence

Suman Anna (1):
      ARM: OMAP5: hwmod data: Add mailbox data

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

Vaibhav Hiremath (1):
      ARM: OMAP: AM33XX: hwmod: Add hwmod data for debugSS

 arch/arm/mach-omap2/cclock33xx_data.c       |  5 +++
 arch/arm/mach-omap2/cclock44xx_data.c       | 20 +++++----
 arch/arm/mach-omap2/omap_hwmod.c            |  4 +-
 arch/arm/mach-omap2/omap_hwmod_33xx_data.c  | 69 ++++++++++++++++++++---------
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c  | 42 ++++++++++++++++++
 arch/arm/mach-omap2/powerdomains3xxx_data.c |  8 ++++
 arch/arm/mach-omap2/prcm-common.h           |  1 +
 7 files changed, 118 insertions(+), 31 deletions(-)

Comments

Olof Johansson Aug. 29, 2013, 11:46 p.m. UTC | #1
On Mon, Aug 26, 2013 at 07:21:36AM -0700, Tony Lindgren wrote:
> The following changes since commit cf470a1b1a741bca00080ebc70968b4f22d9b1ea:
> 
>   Merge tag 'dra7-core-support-minus-dt' of git://github.com/rrnayak/linux into omap-for-v3.12/soc (2013-08-14 01:01:41 -0700)
> 
> are available in the git repository at:
> 
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.12/dra7xx-prcm
> 
> for you to fetch changes up to e3e1970f892d873e0f01c4516eaf986ae3a91e13:
> 
>   Merge tag 'for-v3.12/dra7xx' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into omap-for-v3.12/soc (2013-08-26 02:53:05 -0700)

I contemplated holding this off for 3.13 given the volume of code this late,
but since it's all for new platform I'll merge it in.


-Olof