Message ID | a2484b4fe02e38d86f99f234c94c5497feadfb5b.1713972897.git.robin.murphy@arm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | perf: Add Arm Network-on-Chip PMU driver | expand |
On Thu, 25 Apr 2024, Robin Murphy wrote: > Whatever I may or may not have hoped for, looking after these drivers > seems to have firmly stuck as one of the responsibilities of the job Arm > pays me for, and I would still like to be aware of any other patches, so > make it official. Thanks! I completely forgot to suggest this after I realized get_maintainer script didn't return your name for arm-cmn patches. Cheers, Ilkka > > CC: Ilkka Koskinen <ilkka@os.amperecomputing.com> > CC: Jing Zhang <renyu.zj@linux.alibaba.com> > Signed-off-by: Robin Murphy <robin.murphy@arm.com> > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index aea47e04c3a5..541448195df3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1668,6 +1668,16 @@ F: drivers/mtd/maps/physmap-versatile.* > F: drivers/power/reset/arm-versatile-reboot.c > F: drivers/soc/versatile/ > > +ARM INTERCONNECT PMU DRIVERS > +M: Robin Murphy <robin.murphy@arm.com> > +S: Supported > +F: Documentation/admin-guide/perf/arm-cmn.rst > +F: Documentation/devicetree/bindings/perf/arm,cmn.yaml > +F: Documentation/devicetree/bindings/perf/arm,ni.yaml > +F: drivers/perf/arm-cmn.c > +F: drivers/perf/arm-ni.c > +F: tools/perf/pmu-events/arch/arm64/arm/cmn/ > + > ARM KOMEDA DRM-KMS DRIVER > M: Liviu Dudau <liviu.dudau@arm.com> > S: Supported > -- > 2.39.2.101.g768bb238c484.dirty > >
diff --git a/MAINTAINERS b/MAINTAINERS index aea47e04c3a5..541448195df3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1668,6 +1668,16 @@ F: drivers/mtd/maps/physmap-versatile.* F: drivers/power/reset/arm-versatile-reboot.c F: drivers/soc/versatile/ +ARM INTERCONNECT PMU DRIVERS +M: Robin Murphy <robin.murphy@arm.com> +S: Supported +F: Documentation/admin-guide/perf/arm-cmn.rst +F: Documentation/devicetree/bindings/perf/arm,cmn.yaml +F: Documentation/devicetree/bindings/perf/arm,ni.yaml +F: drivers/perf/arm-cmn.c +F: drivers/perf/arm-ni.c +F: tools/perf/pmu-events/arch/arm64/arm/cmn/ + ARM KOMEDA DRM-KMS DRIVER M: Liviu Dudau <liviu.dudau@arm.com> S: Supported
Whatever I may or may not have hoped for, looking after these drivers seems to have firmly stuck as one of the responsibilities of the job Arm pays me for, and I would still like to be aware of any other patches, so make it official. CC: Ilkka Koskinen <ilkka@os.amperecomputing.com> CC: Jing Zhang <renyu.zj@linux.alibaba.com> Signed-off-by: Robin Murphy <robin.murphy@arm.com> --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+)