Message ID | 20221122120209.25682-2-yangyicong@huawei.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/2] hwtracing: hisi_ptt: Only add the supported devices to the filters list | expand |
On Tue, 22 Nov 2022 20:02:09 +0800 Yicong Yang <yangyicong@huawei.com> wrote: > 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> > --- > MAINTAINERS | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2585e7edc335..de3d0a5d9cb0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9263,11 +9263,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>
diff --git a/MAINTAINERS b/MAINTAINERS index 2585e7edc335..de3d0a5d9cb0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9263,11 +9263,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>