netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: phy: realtek: add RTL8127-internal PHY
@ 2025-05-15  3:00 ChunHao Lin
  2025-05-15 15:22 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: ChunHao Lin @ 2025-05-15  3:00 UTC (permalink / raw)
  To: andrew, hkallweit1, linux, davem, edumazet, kuba, pabeni
  Cc: netdev, ChunHao Lin

RTL8127-internal PHY is RTL8261C wihch is a integrated 10Gbps PHY with ID
0x001cc890. It follows the code path of RTL8125/RTL8126 intrernal NBase-T
PHY.

Signed-off-by: ChunHao Lin <hau@realtek.com>
---
 drivers/net/phy/realtek/realtek_main.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/phy/realtek/realtek_main.c b/drivers/net/phy/realtek/realtek_main.c
index 301fbe141b9b..b5e00cdf0123 100644
--- a/drivers/net/phy/realtek/realtek_main.c
+++ b/drivers/net/phy/realtek/realtek_main.c
@@ -158,6 +158,7 @@
 #define RTL_8221B_VB_CG				0x001cc849
 #define RTL_8221B_VN_CG				0x001cc84a
 #define RTL_8251B				0x001cc862
+#define RTL_8261C				0x001cc890
 
 /* RTL8211E and RTL8211F support up to three LEDs */
 #define RTL8211x_LED_COUNT			3
@@ -1370,6 +1371,7 @@ static int rtl_internal_nbaset_match_phy_device(struct phy_device *phydev)
 	case RTL_GENERIC_PHYID:
 	case RTL_8221B:
 	case RTL_8251B:
+	case RTL_8261C:
 	case 0x001cc841:
 		break;
 	default:
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: phy: realtek: add RTL8127-internal PHY
  2025-05-15  3:00 [PATCH net-next] net: phy: realtek: add RTL8127-internal PHY ChunHao Lin
@ 2025-05-15 15:22 ` Andrew Lunn
  2025-05-16  5:52   ` Hau
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2025-05-15 15:22 UTC (permalink / raw)
  To: ChunHao Lin; +Cc: hkallweit1, linux, davem, edumazet, kuba, pabeni, netdev

On Thu, May 15, 2025 at 11:00:22AM +0800, ChunHao Lin wrote:
> RTL8127-internal PHY is RTL8261C wihch is a integrated 10Gbps PHY with ID
> 0x001cc890. It follows the code path of RTL8125/RTL8126 intrernal NBase-T

internal

When you have fixed that, you can add Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

---
pw-bot: cr

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH net-next] net: phy: realtek: add RTL8127-internal PHY
  2025-05-15 15:22 ` Andrew Lunn
@ 2025-05-16  5:52   ` Hau
  0 siblings, 0 replies; 3+ messages in thread
From: Hau @ 2025-05-16  5:52 UTC (permalink / raw)
  To: Andrew Lunn
  Cc: hkallweit1@gmail.com, linux@armlinux.org.uk, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	netdev@vger.kernel.org

> 
> External mail : This email originated from outside the organization. Do not
> reply, click links, or open attachments unless you recognize the sender and
> know the content is safe.
> 
> 
> 
> On Thu, May 15, 2025 at 11:00:22AM +0800, ChunHao Lin wrote:
> > RTL8127-internal PHY is RTL8261C wihch is a integrated 10Gbps PHY with
> > ID 0x001cc890. It follows the code path of RTL8125/RTL8126 intrernal
> > NBase-T
> 
> internal
> 
> When you have fixed that, you can add Reviewed-by: Andrew Lunn
> <andrew@lunn.ch>
> 
I will fix the typo. Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-16  5:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15  3:00 [PATCH net-next] net: phy: realtek: add RTL8127-internal PHY ChunHao Lin
2025-05-15 15:22 ` Andrew Lunn
2025-05-16  5:52   ` Hau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).