Message ID | 20210811183133.186721-4-jonathan.lemon@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | [net-next,1/3] ptp: ocp: Fix uninitialized variable warning spotted by clang. | expand |
diff --git a/MAINTAINERS b/MAINTAINERS index 41fcfdb24a81..01632d3ca1f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13890,6 +13890,12 @@ F: Documentation/devicetree/ F: arch/*/boot/dts/ F: include/dt-bindings/ +OPENCOMPUTE PTP CLOCK DRIVER +M: Jonathan Lemon <jonathan.lemon@gmail.com> +L: netdev@vger.kernel.org +S: Maintained +F: drivers/ptp/ptp_ocp.c + OPENCORES I2C BUS DRIVER M: Peter Korsgaard <peter@korsgaard.com> M: Andrew Lunn <andrew@lunn.ch>
Add maintainer info for the OpenCompute PTP driver. Signed-off-by: Jonathan Lemon <jonathan.lemon@gmail.com> --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+)