diff options
author | Atish Patra <[email protected]> | 2022-02-18 16:47:00 -0800 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2022-03-21 15:01:47 -0700 |
commit | 33363c336516e4beb9dd7e8265b369ff96d07dcb (patch) | |
tree | 36479533710a3230d312a25a9175ad6109a68b8c | |
parent | 23b1f18326ec3f6966ac8851b20b6d3d22380520 (diff) |
MAINTAINERS: Add entry for RISC-V PMU drivers
Add myself and Anup as maintainer for RISC-V PMU drivers.
Signed-off-by: Atish Patra <[email protected]>
Signed-off-by: Atish Patra <[email protected]>
Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ea3e6c914384..6f2f7fea1e6d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16561,6 +16561,15 @@ S: Maintained F: drivers/mtd/nand/raw/r852.c F: drivers/mtd/nand/raw/r852.h +RISC-V PMU DRIVERS +M: Atish Patra <[email protected]> +R: Anup Patel <[email protected]> +S: Supported +F: drivers/perf/riscv_pmu.c +F: drivers/perf/riscv_pmu_legacy.c +F: drivers/perf/riscv_pmu_sbi.c + RISC-V ARCHITECTURE M: Paul Walmsley <[email protected]> M: Palmer Dabbelt <[email protected]> |