diff mbox series

[v2,2/2] MAINTAINERS: Update the entries for HiSilicon PTT device driver

Message ID 20230110130833.53474-2-yangyicong@huawei.com (mailing list archive)
State Superseded
Headers show
Series [v2,1/2] hwtracing: hisi_ptt: Only add the supported devices to the filters list | expand

Commit Message

Yicong Yang Jan. 10, 2023, 1:08 p.m. UTC
From: Yicong Yang <yangyicong@hisilicon.com>

Add missing entries for the perf userspace part of this driver.
Also add Jonathan as the maintainer for his expertise on this
driver and PCIe stuffs.

Signed-off-by: Yicong Yang <yangyicong@hisilicon.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
---
Change since v1:
- Add tag from Jonathan
Link: https://lore.kernel.org/linux-pci/20221122120209.25682-2-yangyicong@huawei.com/

 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index a36df9ed283d..0cfd358da378 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9375,11 +9375,15 @@  F:	drivers/perf/hisilicon/hns3_pmu.c
 
 HISILICON PTT DRIVER
 M:	Yicong Yang <yangyicong@hisilicon.com>
+M:	Jonathan Cameron <jonathan.cameron@huawei.com>
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 F:	Documentation/ABI/testing/sysfs-devices-hisi_ptt
 F:	Documentation/trace/hisi-ptt.rst
 F:	drivers/hwtracing/ptt/
+F:	tools/perf/arch/arm64/util/hisi-ptt.c
+F:	tools/perf/util/hisi-ptt*
+F:	tools/perf/util/hisi-ptt-decoder/*
 
 HISILICON QM DRIVER
 M:	Weili Qian <qianweili@huawei.com>