Messages in this thread Patch in this message |  | | From | Jonathan Neuschäfer <> | Subject | [PATCH v4 6/7] MAINTAINERS: Add entry for Netronix embedded controller | Date | Sun, 22 Nov 2020 23:27:38 +0100 |
| |
Let's make sure I'll notice when there are patches for the NTXEC drivers.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> --- v4: - No changes
v3: - https://lore.kernel.org/lkml/20200924192455.2484005-7-j.neuschaefer@gmx.net/ - Remove pwm and rtc bindings
v2: - https://lore.kernel.org/lkml/20200905144503.1067124-2-j.neuschaefer@gmx.net/ - 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 <j.neuschaefer@gmx.net> +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 <simon.horman@netronome.com> R: Jakub Kicinski <kuba@kernel.org> -- 2.29.2
|  |