All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM64: dts: marvell: armada37xx: DT fixes and enablements
@ 2017-07-01 14:16 Marc Zyngier
  2017-07-01 14:16 ` [PATCH 1/5] ARM64: dts: marvell: armada37xx: Fix timer interrupt specifiers Marc Zyngier
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Marc Zyngier @ 2017-07-01 14:16 UTC (permalink / raw)
  To: linux-arm-kernel

I finally got a chance to spend some time with an Armada-3720-based
Espressobin, and immediately faced a number of issues which would make
the system of limited use for me. Fortunately, these are pretty easy
to fix:

- The first patch (already posted a couple of weeks ago, and included
  here for completeness) fixes what is probably a copy-paste issue
  between GICv2 and GICv3-based platforms, where a cpu-mask is wrongly
  applied to PPIs.

- The following two patches add missing properties that are required
  for enabling virtualisation support (GIC maintenance interrupt, MMIO
  regions for GICv2 guest compatibility). KVM now runs correctly on
  this HW.

- The following patch exposes the CPUs' PMUv3, making perf work. Hey,
  for once it is wired correctly, without anything funky breaking the
  interrupt routing! Let's not miss this once in a lifetime
  opportunity!

- The last patch enables the USB2 interface on the Espressobin. OK,
  not very useful, but since it works...

This has been tested on -next as of this yesterday.

	M.

Marc Zyngier (5):
  ARM64: dts: marvell: armada37xx: Fix timer interrupt specifiers
  ARM64: dts: marvell: armada37xx: Fix GIC maintenance interrupt
  ARM64: dts: marvell: armada37xx: Enable memory-mapped GIC CPU
    interface
  ARM64: dts: marvell: armada37xx: Wire PMUv3
  ARM64: dts: marvell: armada37xx: Enable USB2 on espressobin

 .../boot/dts/marvell/armada-3720-espressobin.dts   |  5 +++++
 arch/arm64/boot/dts/marvell/armada-37xx.dtsi       | 23 +++++++++++++---------
 2 files changed, 19 insertions(+), 9 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-07-03 14:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-01 14:16 [PATCH 0/5] ARM64: dts: marvell: armada37xx: DT fixes and enablements Marc Zyngier
2017-07-01 14:16 ` [PATCH 1/5] ARM64: dts: marvell: armada37xx: Fix timer interrupt specifiers Marc Zyngier
2017-07-01 14:16 ` [PATCH 2/5] ARM64: dts: marvell: armada37xx: Fix GIC maintenance interrupt Marc Zyngier
2017-07-01 14:16 ` [PATCH 3/5] ARM64: dts: marvell: armada37xx: Enable memory-mapped GIC CPU interface Marc Zyngier
2017-07-01 14:16 ` [PATCH 4/5] ARM64: dts: marvell: armada37xx: Wire PMUv3 Marc Zyngier
2017-07-01 14:16 ` [PATCH 5/5] ARM64: dts: marvell: armada37xx: Enable USB2 on espressobin Marc Zyngier
2017-07-03 14:06 ` [PATCH 0/5] ARM64: dts: marvell: armada37xx: DT fixes and enablements Gregory CLEMENT

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.