]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/bus: Move Arm CCN PMU driver
authorRobin Murphy <robin.murphy@arm.com>
Thu, 15 Feb 2018 18:51:41 +0000 (18:51 +0000)
committerArnd Bergmann <arnd@arndb.de>
Tue, 6 Mar 2018 16:26:15 +0000 (17:26 +0100)
commiteb23e3d97521b9d0b1dcea8471ea6a0a35f121aa
tree5d0a27771cb8a0f15028d7cc7d663c1dda9ceb4b
parent4b7f3cda724036ce118b56470a2e8d51c57d3136
drivers/bus: Move Arm CCN PMU driver

The arm-ccn driver is purely a perf driver for the CCN PMU, not a bus
driver in the sense of the other residents of drivers/bus/, so let's
move it to the appropriate place for SoC PMU drivers. Not to mention
moving the documentation accordingly as well.

Acked-by: Pawel Moll <pawel.moll@arm.com>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Documentation/arm/CCN.txt [deleted file]
Documentation/devicetree/bindings/arm/ccn.txt [deleted file]
Documentation/devicetree/bindings/perf/arm-ccn.txt [new file with mode: 0644]
Documentation/perf/arm-ccn.txt [new file with mode: 0644]
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/arm-ccn.c [deleted file]
drivers/perf/Kconfig
drivers/perf/Makefile
drivers/perf/arm-ccn.c [new file with mode: 0644]