]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: realtek: Add support for RTL8221B-CG series
authorWilly Liu <willy.liu@realtek.com>
Mon, 2 Nov 2020 01:52:07 +0000 (09:52 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 4 Nov 2020 01:45:19 +0000 (17:45 -0800)
commit0a1d6f2dfcb421144e8ecc80b989d806a8dc6299
treea3df237109727b68cd902832d0970792cef2e622
parent2e3b1fb5298f3777a8cfc2b8a825f00aeda44b82
net: phy: realtek: Add support for RTL8221B-CG series

Realtek single-port 2.5Gbps Ethernet PHYs are list as below:
RTL8226-CG: the 1st generation 2.5Gbps single port PHY
RTL8226B-CG/RTL8221B-CG: the 2nd generation 2.5Gbps single port PHY
RTL8221B-VB-CG: the 3rd generation 2.5Gbps single port PHY
RTL8221B-VM-CG: the 2.5Gbps single port PHY with MACsec feature

This patch adds the minimal drivers to manage these transceivers.

Signed-off-by: Willy Liu <willy.liu@realtek.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/1604281927-9874-1-git-send-email-willy.liu@realtek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/realtek.c