From: Jakub Kicinski Date: Fri, 27 Mar 2026 03:39:47 +0000 (-0700) Subject: Merge branch 'net-stmmac-remove-unused-and-unimplemented-axi-properties' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5fffa6fe40f07e831dc387170405b7f3486d14d0;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-stmmac-remove-unused-and-unimplemented-axi-properties' Russell King says: ==================== net: stmmac: remove unused and unimplemented AXI properties commit afea03656add ("stmmac: rework DMA bus setting and introduce new platform AXI structure") added support for parsing all the stmmac AXI attributes, and added code to set most of the appropriate register bits with three exceptions: snps,kbbe snps,mb snps,rb These were parsed by the driver, but the result of parsing was never used by any of the cores. Moreover, no DTS in the kernel makes use of these properties. Thus, it doesn't make sense for the driver to parse these, so let's remove them. Also remove them from the DT binding document. ==================== Link: https://patch.msgid.link/acJh4z3pRKkeaFbR@shell.armlinux.org.uk Signed-off-by: Jakub Kicinski --- 5fffa6fe40f07e831dc387170405b7f3486d14d0