mbox

[GIT,PULL] omap fixes for v3.9-rc4

Message ID 20130327184404.GD10155@atomide.com
State New
Headers show

Pull-request

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

Message

Tony Lindgren March 27, 2013, 6:44 p.m. UTC
The following changes since commit a937536b868b8369b98967929045f1df54234323:

  Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)

are available in the git repository at:

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

for you to fetch changes up to ff931c821bab6713a52b768b0cd7ee7e90713b36:

  ARM: OMAP: clocks: Delay clk inits atleast until slab is initialized (2013-03-26 22:06:20 -0700)

----------------------------------------------------------------
A clock regression fix that happened with the common clock
conversion, and few USB regression fixes.

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: OMAP1: fix USB host on 1710

Grazvydas Ignotas (1):
      ARM: OMAP3: hwmod data: keep MIDLEMODE in force-standby for musb

Jon Hunter (1):
      ARM: OMAP4: clock data: lock USB DPLL on boot

Paul Walmsley (1):
      ARM: OMAP4: PM: fix PM regression introduced by recent clock cleanup

Rajendra Nayak (1):
      ARM: OMAP: clocks: Delay clk inits atleast until slab is initialized

Tony Lindgren (1):
      Merge tag 'omap-fixes-a-for-3.9-rc' of git://git.kernel.org/.../pjw/omap-pending into omap-for-v3.9-rc3/fixes

 arch/arm/mach-omap1/clock_data.c           | 12 +-----------
 arch/arm/mach-omap2/cclock44xx_data.c      | 20 ++++++++++++++++++++
 arch/arm/mach-omap2/common.h               |  3 +++
 arch/arm/mach-omap2/io.c                   | 18 ++++++++++++------
 arch/arm/mach-omap2/omap_hwmod.c           |  7 +++++--
 arch/arm/mach-omap2/omap_hwmod.h           |  9 +++++++--
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |  7 ++++++-
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  6 ++++++
 arch/arm/mach-omap2/timer.c                |  4 ++++
 9 files changed, 64 insertions(+), 22 deletions(-)

Comments

Arnd Bergmann March 27, 2013, 7:05 p.m. UTC | #1
On Wednesday 27 March 2013, Tony Lindgren wrote:
> The following changes since commit a937536b868b8369b98967929045f1df54234323:
> 
>   Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9-rc3/fixes-signed
> 

Pulled into the fixes branch, thanks!

I guess our next fixes pull request will be much larger than the
previous one now. There is also one coming up for ux500, so we
have at least 10 patches.

	Arnd
Tony Lindgren March 27, 2013, 7:38 p.m. UTC | #2
* Arnd Bergmann <arnd@arndb.de> [130327 12:10]:
> On Wednesday 27 March 2013, Tony Lindgren wrote:
> > The following changes since commit a937536b868b8369b98967929045f1df54234323:
> > 
> >   Linux 3.9-rc3 (2013-03-17 15:59:32 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9-rc3/fixes-signed
> > 
> 
> Pulled into the fixes branch, thanks!
> 
> I guess our next fixes pull request will be much larger than the
> previous one now. There is also one coming up for ux500, so we
> have at least 10 patches.

Yes sorry I had the others ready to go earlier, but the
clock fix too some extra time to get acks. I probably should
have sent the others last week while waiting for the acks.

Regards,

Tony