mbox series

[net-next,0/4] net: phy: mxl-gpy: version fix and improvements

Message ID 20220712131554.2737792-1-michael@walle.cc (mailing list archive)
Headers show
Series net: phy: mxl-gpy: version fix and improvements | expand

Message

Michael Walle July 12, 2022, 1:15 p.m. UTC
Fix the version reporting which was introduced earlier. The version will
not change during runtime, so cache it and save a PHY read on every auto
negotiation. Also print the version in a human readable form.

Michael Walle (4):
  net: phy: mxl-gpy: fix version reporting
  net: phy: mxl-gpy: cache PHY firmware version
  net: phy: mxl-gpy: rename the FW type field name
  net: phy: mxl-gpy: print firmware in human readable form

 drivers/net/phy/mxl-gpy.c | 55 +++++++++++++++++++++------------------
 1 file changed, 29 insertions(+), 26 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 13, 2022, 1:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 12 Jul 2022 15:15:50 +0200 you wrote:
> Fix the version reporting which was introduced earlier. The version will
> not change during runtime, so cache it and save a PHY read on every auto
> negotiation. Also print the version in a human readable form.
> 
> Michael Walle (4):
>   net: phy: mxl-gpy: fix version reporting
>   net: phy: mxl-gpy: cache PHY firmware version
>   net: phy: mxl-gpy: rename the FW type field name
>   net: phy: mxl-gpy: print firmware in human readable form
> 
> [...]

Here is the summary with links:
  - [net-next,1/4] net: phy: mxl-gpy: fix version reporting
    https://git.kernel.org/netdev/net-next/c/fc3dd0367e61
  - [net-next,2/4] net: phy: mxl-gpy: cache PHY firmware version
    https://git.kernel.org/netdev/net-next/c/1db858707850
  - [net-next,3/4] net: phy: mxl-gpy: rename the FW type field name
    https://git.kernel.org/netdev/net-next/c/1e9aa7baf096
  - [net-next,4/4] net: phy: mxl-gpy: print firmware in human readable form
    https://git.kernel.org/netdev/net-next/c/d523f2eb1dad

You are awesome, thank you!