mbox

[GIT,PULL] non-urgent omap fixes for v3.17 merge window

Message ID 20140724115140.GB29045@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.17/fixes-not-urgent-signed

Message

Tony Lindgren July 24, 2014, 11:51 a.m. UTC
The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1:

  Linux 3.16-rc4 (2014-07-06 12:37:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.17/fixes-not-urgent-signed

for you to fetch changes up to 00e4e5b5b0339bde4b0ecb23d7d7969a3bebd44d:

  Merge remote-tracking branch 'roger/for-v3.17/gpmc-omap' into omap-for-v3.17/fixes-not-urgent (2014-07-15 00:24:39 -0700)

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

Fixes for omaps that were not considered urgent enough for the
rc series. Mostly a fix for GPMC allocation and omap5 ABB
(Adaptive Body Bias).

----------------------------------------------------------------
Andrii.Tseglytskyi (1):
      ARM: dts: OMAP5: Add device nodes for ABB

Nicholas Krause (1):
      omap16xx: Removes fixme no longer needed in ocpi_enable()

Rickard Strandqvist (1):
      ARM: omap2+: usb-tusb6010.c: Cleaning up variable is set more than once

Rostislav Lisovy (1):
      ARM: omap2+: gpmc-nand: Use dynamic platform_device_alloc()

Tony Lindgren (1):
      Merge remote-tracking branch 'roger/for-v3.17/gpmc-omap' into omap-for-v3.17/fixes-not-urgent

 arch/arm/boot/dts/omap5.dtsi       | 60 +++++++++++++++++++++++++++++
 arch/arm/mach-omap1/ocpi.c         |  1 -
 arch/arm/mach-omap2/gpmc-nand.c    | 79 ++++++++++++++++++--------------------
 arch/arm/mach-omap2/usb-tusb6010.c |  1 -
 4 files changed, 97 insertions(+), 44 deletions(-)

Comments

Arnd Bergmann July 26, 2014, 9:36 a.m. UTC | #1
On Thursday 24 July 2014 04:51:41 Tony Lindgren wrote:
> The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1:
> 
>   Linux 3.16-rc4 (2014-07-06 12:37:51 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.17/fixes-not-urgent-signed
> 
> for you to fetch changes up to 00e4e5b5b0339bde4b0ecb23d7d7969a3bebd44d:
> 
>   Merge remote-tracking branch 'roger/for-v3.17/gpmc-omap' into omap-for-v3.17/fixes-not-urgent (2014-07-15 00:24:39 -0700)
> 
> ----------------------------------------------------------------
> 
> Fixes for omaps that were not considered urgent enough for the
> rc series. Mostly a fix for GPMC allocation and omap5 ABB
> (Adaptive Body Bias).
> 

Merged into next/fixes-non-critical, thanks!

	Arnd