linux/drivers/nvmem
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
..
layouts kernel.h: drop hex.h and update all hex.h users 2026-01-20 19:44:19 -08:00
Kconfig nvmem: an8855: drop an unused Kconfig symbol 2026-01-26 16:40:33 +01:00
Makefile nvmem: Add driver for the eeprom in qnap-mcu controllers 2025-11-24 18:06:22 +01:00
an8855-efuse.c nvmem: an8855: Add support for Airoha AN8855 Switch EFUSE 2025-09-12 15:49:03 +02:00
apple-efuses.c
apple-spmi-nvmem.c
bcm-ocotp.c
brcm_nvram.c kernel.h: drop hex.h and update all hex.h users 2026-01-20 19:44:19 -08:00
core.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
imx-iim.c
imx-ocotp-ele.c nvmem: imx-ocotp-ele: Add i.MX94 OCOTP support 2025-11-24 18:06:22 +01:00
imx-ocotp-scu.c
imx-ocotp.c nvmem: imx-ocotp: fix MAC address byte length 2025-07-13 17:43:13 +02:00
internals.h
jz4780-efuse.c
lan9662-otpc.c
layerscape-sfp.c
layouts.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
lpc18xx_eeprom.c
lpc18xx_otp.c
max77759-nvmem.c
meson-efuse.c
meson-mx-efuse.c
microchip-otpc.c
mtk-efuse.c
mxs-ocotp.c
nintendo-otp.c
qcom-spmi-sdam.c
qfprom.c
qnap-mcu-eeprom.c nvmem: Add driver for the eeprom in qnap-mcu controllers 2025-11-24 18:06:22 +01:00
qoriq-efuse.c
rave-sp-eeprom.c
rcar-efuse.c nvmem: rcar-efuse: add missing MODULE_DEVICE_TABLE 2025-10-22 08:02:38 +02:00
rmem.c
rockchip-efuse.c
rockchip-otp.c
s32g-ocotp-nvmem.c nvmem: s32g-ocotp: Add driver for S32G OCOTP 2025-09-12 15:49:03 +02:00
sc27xx-efuse.c
sec-qfprom.c
snvs_lpgpr.c
sprd-efuse.c
stm32-bsec-optee-ta.c
stm32-bsec-optee-ta.h
stm32-romem.c
sunplus-ocotp.c
sunxi_sid.c
u-boot-env.c
uniphier-efuse.c
vf610-ocotp.c
zynqmp_nvmem.c