From: Jakub Kicinski Date: Tue, 13 Jan 2026 02:02:13 +0000 (-0800) Subject: Merge branch 'net-stmmac-cleanups-and-low-priority-fixes' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2f59bf97579404c3735a6d0bc1739cf2d387925;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-stmmac-cleanups-and-low-priority-fixes' Russell King says: ==================== net: stmmac: cleanups and low priority fixes Further cleanups and a few low priority fixes: - Remove duplicated register definitions from header files - Fix harmless wrong definition used for PTP message type in descriptors - Fix norm_set_tx_desc_len_on_ring() off-by-one error (and make enh_set_tx_desc_len_on_ring() follow a similar pattern.) Document the buffer size limits. I believe we never call norm_set_tx_desc_len_on_ring() with 2KiB lengths. - use u32 rather than unsigned int for 32-bit quantities in descriptors - modernise: convert to use FIELD_PREP() rather than separate mask and shift definitions. - Reorganise register and register field definitions: registers defined in address offset order followed by their register field definitions. - Remove lots of unused register definitions. ==================== Link: https://patch.msgid.link/aV_q2Kneinrk3Z-W@shell.armlinux.org.uk Signed-off-by: Jakub Kicinski --- d2f59bf97579404c3735a6d0bc1739cf2d387925