Re: [PATCH net-next v4 0/3] Broadcom PHY driver updates

2021-02-16 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Tue, 16 Feb 2021 16:54:51 -0600 you wrote: > Updates to the Broadcom PHY driver related to use with copper SFP modules. > > Changed since v3: > -fixed kerneldoc error > > Changed since v2: > -Create flag for PHY on SF

[PATCH net-next v4 0/3] Broadcom PHY driver updates

2021-02-16 Thread Robert Hancock
Updates to the Broadcom PHY driver related to use with copper SFP modules. Changed since v3: -fixed kerneldoc error Changed since v2: -Create flag for PHY on SFP module and use that rather than accessing attached_dev directly in PHY driver Changed since v1: -Reversed conditional to reduce inden