diff options
| author | Quentin Schulz <[email protected]> | 2026-03-03 12:16:20 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-03-18 11:06:10 -0600 |
| commit | a5533e7417b7c7ab50bd7be8ff3f8224bb70461f (patch) | |
| tree | 169fb07004036ee6e7e4a784798c0e4f543d37af /MAINTAINERS | |
| parent | f473a453b0c03d0042b4422de1d822274d2e2d4e (diff) | |
MAINTAINERS: rename LED into PWM LED
It clearly only lists PWM LED driver and bindings so we should have the
entry reflect that.
Signed-off-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f8d4f6ee8b2..b50ac0ea21a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1298,12 +1298,6 @@ F: doc/README.kwbimage F: doc/kwboot.1 F: tools/kwb* -LED -M: Ivan Vozvakhov <[email protected]> -S: Supported -F: doc/device-tree-bindings/leds/leds-pwm.txt -F: drivers/led/led_pwm.c - LOGGING M: Simon Glass <[email protected]> S: Maintained @@ -1602,6 +1596,12 @@ S: Maintained T: git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git F: arch/powerpc/cpu/mpc85xx/ +PWM LED +M: Ivan Vozvakhov <[email protected]> +S: Supported +F: doc/device-tree-bindings/leds/leds-pwm.txt +F: drivers/led/led_pwm.c + QEMU VIRTUAL SYSTEM CONTROLLER M: Kuan-Wei Chiu <[email protected]> S: Maintained |
