mbox series

[net-next,v5,0/2] Add driver for Motorcomm yt8821 2.5G ethernet phy

Message ID 20240901083526.163784-1-Frank.Sae@motor-comm.com (mailing list archive)
Headers show
Series Add driver for Motorcomm yt8821 2.5G ethernet phy | expand

Message

Frank Sae Sept. 1, 2024, 8:35 a.m. UTC
yt8521 and yt8531s as Gigabit transceiver use bit15:14(bit9 reserved
default 0) as phy speed mask, yt8821 as 2.5G transceiver uses bit9 bit15:14
as phy speed mask.

Be compatible to yt8821, reform phy speed mask and phy speed macro.

Based on update above, add yt8821 2.5G phy driver.

Frank Sae (2):
  net: phy: Optimize phy speed mask to be compatible to yt8821
  net: phy: Add driver for Motorcomm yt8821 2.5G ethernet phy

 drivers/net/phy/motorcomm.c | 684 +++++++++++++++++++++++++++++++++++-
 1 file changed, 672 insertions(+), 12 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 5, 2024, 1:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Sun,  1 Sep 2024 01:35:24 -0700 you wrote:
> yt8521 and yt8531s as Gigabit transceiver use bit15:14(bit9 reserved
> default 0) as phy speed mask, yt8821 as 2.5G transceiver uses bit9 bit15:14
> as phy speed mask.
> 
> Be compatible to yt8821, reform phy speed mask and phy speed macro.
> 
> Based on update above, add yt8821 2.5G phy driver.
> 
> [...]

Here is the summary with links:
  - [net-next,v5,1/2] net: phy: Optimize phy speed mask to be compatible to yt8821
    https://git.kernel.org/netdev/net-next/c/8d878c87b5c4
  - [net-next,v5,2/2] net: phy: Add driver for Motorcomm yt8821 2.5G ethernet phy
    https://git.kernel.org/netdev/net-next/c/b671105b88c3

You are awesome, thank you!