diff options
author | Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> | 2025-08-24 13:57:29 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2025-09-16 15:24:48 +0100 |
commit | 32d4cedd24ed346edbe063323ed495d685e033df (patch) | |
tree | 06b2eeb75a771cad0f0c35e85fbcd9f5af23a30d | |
parent | 229c15e9a69cb3d6a303a9e20b10fb991b66895d (diff) |
MAINTAINERS: Add entry on MAX7360 driver
Add myself as maintainer of Maxim MAX7360 driver and device-tree bindings.
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Link: https://lore.kernel.org/r/20250824-mdb-max7360-support-v14-10-435cfda2b1ea@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
-rw-r--r-- | MAINTAINERS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fe168477caa4..2026f2e44dd0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15013,6 +15013,19 @@ L: linux-iio@vger.kernel.org S: Maintained F: drivers/iio/temperature/max30208.c +MAXIM MAX7360 KEYPAD LED MFD DRIVER +M: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> +S: Maintained +F: Documentation/devicetree/bindings/gpio/maxim,max7360-gpio.yaml +F: Documentation/devicetree/bindings/mfd/maxim,max7360.yaml +F: drivers/gpio/gpio-max7360.c +F: drivers/input/keyboard/max7360-keypad.c +F: drivers/input/misc/max7360-rotary.c +F: drivers/mfd/max7360.c +F: drivers/pinctrl/pinctrl-max7360.c +F: drivers/pwm/pwm-max7360.c +F: include/linux/mfd/max7360.h + MAXIM MAX77650 PMIC MFD DRIVER M: Bartosz Golaszewski <brgl@bgdev.pl> L: linux-kernel@vger.kernel.org |