]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-stmmac-cleanups'
authorJakub Kicinski <kuba@kernel.org>
Fri, 31 May 2024 01:30:12 +0000 (18:30 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 31 May 2024 01:30:12 +0000 (18:30 -0700)
commitaedf2dc432484ab534a9ad24477da5bb59abdca3
tree48a5032b460f958e54a630cfcf0f893adacce281
parenta79d8fe2ff8e78e549dc86cc853a61b029404871
parent7efc706577046a8dd2a11ba7942e3a52a30c8b68
Merge branch 'net-stmmac-cleanups'

Russell King says:

====================
net: stmmac: cleanups

This series removes various redundant items in the stmmac driver:

- the unused TBI and RTBI PCS flags
- the NULL pointer initialisations for PCS methods in dwxgmac2
- the stmmac_pcs_rane() method which is never called, and it's
  associated implementations
- the redundant netif_carrier_off()s

Finally, it replaces asm/io.h with the preferred linux/io.h.
====================

Link: https://lore.kernel.org/r/Zlbp7xdUZAXblOZJ@shell.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>