linux/drivers/leds/rgb
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
Kconfig leds: Add basic support for TI/National Semiconductor LP5812 LED Driver 2026-02-04 09:23:08 +00:00
leds-group-multicolor.c leds: rgb: leds-group-multicolor: Correct the typo 'acccess' 2024-10-09 10:37:20 +01:00
leds-ktd202x.c leds: Use fwnode_for_each_child_node() instead 2025-10-21 10:46:16 +01:00
leds-lp5812.c leds: Add basic support for TI/National Semiconductor LP5812 LED Driver 2026-02-04 09:23:08 +00:00
leds-lp5812.h leds: Add basic support for TI/National Semiconductor LP5812 LED Driver 2026-02-04 09:23:08 +00:00
leds-mt6370-rgb.c leds: rgb: leds-mt6370-rgb: Improve definition of some struct linear_range 2025-05-14 09:25:08 +01:00
leds-ncp5623.c leds: Use fwnode_for_each_child_node() instead 2025-10-21 10:46:16 +01:00
leds-pwm-multicolor.c leds: pwm-multicolor: Use fwnode_get_child_node_count() 2025-04-10 10:12:20 +01:00
leds-qcom-lpg.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
Makefile leds: Add basic support for TI/National Semiconductor LP5812 LED Driver 2026-02-04 09:23:08 +00:00