Let's make sure I'll notice when there are patches for the NTXEC drivers. Signed-off-by: Jonathan Neuschäfer <[email protected]> --- v4: - No changes
v3: - https://lore.kernel.org/lkml/[email protected]/ - Remove pwm and rtc bindings v2: - https://lore.kernel.org/lkml/[email protected]/ - No changes --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index e451dcce054f0..ea4a6c7cfb8dd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12100,6 +12100,15 @@ F: include/net/netrom.h F: include/uapi/linux/netrom.h F: net/netrom/ +NETRONIX EMBEDDED CONTROLLER +M: Jonathan Neuschäfer <[email protected]> +S: Maintained +F: Documentation/devicetree/bindings/mfd/netronix,ntxec.yaml +F: drivers/mfd/ntxec.c +F: drivers/pwm/pwm-ntxec.c +F: drivers/rtc/rtc-ntxec.c +F: include/linux/mfd/ntxec.h + NETRONOME ETHERNET DRIVERS M: Simon Horman <[email protected]> R: Jakub Kicinski <[email protected]> -- 2.29.2

