From: Robin Murphy <robin.murphy@arm.com>
To: will@kernel.org, mark.rutland@arm.com
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, jialong.yang@shingroup.cn
Subject: [PATCH 0/3] perf: Add Arm Network-on-Chip PMU driver
Date: Thu, 25 Apr 2024 13:29:51 +0100 [thread overview]
Message-ID: <cover.1713972897.git.robin.murphy@arm.com> (raw)
Hi all,
Somewhat later than hoped (sorry!), now that it's finally had the chance
for enough testing to flush out all the silly bugs, here's the NI-700
driver I've had kicking around in various forms for the last 18 months.
I squashed in NI-710AE support since that appeared in the meantime and
the differences are minimal, however I have not felt compelled to go
back and genericise all the original NI-700 references. I don't think
I'm giving too much away to say that there will be further new product
support to add in future, so I will be back with more soon enough.
Note that the driver patch depends on the the cpumask_any_and_but()
addition queued in arm64/for-next/perf.
Thanks,
Robin.
Robin Murphy (3):
dt-bindings/perf: Add Arm NI-700 PMU
perf: Add driver for Arm NI-700 interconnect PMU
MAINTAINERS: List Arm interconnect PMUs as supported
.../devicetree/bindings/perf/arm,ni.yaml | 30 +
MAINTAINERS | 10 +
drivers/perf/Kconfig | 7 +
drivers/perf/Makefile | 1 +
drivers/perf/arm-ni.c | 767 ++++++++++++++++++
5 files changed, 815 insertions(+)
create mode 100644 Documentation/devicetree/bindings/perf/arm,ni.yaml
create mode 100644 drivers/perf/arm-ni.c
--
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, mark.rutland@arm.com
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, jialong.yang@shingroup.cn
Subject: [PATCH 0/3] perf: Add Arm Network-on-Chip PMU driver
Date: Thu, 25 Apr 2024 13:29:51 +0100 [thread overview]
Message-ID: <cover.1713972897.git.robin.murphy@arm.com> (raw)
Hi all,
Somewhat later than hoped (sorry!), now that it's finally had the chance
for enough testing to flush out all the silly bugs, here's the NI-700
driver I've had kicking around in various forms for the last 18 months.
I squashed in NI-710AE support since that appeared in the meantime and
the differences are minimal, however I have not felt compelled to go
back and genericise all the original NI-700 references. I don't think
I'm giving too much away to say that there will be further new product
support to add in future, so I will be back with more soon enough.
Note that the driver patch depends on the the cpumask_any_and_but()
addition queued in arm64/for-next/perf.
Thanks,
Robin.
Robin Murphy (3):
dt-bindings/perf: Add Arm NI-700 PMU
perf: Add driver for Arm NI-700 interconnect PMU
MAINTAINERS: List Arm interconnect PMUs as supported
.../devicetree/bindings/perf/arm,ni.yaml | 30 +
MAINTAINERS | 10 +
drivers/perf/Kconfig | 7 +
drivers/perf/Makefile | 1 +
drivers/perf/arm-ni.c | 767 ++++++++++++++++++
5 files changed, 815 insertions(+)
create mode 100644 Documentation/devicetree/bindings/perf/arm,ni.yaml
create mode 100644 drivers/perf/arm-ni.c
--
2.39.2.101.g768bb238c484.dirty
next reply other threads:[~2024-04-25 12:30 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-25 12:29 Robin Murphy [this message]
2024-04-25 12:29 ` [PATCH 0/3] perf: Add Arm Network-on-Chip PMU driver Robin Murphy
2024-04-25 12:29 ` [PATCH 1/3] dt-bindings/perf: Add Arm NI-700 PMU Robin Murphy
2024-04-25 12:29 ` Robin Murphy
2024-04-25 12:34 ` Robin Murphy
2024-04-25 12:34 ` Robin Murphy
2024-04-25 12:29 ` [PATCH 2/3] perf: Add driver for Arm NI-700 interconnect PMU Robin Murphy
2024-04-25 12:29 ` Robin Murphy
2024-07-01 13:35 ` Will Deacon
2024-07-02 14:47 ` Robin Murphy
2024-04-25 12:29 ` [PATCH 3/3] MAINTAINERS: List Arm interconnect PMUs as supported Robin Murphy
2024-04-25 12:29 ` Robin Murphy
2024-04-29 6:49 ` Ilkka Koskinen
2024-04-29 6:49 ` Ilkka Koskinen
2024-07-01 13:36 ` [PATCH 0/3] perf: Add Arm Network-on-Chip PMU driver 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.1713972897.git.robin.murphy@arm.com \
--to=robin.murphy@arm.com \
--cc=jialong.yang@shingroup.cn \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@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.