mbox

[GIT,PULL] omap regression fixes against v3.17-rc4

Message ID 20140911211018.GJ18849@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/fixes-v3.17-rc4

Message

Tony Lindgren Sept. 11, 2014, 9:10 p.m. UTC
The following changes since commit 2ce7598c9a453e0acd0e07be7be3f5eb39608ebd:

  Linux 3.17-rc4 (2014-09-07 16:09:43 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/fixes-v3.17-rc4

for you to fetch changes up to 41fc619dd5584d438d1eb673bd82a722d627ad85:

  bus: omap_l3_noc: Fix connID for OMAP4 (2014-09-11 10:43:39 -0700)

----------------------------------------------------------------
Few regression fixes for omaps for the -rc cycle:

- Fix for omap_l3_noc bus code
- Serial console fix for cm-t53
- NAND timings fix for dra7-evm

----------------------------------------------------------------
Dmitry Lifshitz (1):
      ARM: dts: cm-t54: fix serial console power supply.

Nishanth Menon (1):
      bus: omap_l3_noc: Fix connID for OMAP4

Roger Quadros (1):
      ARM: dts: dra7-evm: Fix NAND GPMC timings

 arch/arm/boot/dts/dra7-evm.dts     | 27 +++++++++-----------
 arch/arm/boot/dts/omap5-cm-t54.dts |  5 ++--
 drivers/bus/omap_l3_noc.h          | 50 +++++++++++++++++++-------------------
 3 files changed, 39 insertions(+), 43 deletions(-)

Comments

Olof Johansson Sept. 23, 2014, 4:55 a.m. UTC | #1
On Thu, Sep 11, 2014 at 02:10:18PM -0700, Tony Lindgren wrote:
> The following changes since commit 2ce7598c9a453e0acd0e07be7be3f5eb39608ebd:
> 
>   Linux 3.17-rc4 (2014-09-07 16:09:43 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/fixes-v3.17-rc4
> 
> for you to fetch changes up to 41fc619dd5584d438d1eb673bd82a722d627ad85:
> 
>   bus: omap_l3_noc: Fix connID for OMAP4 (2014-09-11 10:43:39 -0700)
> 
> ----------------------------------------------------------------
> Few regression fixes for omaps for the -rc cycle:
> 
> - Fix for omap_l3_noc bus code
> - Serial console fix for cm-t53
> - NAND timings fix for dra7-evm

Merged, thanks.


-Olof