linux/arch/arm/mach-orion5x
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 ARM: orion: remove unused board files 2023-01-10 23:10:27 +01:00
Makefile ARM: orion: remove unused board files 2023-01-10 23:10:27 +01:00
board-d2net.c ARM: orion5x: Convert D2Net board to GPIO descriptors for LEDs 2024-05-05 18:18:17 +02:00
board-dt.c ARM: orion5x: fix d2net gpio initialization 2023-05-26 13:33:05 +02:00
board-mss2.c ARM: orion5x: Switch to new sys-off handler API 2024-09-02 14:42:52 +02:00
board-rd88f5182.c gpiolib: split linux/gpio/driver.h out of linux/gpio.h 2023-03-06 12:33:01 +02:00
bridge-regs.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1) 2022-06-10 14:51:35 +02:00
common.c ARM: orion5x: remove dsa_chip_data references 2023-01-10 23:10:27 +01:00
common.h ARM: orion5x: fix d2net gpio initialization 2023-05-26 13:33:05 +02:00
dns323-setup.c ARM: orion5x: Switch to new sys-off handler API 2024-09-02 14:42:52 +02:00
irq.c treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1) 2022-06-10 14:51:35 +02:00
irqs.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1) 2022-06-10 14:51:35 +02:00
kurobox_pro-setup.c ARM: orion5x: Switch to new sys-off handler API 2024-09-02 14:42:52 +02:00
mpp.c treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1) 2022-06-10 14:51:35 +02:00
mpp.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
mv2120-setup.c ARM: orion5x: Switch to new sys-off handler API 2024-09-02 14:42:52 +02:00
net2big-setup.c ARM: orion5x: Switch to new sys-off handler API 2024-09-02 14:42:52 +02:00
orion5x.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1) 2022-06-10 14:51:35 +02:00
pci.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
terastation_pro2-setup.c ARM: orion5x: Switch to new sys-off handler API 2024-09-02 14:42:52 +02:00
ts78xx-fpga.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
ts78xx-setup.c treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1) 2022-06-10 14:51:35 +02:00
ts209-setup.c ARM: orion5x: Switch to new sys-off handler API 2024-09-02 14:42:52 +02:00
ts409-setup.c ARM: orion5x: Switch to new sys-off handler API 2024-09-02 14:42:52 +02:00
tsx09-common.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
tsx09-common.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00