Message ID | 20220308084930.5142-9-yangyicong@hisilicon.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add support for HiSilicon PCIe Tune and Trace device | expand |
On Tue, 8 Mar 2022 16:49:30 +0800 Yicong Yang <yangyicong@hisilicon.com> wrote: > Add maintainer for driver and documentation of HiSilicon PTT device. > > Signed-off-by: Yicong Yang <yangyicong@hisilicon.com> FWIW Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> I've left the perf tool and iommu patches without tags from me as I don't have the background to do a thorough review. Thanks, Jonathan > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ea3e6c914384..237c618a74d5 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8689,6 +8689,13 @@ F: Documentation/admin-guide/perf/hisi-pcie-pmu.rst > F: Documentation/admin-guide/perf/hisi-pmu.rst > F: drivers/perf/hisilicon > > +HISILICON PTT DRIVER > +M: Yicong Yang <yangyicong@hisilicon.com> > +L: linux-kernel@vger.kernel.org > +S: Maintained > +F: Documentation/trace/hisi-ptt.rst > +F: drivers/hwtracing/ptt/ > + > HISILICON QM AND ZIP Controller DRIVER > M: Zhou Wang <wangzhou1@hisilicon.com> > L: linux-crypto@vger.kernel.org
On 2022/3/8 18:32, Jonathan Cameron wrote: > On Tue, 8 Mar 2022 16:49:30 +0800 > Yicong Yang <yangyicong@hisilicon.com> wrote: > >> Add maintainer for driver and documentation of HiSilicon PTT device. >> >> Signed-off-by: Yicong Yang <yangyicong@hisilicon.com> > FWIW > Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> > > I've left the perf tool and iommu patches without tags from me > as I don't have the background to do a thorough review. > > Thanks, > > Jonathan > Thanks for the comments and for the help to improve this driver! Regards, Yicong
diff --git a/MAINTAINERS b/MAINTAINERS index ea3e6c914384..237c618a74d5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8689,6 +8689,13 @@ F: Documentation/admin-guide/perf/hisi-pcie-pmu.rst F: Documentation/admin-guide/perf/hisi-pmu.rst F: drivers/perf/hisilicon +HISILICON PTT DRIVER +M: Yicong Yang <yangyicong@hisilicon.com> +L: linux-kernel@vger.kernel.org +S: Maintained +F: Documentation/trace/hisi-ptt.rst +F: drivers/hwtracing/ptt/ + HISILICON QM AND ZIP Controller DRIVER M: Zhou Wang <wangzhou1@hisilicon.com> L: linux-crypto@vger.kernel.org
Add maintainer for driver and documentation of HiSilicon PTT device. Signed-off-by: Yicong Yang <yangyicong@hisilicon.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)