mbox

[GIT,PULL] omap fixes for v4.3 merge window

Message ID 20150903004113.GX10928@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/fixes-merge-window

Message

Tony Lindgren Sept. 3, 2015, 12:41 a.m. UTC
The following changes since commit 2faf962d90ca4c5ee7ba026b7351b1f74500bcdf:

  Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2015-09-01 13:17:43 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/fixes-merge-window

for you to fetch changes up to 21b430d23d233c67e6589ea5054d18392e15a28e:

  ARM: omap2plus_defconfig: Enable MUSB DMA support (2015-09-01 13:59:25 -0700)

----------------------------------------------------------------
Few omap bug fixes that have come up recently:

- Fix deferred probe with omap_device idling unused devices

- Fix booting if no timer parent can be set

- Fix always true warning for vc register check

And also two minor changes not strictly fixes:

- Add SoC detection for dra752

- Enable omap related MUSB DMA engines as we can now
  build them all in finally

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

Frans Klaver (1):
      ARM: OMAP3: vc: fix 'or' always true warning

Grygorii Strashko (1):
      ARM: OMAP2+: omap-device: fix race deferred probe of omap_hsmmc vs omap_device_late_init

Tony Lindgren (2):
      ARM: OMAP2+: Fix booting if no timer parent clock is available
      ARM: omap2plus_defconfig: Enable MUSB DMA support

Vishal Mahaveer (1):
      ARM: DRA752: Add ID detect for ES2.0

 arch/arm/configs/omap2plus_defconfig | 2 ++
 arch/arm/mach-omap2/id.c             | 8 ++++++--
 arch/arm/mach-omap2/omap_device.c    | 3 ++-
 arch/arm/mach-omap2/soc.h            | 2 ++
 arch/arm/mach-omap2/timer.c          | 8 ++------
 arch/arm/mach-omap2/vc.c             | 2 +-
 6 files changed, 15 insertions(+), 10 deletions(-)

Comments

Kevin Hilman Sept. 9, 2015, 10:53 p.m. UTC | #1
Tony Lindgren <tony@atomide.com> writes:

> The following changes since commit 2faf962d90ca4c5ee7ba026b7351b1f74500bcdf:
>
>   Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2015-09-01 13:17:43 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.3/fixes-merge-window
>
> for you to fetch changes up to 21b430d23d233c67e6589ea5054d18392e15a28e:
>
>   ARM: omap2plus_defconfig: Enable MUSB DMA support (2015-09-01 13:59:25 -0700)
>
> ----------------------------------------------------------------
> Few omap bug fixes that have come up recently:
>
> - Fix deferred probe with omap_device idling unused devices
>
> - Fix booting if no timer parent can be set
>
> - Fix always true warning for vc register check
>
> And also two minor changes not strictly fixes:
>
> - Add SoC detection for dra752
>
> - Enable omap related MUSB DMA engines as we can now
>   build them all in finally
>
> ----------------------------------------------------------------

Queuing this into fixes branch for v4.3-rc2.

Thanks,

Kevin