linux/drivers/firmware/arm_scmi
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
..
transports firmware: arm_scmi: Make use of tee bus methods 2026-01-07 08:14:53 +01:00
vendors/imx i.MX drivers changes for 6.20: 2026-01-21 16:39:29 +01:00
base.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
bus.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
clock.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
common.h include: trace: Fix inflight count helper on failed initialization 2025-10-15 15:26:41 +01:00
driver.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
Kconfig firmware: arm_scmi: Add common framework to handle firmware quirks 2025-05-06 11:12:30 +01:00
Makefile firmware: arm_scmi: Add common framework to handle firmware quirks 2025-05-06 11:12:30 +01:00
msg.c firmware: arm_scmi: Remove legacy transport-layer code 2024-08-16 10:26:58 +01:00
notify.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
notify.h firmware: arm_scmi: Check for notification support 2024-02-20 06:35:55 +00:00
perf.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
pinctrl.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
power.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
powercap.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
protocols.h firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
quirks.c firmware: arm_scmi: quirk: Prevent writes to string constants 2025-09-02 11:23:42 +01:00
quirks.h firmware: arm_scmi: quirk: Force perf level get fastchannel 2025-05-06 11:12:30 +01:00
raw_mode.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
raw_mode.h firmware: arm_scmi: Add per-channel raw injection support 2023-01-20 11:41:37 +00:00
reset.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
scmi_power_control.c firmware: arm_scmi: Convert to SYSTEM_SLEEP_PM_OPS 2025-07-09 10:49:58 +01:00
sensors.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
shmem.c firmware: arm_scmi: Fix uninitialized pointers with __free attr 2025-12-15 10:31:24 +00:00
system.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00
voltage.c firmware: arm_scmi: Remove legacy protocol versioning logic 2025-12-27 20:09:30 +00:00