mirror-linux/drivers/net/dsa/microchip
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
..
Kconfig net: dsa: microchip: Add SGMII port support to KSZ9477 switch 2025-05-26 17:15:51 +02:00
Makefile
ksz8.c net: dsa: microchip: Fix KSZ8863 reset problem 2025-08-08 13:18:18 -07:00
ksz8.h net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driver 2025-07-25 17:01:56 -07:00
ksz8_reg.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-07-26 11:49:45 -07:00
ksz8863_smi.c
ksz9477.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-11-06 09:27:40 -08:00
ksz9477.h net: dsa: microchip: Add SGMII port support to KSZ9477 switch 2025-05-26 17:15:51 +02:00
ksz9477_acl.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ksz9477_i2c.c
ksz9477_reg.h net: dsa: microchip: Fix reserved multicast address table programming 2025-11-06 07:11:36 -08:00
ksz9477_tc_flower.c
ksz_common.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ksz_common.h net: dsa: microchip: Use regs[] to access REG_PTP_MSG_CONF1 2026-01-08 13:01:16 +01:00
ksz_dcb.c net: dsa: microchip: Use different registers for KSZ8463 2025-07-25 17:01:56 -07:00
ksz_dcb.h
ksz_ptp.c net: dsa: microchip: Wrap timestamp reading in a function 2026-01-08 13:01:16 +01:00
ksz_ptp.h
ksz_ptp_reg.h net: dsa: microchip: Use regs[] to access REG_PTP_MSG_CONF1 2026-01-08 13:01:16 +01:00
ksz_spi.c net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driver 2025-07-25 17:01:56 -07:00
lan937x.h
lan937x_main.c net: dsa: microchip: lan937x: Fix RGMII delay tuning 2025-11-20 11:26:14 +01:00
lan937x_reg.h