]> git.baikalelectronics.ru Git - kernel.git/commit
bus: ARM CCN PMU driver
authorPawel Moll <pawel.moll@arm.com>
Tue, 22 Jul 2014 17:32:59 +0000 (18:32 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Jul 2014 20:14:43 +0000 (22:14 +0200)
commitab7b8ef492e195f7e2747494437b63abe103a381
treee7c432add19822871a057313264825c85e9cdf80
parent5ca44b080baa628f02481390bb5af9d6e7b64bfc
bus: ARM CCN PMU driver

Driver providing perf backend for ARM Cache Coherent Network
interconnect. Supports counting all hardware events and crosspoint
watchpoints.

Currently works with CCN-504 only, although there should be
no changes required for CCN-508 (just impossible to test it now).

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Documentation/arm/CCN.txt [new file with mode: 0644]
Documentation/devicetree/bindings/arm/ccn.txt [new file with mode: 0644]
drivers/bus/Kconfig
drivers/bus/Makefile
drivers/bus/arm-ccn.c [new file with mode: 0644]