From: robin.murphy@arm.com (Robin Murphy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] Arm interconnect PMU driver tidyup
Date: Mon, 5 Feb 2018 18:39:41 +0000 [thread overview]
Message-ID: <cover.1517855839.git.robin.murphy@arm.com> (raw)
Since system PMUs now have a proper home in drivers/perf/, let's
collect together the Arm interconnect PMU drivers currently squatting
in drivers/bus/. Whilst elbow-deep in the CCI driver I spotted some
further opportunity for cleanup, so a few bonus patches are included
at the end.
Robin.
Robin Murphy (5):
drivers/bus: Move Arm CCN PMU driver
drivers/bus: Split Arm CCI driver
perf/arm-cci: Simplify CPU hotplug
bus/arm-cci: Streamline devicetree handling a bit
perf/arm-cci: Clean up model discovery
.../bindings/{arm/ccn.txt => perf/arm-ccn.txt} | 0
Documentation/{arm/CCN.txt => perf/arm-ccn.txt} | 0
drivers/bus/Kconfig | 36 -
drivers/bus/Makefile | 2 -
drivers/bus/arm-cci.c | 1751 +-------------------
drivers/perf/Kconfig | 33 +
drivers/perf/Makefile | 2 +
drivers/{bus => perf}/arm-cci.c | 699 +-------
drivers/{bus => perf}/arm-ccn.c | 0
9 files changed, 86 insertions(+), 2437 deletions(-)
rename Documentation/devicetree/bindings/{arm/ccn.txt => perf/arm-ccn.txt} (100%)
rename Documentation/{arm/CCN.txt => perf/arm-ccn.txt} (100%)
copy drivers/{bus => perf}/arm-cci.c (72%)
rename drivers/{bus => perf}/arm-ccn.c (100%)
--
2.16.1.dirty
next reply other threads:[~2018-02-05 18:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-05 18:39 Robin Murphy [this message]
2018-02-05 18:39 ` [PATCH 1/5] drivers/bus: Move Arm CCN PMU driver Robin Murphy
2018-02-05 18:39 ` [PATCH 2/5] drivers/bus: Split Arm CCI driver Robin Murphy
2018-02-07 12:22 ` Punit Agrawal
2018-02-07 13:07 ` Robin Murphy
2018-02-14 11:51 ` Will Deacon
2018-02-14 12:07 ` Robin Murphy
2018-02-14 14:28 ` Robin Murphy
2018-02-15 13:01 ` Will Deacon
2018-02-15 16:38 ` Robin Murphy
2018-02-05 18:39 ` [PATCH 3/5] perf/arm-cci: Simplify CPU hotplug Robin Murphy
2018-02-05 18:39 ` [PATCH 4/5] bus/arm-cci: Streamline devicetree handling a bit Robin Murphy
2018-02-05 18:39 ` [PATCH 5/5] perf/arm-cci: Clean up model discovery Robin Murphy
2018-02-15 13:00 ` [PATCH 0/5] Arm interconnect PMU driver tidyup 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.1517855839.git.robin.murphy@arm.com \
--to=robin.murphy@arm.com \
--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.