mbox

[GIT,PULL] omap hwmod changes for v3.3 merge window

Message ID 20111219194818.GQ6464@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap hwmod

Message

Tony Lindgren Dec. 19, 2011, 7:48 p.m. UTC
Hi Arnd & Olof,

Please pull omap hwmod changes from:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap hwmod

These changes are mostly needed for the USB *HCI support to
behave. These depend on the fixes-non-critical-part2 posted
earlier.

Regards,

Tony


The following changes since commit 30c95692f62a40170833e87f3cd50fcbfe87c1a2:
  Santosh Shilimkar (1):
        ARM: OMAP4: clock: Add CPU local timer clock node

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap hwmod

Benoit Cousson (1):
      ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP4

Keshava Munegowda (1):
      ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP3

Kyle Manna (1):
      ARM: OMAP: hwmod data: Add support for AM35xx UART4/ttyO3

Paul Walmsley (1):
      ARM: OMAP3: hwmod data: disable multiblock reads on MMC1/2 on OMAP34xx/35xx <= ES2.1

Shubhrajyoti D (1):
      ARM: OMAP3+: hwmod data: Add the default clockactivity for I2C

Tony Lindgren (1):
      Merge branch 'hwmod_data_devel_3.3' of git://git.pwsan.com/linux-2.6 into hwmod

 arch/arm/mach-omap2/clock3xxx_data.c       |   11 +
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |  374 +++++++++++++++++++++++++++-
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  217 ++++++++++++++++-
 arch/arm/mach-omap2/prcm-common.h          |    2 +
 arch/arm/plat-omap/include/plat/irqs.h     |    2 +-
 arch/arm/plat-omap/include/plat/serial.h   |    1 +
 6 files changed, 594 insertions(+), 13 deletions(-)

Comments

Arnd Bergmann Dec. 27, 2011, 9:52 p.m. UTC | #1
On Monday 19 December 2011, Tony Lindgren wrote:
> Hi Arnd & Olof,
> 
> Please pull omap hwmod changes from:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap hwmod
> 
> These changes are mostly needed for the USB *HCI support to
> behave. These depend on the fixes-non-critical-part2 posted
> earlier.
> 

Pulled into next/devel, and written down the dependency.
I wasn't sure about whether this should be next/pm or next/devel,
decided for next/devel in the end.

	Arnd