All of lore.kernel.org
 help / color / mirror / Atom feed
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: SoC: Two more fixes for 4.5
Date: Fri, 11 Mar 2016 11:54:59 -0800	[thread overview]
Message-ID: <20160311195459.GA24769@localhost> (raw)

Hi Linus,

The following changes since commit f3c87e99f401a0ff0ef941346ec6e790f0fd526e:

  Merge tag 'renesas-dt-fixes2-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes (2016-03-02 23:24:33 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes

for you to fetch changes up to d7d5a43c0d16760f25d892bf9329848167a8b8a4:

  ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window (2016-03-11 11:49:55 -0800)

----------------------------------------------------------------
ARM: SoC fixes

Two more fixes for 4.5:

 - One is a fix for OMAP that is urgently needed to avoid DRA7xx chips from
   premature aging, by always keeping the Ethernet clock enabled.

 - The other solves a I/O memory layout issue on Armada, where SROM and PCI
   memory windows were conflicting in some configurations.

----------------------------------------------------------------
Lokesh Vutla (1):
      ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property

Mugunthan V N (1):
      ARM: dts: dra7: do not gate cpsw clock due to errata i877

Olof Johansson (1):
      Merge tag 'for-v4.5-rc/omap-critical-fixes-a' of git://git.kernel.org/.../pjw/omap-pending into fixes

Thomas Petazzoni (1):
      ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window

 Documentation/devicetree/bindings/arm/omap/omap.txt |  1 +
 arch/arm/boot/dts/armada-xp-axpwifiap.dts           |  4 ++--
 arch/arm/boot/dts/armada-xp-db.dts                  |  4 ++--
 arch/arm/boot/dts/armada-xp-gp.dts                  |  4 ++--
 arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts     |  4 ++--
 arch/arm/boot/dts/armada-xp-linksys-mamba.dts       |  4 ++--
 arch/arm/boot/dts/armada-xp-matrix.dts              |  4 ++--
 arch/arm/boot/dts/armada-xp-netgear-rn2120.dts      |  4 ++--
 arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts    |  6 +++---
 arch/arm/boot/dts/armada-xp-synology-ds414.dts      |  4 ++--
 arch/arm/boot/dts/dra7.dtsi                         | 10 ++++++++++
 arch/arm/mach-omap2/omap_hwmod.c                    |  9 ++++++++-
 arch/arm/mach-omap2/omap_hwmod.h                    |  3 +++
 13 files changed, 41 insertions(+), 20 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: olof@lixom.net, arm@kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] ARM: SoC: Two more fixes for 4.5
Date: Fri, 11 Mar 2016 11:54:59 -0800	[thread overview]
Message-ID: <20160311195459.GA24769@localhost> (raw)

Hi Linus,

The following changes since commit f3c87e99f401a0ff0ef941346ec6e790f0fd526e:

  Merge tag 'renesas-dt-fixes2-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes (2016-03-02 23:24:33 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git tags/armsoc-fixes

for you to fetch changes up to d7d5a43c0d16760f25d892bf9329848167a8b8a4:

  ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window (2016-03-11 11:49:55 -0800)

----------------------------------------------------------------
ARM: SoC fixes

Two more fixes for 4.5:

 - One is a fix for OMAP that is urgently needed to avoid DRA7xx chips from
   premature aging, by always keeping the Ethernet clock enabled.

 - The other solves a I/O memory layout issue on Armada, where SROM and PCI
   memory windows were conflicting in some configurations.

----------------------------------------------------------------
Lokesh Vutla (1):
      ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property

Mugunthan V N (1):
      ARM: dts: dra7: do not gate cpsw clock due to errata i877

Olof Johansson (1):
      Merge tag 'for-v4.5-rc/omap-critical-fixes-a' of git://git.kernel.org/.../pjw/omap-pending into fixes

Thomas Petazzoni (1):
      ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window

 Documentation/devicetree/bindings/arm/omap/omap.txt |  1 +
 arch/arm/boot/dts/armada-xp-axpwifiap.dts           |  4 ++--
 arch/arm/boot/dts/armada-xp-db.dts                  |  4 ++--
 arch/arm/boot/dts/armada-xp-gp.dts                  |  4 ++--
 arch/arm/boot/dts/armada-xp-lenovo-ix4-300d.dts     |  4 ++--
 arch/arm/boot/dts/armada-xp-linksys-mamba.dts       |  4 ++--
 arch/arm/boot/dts/armada-xp-matrix.dts              |  4 ++--
 arch/arm/boot/dts/armada-xp-netgear-rn2120.dts      |  4 ++--
 arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts    |  6 +++---
 arch/arm/boot/dts/armada-xp-synology-ds414.dts      |  4 ++--
 arch/arm/boot/dts/dra7.dtsi                         | 10 ++++++++++
 arch/arm/mach-omap2/omap_hwmod.c                    |  9 ++++++++-
 arch/arm/mach-omap2/omap_hwmod.h                    |  3 +++
 13 files changed, 41 insertions(+), 20 deletions(-)

             reply	other threads:[~2016-03-11 19:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-11 19:54 Olof Johansson [this message]
2016-03-11 19:54 ` [GIT PULL] ARM: SoC: Two more fixes for 4.5 Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160311195459.GA24769@localhost \
    --to=olof@lixom.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.