linux/drivers/soc/ti
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
..
k3-ringacc.c soc: ti: k3-ringacc: Use device_match_of_node() 2025-04-18 10:36:39 -05:00
k3-socinfo.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
Kconfig soc: ti: k3-socinfo: Fix compile testing 2026-01-14 10:57:35 -06:00
knav_dma.c soc: ti: knav_dma: Simplify with scoped for each OF child loop 2026-01-05 12:40:12 -06:00
knav_qmss.h soc: ti: knav_qmss: Constify struct knav_range_ops 2024-06-27 17:45:28 -05:00
knav_qmss_acc.c soc: ti: knav_qmss: Constify struct knav_range_ops 2024-06-27 17:45:28 -05:00
knav_qmss_queue.c soc: ti: knav: Simplify with scoped for each OF child loop 2026-01-05 12:40:12 -06:00
Makefile soc: ti: Mover power-domain drivers to the genpd dir 2023-07-14 10:40:56 +02:00
pm33xx.c arm: Handle KCOV __init vs inline mismatches 2025-07-21 21:43:39 -07:00
pruss.c soc: ti: pruss: Fix double free in pruss_clk_mux_setup() 2026-01-14 11:00:07 -06:00
pruss.h soc: ti: pruss: Add pruss_cfg_read()/update(), pruss_cfg_get_gpmux()/set_gpmux() APIs 2023-05-17 09:15:39 -05:00
smartreflex.c soc: ti: driver updates for v6.13 2024-11-04 22:49:44 +01:00
ti_sci_inta_msi.c soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard() 2025-04-09 20:47:29 +02:00
wkup_m3_ipc.c soc: ti: wkup_m3_ipc: Use dev_err_probe 2025-05-09 06:34:27 -05:00