linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Fix PMU interrupt affinity for Juno*
@ 2015-03-06 11:54 Will Deacon
  2015-03-06 11:54 ` [PATCH v3 1/4] dt: pmu: extend ARM PMU binding to allow for explicit interrupt affinity Will Deacon
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Will Deacon @ 2015-03-06 11:54 UTC (permalink / raw)
  To: linux-arm-kernel

Hi all,

This is version three of the patches previously posted here:

  v1: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-February/322251.html
  v2: http://lists.infradead.org/pipermail/linux-arm-kernel/2015-February/326570.html

Changes since v2 include:

  - Split the binding docs out into a separate patch
  - Fixed failure path when we fail to find the logical CPU for an IRQ
  - Fixed of_node reference leak
  - Tidied up strings in error messages

Feedback welcome,

Will

--->8

Will Deacon (4):
  dt: pmu: extend ARM PMU binding to allow for explicit interrupt
    affinity
  ARM: pmu: add support for interrupt-affinity property
  arm64: pmu: add support for interrupt-affinity property
  arm64: dts: add interrupt-affinity property to pmu node for juno

 Documentation/devicetree/bindings/arm/pmu.txt |  7 +++
 arch/arm/include/asm/pmu.h                    |  1 +
 arch/arm/kernel/perf_event_cpu.c              | 69 ++++++++++++++++++++++++---
 arch/arm64/boot/dts/arm/juno.dts              | 14 ++++--
 arch/arm64/include/asm/pmu.h                  |  1 +
 arch/arm64/kernel/perf_event.c                | 57 ++++++++++++++++++++--
 6 files changed, 134 insertions(+), 15 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-03-29 21:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 11:54 [PATCH v3 0/4] Fix PMU interrupt affinity for Juno* Will Deacon
2015-03-06 11:54 ` [PATCH v3 1/4] dt: pmu: extend ARM PMU binding to allow for explicit interrupt affinity Will Deacon
2015-03-06 11:54 ` [PATCH v3 2/4] ARM: pmu: add support for interrupt-affinity property Will Deacon
2015-03-06 11:54 ` [PATCH v3 3/4] arm64: " Will Deacon
2015-03-06 11:54 ` [PATCH v3 4/4] arm64: dts: add interrupt-affinity property to pmu node for juno Will Deacon
2015-03-24 15:05   ` Will Deacon
2015-03-27 17:33     ` Will Deacon
2015-03-29 21:00       ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).