linux/drivers/soc/fsl/qe
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
..
gpio.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
Kconfig soc: fsl: cpm1: qmc: Fix dependency on fsl_soc.h 2024-09-04 09:30:53 +00:00
Makefile soc: fsl: qe: Add an interrupt controller for QUICC Engine Ports 2026-01-10 10:52:45 +01:00
qe.c docs: move powerpc under arch 2023-10-10 13:35:55 -06:00
qe_common.c treewide: Replace kmalloc with kmalloc_obj for non-scalar types 2026-02-21 01:02:28 -08:00
qe_ic.c soc: Use dev_fwnode() 2025-07-08 10:29:28 +02:00
qe_io.c soc: fsl: qe: Check of ioremap return value 2022-02-18 17:11:23 -06:00
qe_ports_ic.c soc: fsl: qe: qe_ports_ic: Consolidate chained IRQ handler install/remove 2026-01-21 08:55:37 +01:00
qe_tdm.c soc: fsl: Explicitly include correct DT includes 2023-08-12 10:31:02 +02:00
qmc.c soc: fsl: qe: Simplify with scoped for each OF child loop 2026-01-06 18:59:11 +01:00
tsa.c FSL SOC changes for 6.13: 2024-11-15 15:19:47 +01:00
tsa.h soc: fsl: cpm1: tsa: Introduce tsa_serial_get_num() 2024-09-03 07:49:19 +02:00
ucc.c soc: fsl: qe: ucc: Export ucc_mux_set_grant_tsa_bkpt 2024-09-05 14:12:15 +00:00
ucc_fast.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ucc_slow.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
usb.c soc: fsl: qe: avoid ppc-specific io accessors 2019-12-09 13:54:29 -06:00