linux/drivers/mtd/spi-nor
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
..
controllers mtd: spi-nor: hisi-sfc: fix refcounting bug in hisi_spi_nor_register_all() 2026-02-06 15:22:42 +01:00
Kconfig
Makefile
atmel.c mtd: spi-nor: atmel: add at25sf321 entry 2024-12-06 15:13:19 +00:00
core.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
core.h mtd: spi-nor: sfdp: introduce smpt_map_id fixup hook 2025-11-10 11:11:53 +01:00
debugfs.c
eon.c
esmt.c
everspin.c mtd: spi-nor: get rid of SPI_NOR_NO_FR 2024-05-27 17:07:15 +02:00
gigadevice.c
intel.c
issi.c
macronix.c mtd: spi-nor: macronix: Add fixups for MX25L3255E 2025-04-08 15:04:54 +00:00
micron-st.c mtd: spi-nor: micron-st: add TODO for fixing mt35xu02gcba 2025-11-18 13:04:32 +01:00
otp.c mtd: spi-nor: explicitly include <linux/math64.h> 2025-03-07 08:36:38 +02:00
sfdp.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
sfdp.h mtd: spi-nor: sfdp: Get the 8D-8D-8D byte order from BFPT 2024-10-02 10:28:40 +03:00
spansion.c mtd: spi-nor: spansion: SMPT fixups for S25FS-S 2025-11-10 11:12:06 +01:00
sst.c mtd: spi-nor: sst: Fix SST write failure 2025-02-17 14:07:09 +00:00
swp.c mtd: spi-nor: Fix spi_nor_try_unlock_all() 2025-07-03 17:12:17 +02:00
sysfs.c sysfs: treewide: switch back to attribute_group::bin_attrs 2025-06-17 10:44:15 +02:00
winbond.c mtd: spi-nor: winbond: Add support for W25H02NWxxAM chips 2025-11-06 15:56:07 +01:00
xmc.c