Message ID | 20231115144007.478111-9-herve.codina@bootlin.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Add support for QMC HDLC, framer infrastructure and PEF2256 framer | expand |
diff --git a/MAINTAINERS b/MAINTAINERS index 97f51d5ec1cf..82d9afa8c083 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8524,6 +8524,13 @@ F: Documentation/devicetree/bindings/soc/fsl/cpm_qe/fsl,cpm1-scc-qmc.yaml F: drivers/soc/fsl/qe/qmc.c F: include/soc/fsl/qe/qmc.h +FREESCALE QUICC ENGINE QMC HDLC DRIVER +M: Herve Codina <herve.codina@bootlin.com> +L: netdev@vger.kernel.org +L: linuxppc-dev@lists.ozlabs.org +S: Maintained +F: drivers/net/wan/fsl_qmc_hdlc.c + FREESCALE QUICC ENGINE TSA DRIVER M: Herve Codina <herve.codina@bootlin.com> L: linuxppc-dev@lists.ozlabs.org
After contributing the driver, add myself as the maintainer for the Freescale QMC HDLC driver. Signed-off-by: Herve Codina <herve.codina@bootlin.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)