mbox

[GIT,PULL] omap fixes for v3.10-rc1

Message ID 20130517192515.GC5600@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.10-rc1/fixes

Message

Tony Lindgren May 17, 2013, 7:25 p.m. UTC
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

  Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.10-rc1/fixes

for you to fetch changes up to a6d25f4c951b8b28f2eaec6f891ff834622532f2:

  ARM: AM33XX: Add missing .clkdm_name to clkdiv32k_ick clock (2013-05-17 10:07:45 -0700)

----------------------------------------------------------------
Fixes for omaps:

- a section mismatch fix for hwmod
- boot fix for omap2plus_defconfig for omap2
- musb interrupt fix when using device tree
- am33xx clock fix that I missed earlier somehow
- omap1 dma return code error fix

----------------------------------------------------------------
Paul Walmsley (1):
      ARM: OMAP2+: Add missing CONFIG_ARCH_MULTI_V6=y to omap2plus_defconfig

Tony Lindgren (1):
      ARM: dts: Fix musb interrupt for device tree booting

Vaibhav Hiremath (1):
      ARM: AM33XX: Add missing .clkdm_name to clkdiv32k_ick clock

Wei Yongjun (1):
      ARM: OMAP: fix error return code in omap1_system_dma_init()

jean-philippe francois (1):
      ARM: OMAP: fix __init section mismatch for _enable_preprogram

 arch/arm/boot/dts/omap3.dtsi          |  2 +-
 arch/arm/configs/omap2plus_defconfig  |  1 +
 arch/arm/mach-omap1/dma.c             |  1 +
 arch/arm/mach-omap2/cclock33xx_data.c | 26 +++++++++++++++++++++++---
 arch/arm/mach-omap2/omap_hwmod.c      |  2 +-
 5 files changed, 27 insertions(+), 5 deletions(-)

Comments

Olof Johansson May 21, 2013, 6:37 a.m. UTC | #1
On Fri, May 17, 2013 at 12:25:16PM -0700, Tony Lindgren wrote:
> The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
> 
>   Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.10-rc1/fixes

Well, it's for -rc3 now but it can never have been for -rc1 since that's
what the branch is base on. :-)


IOW: Pulled, thanks!


-Olof
Tony Lindgren May 21, 2013, 2:34 p.m. UTC | #2
* Olof Johansson <olof@lixom.net> [130520 23:43]:
> On Fri, May 17, 2013 at 12:25:16PM -0700, Tony Lindgren wrote:
> > The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:
> > 
> >   Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.10-rc1/fixes
> 
> Well, it's for -rc3 now but it can never have been for -rc1 since that's
> what the branch is base on. :-)

Heh OK I'll change the naming in the future to be "patches against v3.10-rc1"
then.

Using some future tag name that does not yet exist may never happen either :)
 
> IOW: Pulled, thanks!

Regards,

Tony