]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Revert "net: macb: Clean up the .usrio settings in macb_config instances"
authorConor Dooley <conor.dooley@microchip.com>
Wed, 25 Mar 2026 16:28:05 +0000 (16:28 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sun, 29 Mar 2026 21:34:27 +0000 (14:34 -0700)
commit8ccf062c6770618cb19f72ec0202463e01e2c7b8
tree5064ac918f69731288414c7380eb67850a820dc8
parent57ec1622b62ae8dcd88a0084c49c5b72b1850e68
Revert "net: macb: Clean up the .usrio settings in macb_config instances"

Commit 0ae998c4efd69 ("net: macb: Clean up the .usrio settings in
macb_config instances") was a misguided attempt to clean up the driver
that actually just propagated problematic code. The default for usrio is
actually no usrio, and already there are issues with people using the
problematically named "macb_default_usrio" on platforms where the usrio
does not have this so-called default behaviour. usrio is platform
specific and using the default at91 usrio settings should be opt-in
only. Revert the "cleanup" patch.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20260325-rundown-unrushed-dd82c9f5c56c@spud
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/cadence/macb_main.c