Message ID | Z4T84SbaC4D-fN5y@shell.armlinux.org.uk (mailing list archive) |
---|---|
Headers | show |
Series | net: stmmac: further EEE cleanups (and one fix!) | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Mon, 13 Jan 2025 11:45:37 +0000 you wrote: > Hi, > > This series continues the EEE cleanup of the stmmac driver, and > includes one fix. > > As mentioned in the previous series, I wasn't entirely happy with the > "stmmac_disable_sw_eee_mode" name, so the first patch renames this to > "stmmac_stop_sw_lpi" instead, which I think better describes what this > function is doing - stopping the transmit of the LPI state because we > have a packet ot send. > > [...] Here is the summary with links: - [net-next,1/9] net: stmmac: rename stmmac_disable_sw_eee_mode() https://git.kernel.org/netdev/net-next/c/900782a029e5 - [net-next,2/9] net: stmmac: correct priv->eee_sw_timer_en setting https://git.kernel.org/netdev/net-next/c/4fe09a0d64d5 - [net-next,3/9] net: stmmac: simplify TX cleanup decision for ending sw LPI mode https://git.kernel.org/netdev/net-next/c/bfa9e131c9b2 - [net-next,4/9] net: stmmac: check priv->eee_sw_timer_en in suspend path https://git.kernel.org/netdev/net-next/c/c920e6402523 - [net-next,5/9] net: stmmac: add stmmac_try_to_start_sw_lpi() https://git.kernel.org/netdev/net-next/c/0cf44bd0c118 - [net-next,6/9] net: stmmac: provide stmmac_eee_tx_busy() https://git.kernel.org/netdev/net-next/c/82f2025dda76 - [net-next,7/9] net: stmmac: provide function for restarting sw LPI timer https://git.kernel.org/netdev/net-next/c/af5dc22bdb5f - [net-next,8/9] net: stmmac: combine stmmac_enable_eee_mode() https://git.kernel.org/netdev/net-next/c/ec8553673b1f - [net-next,9/9] net: stmmac: restart LPI timer after cleaning transmit descriptors https://git.kernel.org/netdev/net-next/c/d28e89244978 You are awesome, thank you!