Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

pwm: Update MAINTAINER entry

There is little sense in having gpio-mvebu and pwm-backlight explicitly
listed in the PWM entry. Drop these and add the keywords that actually
identify a driver as PWM related.

Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260115165055.1739004-2-ukleinek@kernel.org
Signed-off-by: Uwe Kleine-König <ukleinek@kernel.org>

+2 -4
+2 -4
MAINTAINERS
··· 21070 21070 S: Maintained 21071 21071 Q: https://patchwork.ozlabs.org/project/linux-pwm/list/ 21072 21072 T: git https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git 21073 - F: Documentation/devicetree/bindings/gpio/gpio-mvebu.yaml 21074 21073 F: Documentation/devicetree/bindings/pwm/ 21075 21074 F: Documentation/driver-api/pwm.rst 21076 - F: drivers/gpio/gpio-mvebu.c 21077 21075 F: drivers/pwm/ 21078 - F: drivers/video/backlight/pwm_bl.c 21079 21076 F: include/dt-bindings/pwm/ 21080 21077 F: include/linux/pwm.h 21081 - F: include/linux/pwm_backlight.h 21082 21078 K: pwm_(config|apply_might_sleep|apply_atomic|ops) 21079 + K: (devm_)?pwmchip_(add|alloc|remove) 21080 + K: pwm_(round|get|set)_waveform 21083 21081 21084 21082 PWM SUBSYSTEM BINDINGS [RUST] 21085 21083 M: Michal Wilczynski <m.wilczynski@samsung.com>