linux/arch/arm/mach-sa1100
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
..
include/mach ARM: locomo: fix locomolcd_power declaration 2023-09-28 09:15:51 +02:00
assabet.c treewide: rename GPIO set callbacks back to their original names 2025-08-07 10:07:06 +02:00
clock.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
collie.c ARM: sa1100: remove irda references 2023-01-16 09:25:48 +01:00
generic.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
generic.h ARM: sa1100: remove irda references 2023-01-16 09:25:48 +01:00
h3xxx.c ARM: SoC platform updates 2019-07-19 17:05:08 -07:00
h3600.c ARM: sa1100: Open code gpio_request_array() 2024-04-03 13:07:29 +02:00
jornada720.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
jornada720_ssp.c Get rid of 'remove_new' relic from platform driver struct 2024-12-01 15:12:43 -08:00
Kconfig ARM: sa1100: remove unused board files 2023-01-12 10:53:12 +01:00
Makefile ARM: sa1100: remove unused board files 2023-01-12 10:53:12 +01:00
neponset.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
pm.c asm-generic updates for 6.5 2023-07-06 10:06:04 -07:00
sleep.S ARM: 7452/1: delay: allow timer-based delay implementation to be selected 2012-07-09 17:42:23 +01:00
ssp.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00