linux/drivers/iio/common
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
..
cros_ec_sensors iio: cros_ec: Allow enabling/disabling calibration mode 2026-01-29 17:35:31 +00:00
hid-sensors iio: common: Remove redundant pm_runtime_mark_last_busy() calls 2025-08-25 15:57:50 +01:00
inv_sensors iio: invensense: Prevent possible integer overflow while multiplication 2024-12-07 17:11:01 +00:00
ms_sensors module: Convert symbol namespace to string literal 2024-12-02 11:34:44 -08:00
scmi_sensors iio: common: scmi_sensors: Get rid of const_ilog2() 2025-11-09 14:58:56 +00:00
ssp_sensors Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
st_sensors iio: common: st_sensors: Fix use of uninitialize device structs 2025-06-29 17:15:39 +01:00
Kconfig iio: move inv_icm42600 timestamp module in common 2023-07-20 19:21:28 +01:00
Makefile iio: move inv_icm42600 timestamp module in common 2023-07-20 19:21:28 +01:00