diff options
author | Will Deacon <[email protected]> | 2016-09-15 10:14:41 +0100 |
---|---|---|
committer | Will Deacon <[email protected]> | 2016-09-16 17:11:16 +0100 |
commit | 55d5c4ab06e0c984aa38eae391f654f59b7d24db (patch) | |
tree | f5556315f6ee5c2ec1504e4ad67edf2793760c18 | |
parent | 3e593f66754def77fa3433c595f941f1defe4af1 (diff) |
MAINTAINERS: Update ARM PMU PROFILING AND DEBUGGING entry
There are an increasing number of ARM SoC PMU drivers appearing for
things like interconnects, memory controllers and cache controllers.
Rather than have these handled on an ad-hoc basis, where SoC maintainers
each send their PMU drivers directly to arm-soc, let's take these into
drivers/perf/ and send a single pull request to arm-soc instead, much
like other subsystems.
This patch amends the ARM PMU MAINTAINERS entry to include all of
drivers/perf/ (currently just the ARM CPU PMU), changes Mark Rutland
from Reviewer to Maintainer, so that he can help with the new tree and
adds the device-tree binding to the list of maintained files.
Acked-by: Mark Rutland <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0bbe4b105c34..32bf8a3d69a8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -903,15 +903,17 @@ F: arch/arm/include/asm/floppy.h ARM PMU PROFILING AND DEBUGGING M: Will Deacon <[email protected]> -R: Mark Rutland <[email protected]> +M: Mark Rutland <[email protected]> S: Maintained +L: [email protected] (moderated for non-subscribers) F: arch/arm*/kernel/perf_* F: arch/arm/oprofile/common.c F: arch/arm*/kernel/hw_breakpoint.c F: arch/arm*/include/asm/hw_breakpoint.h F: arch/arm*/include/asm/perf_event.h -F: drivers/perf/arm_pmu.c +F: drivers/perf/* F: include/linux/perf/arm_pmu.h +F: Documentation/devicetree/bindings/arm/pmu.txt ARM PORT M: Russell King <[email protected]> |