linux/drivers/misc/eeprom
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
..
at24.c eeprom: at24: use dev_err_probe() consistently 2025-12-17 10:22:24 +01:00
at25.c eeprom: at25: expose JEDEC ID via sysfs 2026-01-27 15:55:45 +01:00
digsy_mtc_eeprom.c eeprom: digsy_mtc: Make GPIO lookup table match the device 2025-02-20 15:21:00 +01:00
ee1004.c eeprom: ee1004: Check chip before probing 2025-02-20 15:25:18 +01:00
eeprom_93cx6.c misc: eeprom: eeprom_93cx6: Switch to BIT() macro 2024-10-11 08:42:03 +02:00
eeprom_93xx46.c misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66 2025-12-29 11:54:15 +01:00
idt_89hpesx.c misc: eeprom/idt_89hpesx: use per-client debugfs directory 2025-04-15 16:14:30 +02:00
Kconfig eeprom: add driver for ST M24LR series RFID/NFC EEPROM chips 2025-08-19 12:51:22 +02:00
m24lr.c misc: eeprom/m24lr: Remove unneeded semicolon 2025-09-06 15:58:18 +02:00
Makefile eeprom: add driver for ST M24LR series RFID/NFC EEPROM chips 2025-08-19 12:51:22 +02:00
max6875.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00