diff options
| author | 2025-08-21 19:01:52 +0800 | |
|---|---|---|
| committer | 2025-09-18 13:45:05 +0100 | |
| commit | 2c599c68c43e65fa333b222effbeab61cbd35df5 (patch) | |
| tree | 265bd58099212330481853e433e64a60ae6b33d8 | |
| parent | perf: imx_perf: add support for i.MX94 platform (diff) | |
| download | wireguard-linux-2c599c68c43e65fa333b222effbeab61cbd35df5.tar.xz wireguard-linux-2c599c68c43e65fa333b222effbeab61cbd35df5.zip | |
MAINTAINERS: include fsl_imx9_ddr_perf.c and some perf metric files
The fsl_imx9_ddr_perf.c and some perf metric files under
tools/perf/pmu-events/arch/arm64/freescale/ is missing in MAINTAINERS.
Add them and add me as another maintainer.
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Signed-off-by: Will Deacon <will@kernel.org>
| -rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fe168477caa4..3815a2c4b3a8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9744,11 +9744,14 @@ F: drivers/video/fbdev/imxfb.c FREESCALE IMX DDR PMU DRIVER M: Frank Li <Frank.li@nxp.com> +M: Xu Yang <xu.yang_2@nxp.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: Documentation/admin-guide/perf/imx-ddr.rst F: Documentation/devicetree/bindings/perf/fsl-imx-ddr.yaml F: drivers/perf/fsl_imx8_ddr_perf.c +F: drivers/perf/fsl_imx9_ddr_perf.c +F: tools/perf/pmu-events/arch/arm64/freescale/ FREESCALE IMX I2C DRIVER M: Oleksij Rempel <o.rempel@pengutronix.de> |
