All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Arm interconnect PMU driver tidyup
@ 2018-02-15 18:51 Robin Murphy
  2018-02-15 18:51 ` [PATCH v2 1/6] drivers/bus: Move Arm CCN PMU driver Robin Murphy
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Robin Murphy @ 2018-02-15 18:51 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

end of thread, other threads:[~2018-03-06 16:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 18:51 [PATCH v2 0/6] Arm interconnect PMU driver tidyup Robin Murphy
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

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.