linux/drivers/soc/mediatek
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 soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driver 2024-10-21 16:00:51 +02:00
Makefile soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driver 2024-10-21 16:00:51 +02:00
mt8167-mmsys.h soc: mediatek: mmsys: Migrate all tables to MMSYS_ROUTE() macro 2025-03-06 11:54:20 +01:00
mt8173-mmsys.h soc: mediatek: mmsys: Migrate all tables to MMSYS_ROUTE() macro 2025-03-06 11:54:20 +01:00
mt8183-mmsys.h soc: mediatek: mmsys: Migrate all tables to MMSYS_ROUTE() macro 2025-03-06 11:54:20 +01:00
mt8186-mmsys.h soc: mediatek: mmsys: Migrate all tables to MMSYS_ROUTE() macro 2025-03-06 11:54:20 +01:00
mt8188-mmsys.h soc: mediatek: mt8188-mmsys: Add support for DSC on VDO0 2025-03-06 11:54:20 +01:00
mt8192-mmsys.h soc: mediatek: mmsys: Migrate all tables to MMSYS_ROUTE() macro 2025-03-06 11:54:20 +01:00
mt8195-mmsys.h soc: mediatek: mmsys: Migrate all tables to MMSYS_ROUTE() macro 2025-03-06 11:54:20 +01:00
mt8365-mmsys.h soc: mediatek: mmsys: Migrate all tables to MMSYS_ROUTE() macro 2025-03-06 11:54:20 +01:00
mtk-cmdq-helper.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
mtk-devapc.c soc: mediatek: mtk-devapc: Fix leaking IO map on driver remove 2025-01-07 13:13:57 +01:00
mtk-dvfsrc.c soc: mediatek: mtk-dvfsrc: Rework bandwidth calculations 2026-01-08 10:27:50 +01:00
mtk-infracfg.c soc: mediatek: mtk-infracfg: Disable ACP on MT8192 2022-03-01 08:21:28 +01:00
mtk-mmsys.c soc: Switch back to struct platform_driver::remove() 2024-11-01 17:08:57 +01:00
mtk-mmsys.h soc: mediatek: mtk-mmsys: Add compile time check for mmsys routes 2025-03-06 11:54:20 +01:00
mtk-mutex.c soc: mediatek: mtk-mutex: Fix confusing usage of MUTEX_MOD2 2025-06-25 15:59:00 +02:00
mtk-pmic-wrap.c soc: mediatek: pwrap: Switch to devm_clk_bulk_get_all_enabled() 2024-12-23 12:53:52 -08:00
mtk-regulator-coupler.c soc: mediatek: mediatek-regulator-coupler: Support mt8188 2024-10-21 16:00:51 +02:00
mtk-socinfo.c soc: mediatek: mtk-socinfo: Add entry for MT8371AV/AZA Genio 520 2026-01-08 10:20:48 +01:00
mtk-svs.c soc: mediatek: svs: Fix memory leak in svs_enable_debug_write() 2026-01-08 10:17:08 +01:00