From: robin.murphy@arm.com (Robin Murphy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] Arm interconnect PMU driver tidyup
Date: Thu, 15 Feb 2018 18:51:40 +0000 [thread overview]
Message-ID: <cover.1518717258.git.robin.murphy@arm.com> (raw)
Hi arm-soc folks,
PLease consider this series tidying up the Arm interconnect code
in drivers/bus to separate the PMU parts out into drivers/perf
where Will and Mark can handle future maintenance more easily.
FWIW, the patches are also available on a branch here:
git://linux-arm.org/linux-rm.git perf
Thanks,
Robin.
---
Since v1:
- Add acks.
- Extra patch to break the direct cci_ctrl_base dependency.
Robin Murphy (6):
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
perf/arm-cci: Untangle global cci_ctrl_base
.../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 | 1763 +-------------------
drivers/perf/Kconfig | 33 +
drivers/perf/Makefile | 2 +
drivers/{bus => perf}/arm-cci.c | 738 +-------
drivers/{bus => perf}/arm-ccn.c | 0
9 files changed, 117 insertions(+), 2457 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 (71%)
rename drivers/{bus => perf}/arm-ccn.c (100%)
--
2.16.1.dirty
next reply other threads:[~2018-02-15 18:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-15 18:51 Robin Murphy [this message]
2018-02-15 18:51 ` [PATCH v2 1/6] drivers/bus: Move Arm CCN PMU driver Robin Murphy
2018-02-15 18:51 ` [PATCH v2 2/6] drivers/bus: Split Arm CCI driver Robin Murphy
2018-02-15 18:51 ` [PATCH v2 3/6] perf/arm-cci: Simplify CPU hotplug Robin Murphy
2018-02-15 18:51 ` [PATCH v2 4/6] bus/arm-cci: Streamline devicetree handling a bit Robin Murphy
2018-02-15 18:51 ` [PATCH v2 5/6] perf/arm-cci: Clean up model discovery Robin Murphy
2018-02-15 18:51 ` [PATCH v2 6/6] perf/arm-cci: Untangle global cci_ctrl_base Robin Murphy
2018-03-06 16:38 ` [PATCH v2 0/6] Arm interconnect PMU driver tidyup Arnd Bergmann
2018-03-06 16:52 ` Robin Murphy
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.1518717258.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.