linux/drivers/memory/tegra
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 memory: tegra: Do not enable by default during compile testing 2025-04-15 07:43:54 +02:00
Makefile memory: tegra: Add Tegra264 MC and EMC support 2025-07-11 16:49:42 +02:00
mc.c memory: tegra: Add Tegra264 MC and EMC support 2025-07-11 16:49:42 +02:00
mc.h memory: tegra: Add Tegra264 MC and EMC support 2025-07-11 16:49:42 +02:00
tegra20-emc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tegra20.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tegra30-emc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tegra30.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tegra114.c memory: tegra: Extract setup code into callback 2021-06-03 21:49:41 +02:00
tegra124-emc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tegra124.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
tegra186-emc.c memory: tegra186-emc: Fix missing put_bpmp 2025-11-22 13:41:24 +01:00
tegra186.c memory: tegra: Add Tegra264 MC and EMC support 2025-07-11 16:49:42 +02:00
tegra194.c memory: tegra: Add dummy implementation on Tegra194 2023-07-10 12:04:56 +02:00
tegra210-emc-cc-r21021.c memory: tegra: Rework update_clock_tree_delay() 2024-07-29 17:35:21 +02:00
tegra210-emc-core.c treewide, timers: Rename from_timer() to timer_container_of() 2025-06-08 09:07:37 +02:00
tegra210-emc-table.c memory: tegra: remove redundant variable initialization 2023-03-22 18:48:46 +01:00
tegra210-emc.h memory: tegra: Drop <linux/clk-provider.h> 2020-06-22 13:54:58 +02:00
tegra210-mc.h memory: tegra: Add EMC scaling support code for Tegra210 2020-06-22 13:54:57 +02:00
tegra210.c memory: tegra210: Fix incorrect client ids 2025-10-23 15:32:21 +02:00
tegra234.c memory: tegra: Fix indentation 2024-02-22 09:48:53 +01:00
tegra264-bwmgr.h memory: tegra: Add Tegra264 MC and EMC support 2025-07-11 16:49:42 +02:00
tegra264.c memory: tegra: Add Tegra264 MC and EMC support 2025-07-11 16:49:42 +02:00