Re: [PATCH net-next v2] net: dsa: mt7530: Add support for EEE features

2021-04-13 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 12 Apr 2021 08:50:31 +0200 you wrote: > This patch adds EEE support. > > Signed-off-by: René van Dorst > --- > v1 -> v2: > - Refactor the mt753x_{get,set}_mac_eee(). > As DENQ Qingfang mentioned, most things are

[PATCH net-next v2] net: dsa: mt7530: Add support for EEE features

2021-04-11 Thread René van Dorst
This patch adds EEE support. Signed-off-by: René van Dorst --- v1 -> v2: - Refactor the mt753x_{get,set}_mac_eee(). As DENQ Qingfang mentioned, most things are set else were. These functions only set/report the LPI timeout value/LPI timeout enable bit. - Removed the variable "eee_enabled", do