All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robin Murphy <robin.murphy@arm.com>
To: will@kernel.org
Cc: mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, suzuki.poulose@arm.com,
	ilkka@os.amperecomputing.com, bwicaksono@nvidia.com,
	YWan@nvidia.com, rwiley@nvidia.com
Subject: [PATCH v3 0/5] perf/arm_cspmu: Add devicetree support
Date: Tue,  6 Feb 2024 10:27:53 +0000	[thread overview]
Message-ID: <cover.1706718007.git.robin.murphy@arm.com> (raw)

v2: https://lore.kernel.org/linux-arm-kernel/cover.1702571292.git.robin.murphy@arm.com/

Hi all,

Third time lucky... here's a hopefully-final spin to address the
functional issues Besar pointed out, and give a little final polish to
the binding (although I stand firm on teh point of a trivial example
not being valuable :))

Cheers,
Robin.


Robin Murphy (5):
  perf/arm_cspmu: Simplify initialisation
  perf/arm_cspmu: Simplify attribute groups
  perf/arm_cspmu: Simplify counter reset
  dt-bindings/perf: Add Arm CoreSight PMU
  perf/arm_cspmu: Add devicetree support

 .../bindings/perf/arm,coresight-pmu.yaml      |  39 +++++
 drivers/perf/arm_cspmu/arm_cspmu.c            | 153 ++++++++++--------
 drivers/perf/arm_cspmu/arm_cspmu.h            |   1 +
 drivers/perf/arm_cspmu/nvidia_cspmu.c         |   6 -
 4 files changed, 126 insertions(+), 73 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/perf/arm,coresight-pmu.yaml

-- 
2.39.2.101.g768bb238c484.dirty


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Robin Murphy <robin.murphy@arm.com>
To: will@kernel.org
Cc: mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org, suzuki.poulose@arm.com,
	ilkka@os.amperecomputing.com, bwicaksono@nvidia.com,
	YWan@nvidia.com, rwiley@nvidia.com
Subject: [PATCH v3 0/5] perf/arm_cspmu: Add devicetree support
Date: Tue,  6 Feb 2024 10:27:53 +0000	[thread overview]
Message-ID: <cover.1706718007.git.robin.murphy@arm.com> (raw)

v2: https://lore.kernel.org/linux-arm-kernel/cover.1702571292.git.robin.murphy@arm.com/

Hi all,

Third time lucky... here's a hopefully-final spin to address the
functional issues Besar pointed out, and give a little final polish to
the binding (although I stand firm on teh point of a trivial example
not being valuable :))

Cheers,
Robin.


Robin Murphy (5):
  perf/arm_cspmu: Simplify initialisation
  perf/arm_cspmu: Simplify attribute groups
  perf/arm_cspmu: Simplify counter reset
  dt-bindings/perf: Add Arm CoreSight PMU
  perf/arm_cspmu: Add devicetree support

 .../bindings/perf/arm,coresight-pmu.yaml      |  39 +++++
 drivers/perf/arm_cspmu/arm_cspmu.c            | 153 ++++++++++--------
 drivers/perf/arm_cspmu/arm_cspmu.h            |   1 +
 drivers/perf/arm_cspmu/nvidia_cspmu.c         |   6 -
 4 files changed, 126 insertions(+), 73 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/perf/arm,coresight-pmu.yaml

-- 
2.39.2.101.g768bb238c484.dirty


             reply	other threads:[~2024-02-06 11:30 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06 10:27 Robin Murphy [this message]
2024-02-06 10:27 ` [PATCH v3 0/5] perf/arm_cspmu: Add devicetree support Robin Murphy
2024-02-06 10:27 ` [PATCH v3 1/5] perf/arm_cspmu: Simplify initialisation Robin Murphy
2024-02-06 10:27   ` Robin Murphy
2024-02-06 10:27 ` [PATCH v3 2/5] perf/arm_cspmu: Simplify attribute groups Robin Murphy
2024-02-06 10:27   ` Robin Murphy
2024-02-06 10:27 ` [PATCH v3 3/5] perf/arm_cspmu: Simplify counter reset Robin Murphy
2024-02-06 10:27   ` Robin Murphy
2024-02-06 10:27 ` [PATCH v3 4/5] dt-bindings/perf: Add Arm CoreSight PMU Robin Murphy
2024-02-06 10:27   ` Robin Murphy
2024-02-06 10:27 ` [PATCH v3 5/5] perf/arm_cspmu: Add devicetree support Robin Murphy
2024-02-06 10:27   ` Robin Murphy
2024-02-07 20:08   ` Besar Wicaksono
2024-02-07 20:08     ` Besar Wicaksono
2024-02-06 11:12 ` [PATCH v3 0/5] " Suzuki K Poulose
2024-02-06 11:12   ` Suzuki K Poulose
2024-02-09 18:31 ` Will Deacon
2024-02-09 18:31   ` Will Deacon

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=cover.1706718007.git.robin.murphy@arm.com \
    --to=robin.murphy@arm.com \
    --cc=YWan@nvidia.com \
    --cc=bwicaksono@nvidia.com \
    --cc=devicetree@vger.kernel.org \
    --cc=ilkka@os.amperecomputing.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=mark.rutland@arm.com \
    --cc=rwiley@nvidia.com \
    --cc=suzuki.poulose@arm.com \
    --cc=will@kernel.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.