linux/drivers/pinctrl/mvebu
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 pinctrl: mvebu: pinctrl driver for 98DX2530 SoC 2022-04-18 01:15:34 +02:00
Makefile pinctrl: mvebu: pinctrl driver for 98DX2530 SoC 2022-04-18 01:15:34 +02:00
pinctrl-ac5.c pinctrl: Explicitly include correct DT includes 2023-07-20 21:41:24 +02:00
pinctrl-armada-37xx.c pinctrl: armada-37xx: Use int type to store negative error codes 2025-09-08 14:20:57 +02:00
pinctrl-armada-38x.c pinctrl: Use device_get_match_data() 2023-10-30 14:50:42 +01:00
pinctrl-armada-39x.c pinctrl: Use device_get_match_data() 2023-10-30 14:50:42 +01:00
pinctrl-armada-370.c pinctrl: Explicitly include correct DT includes 2023-07-20 21:41:24 +02:00
pinctrl-armada-375.c pinctrl: Explicitly include correct DT includes 2023-07-20 21:41:24 +02:00
pinctrl-armada-ap806.c pinctrl: Use device_get_match_data() 2023-10-30 14:50:42 +01:00
pinctrl-armada-cp110.c pinctrl: Use device_get_match_data() 2023-10-30 14:50:42 +01:00
pinctrl-armada-xp.c pinctrl: Use device_get_match_data() 2023-10-30 14:50:42 +01:00
pinctrl-dove.c pinctrl: mvebu: Fix devinit_dove_pinctrl_probe function 2024-09-02 10:08:46 +02:00
pinctrl-kirkwood.c pinctrl: Use device_get_match_data() 2023-10-30 14:50:42 +01:00
pinctrl-mvebu.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
pinctrl-mvebu.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
pinctrl-orion.c pinctrl: Use device_get_match_data() 2023-10-30 14:50:42 +01:00