All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: phy: realtek: add missing entry for RTL8211C to mdio_device_id table
@ 2018-07-12 19:45 Heiner Kallweit
  2018-07-16 20:36 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Heiner Kallweit @ 2018-07-12 19:45 UTC (permalink / raw)
  To: Realtek linux nic maintainers, David Miller; +Cc: netdev

Add missing entry for RTL8211C to mdio_device_id table.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Fixes: cf87915cb9f8 ("net: phy: realtek: add support for RTL8211C")
---
 drivers/net/phy/realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/phy/realtek.c b/drivers/net/phy/realtek.c
index f8f12783..0610148c 100644
--- a/drivers/net/phy/realtek.c
+++ b/drivers/net/phy/realtek.c
@@ -279,6 +279,7 @@ static struct mdio_device_id __maybe_unused realtek_tbl[] = {
 	{ 0x001cc816, 0x001fffff },
 	{ 0x001cc910, 0x001fffff },
 	{ 0x001cc912, 0x001fffff },
+	{ 0x001cc913, 0x001fffff },
 	{ 0x001cc914, 0x001fffff },
 	{ 0x001cc915, 0x001fffff },
 	{ 0x001cc916, 0x001fffff },
-- 
2.18.0

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

* Re: [PATCH net-next] net: phy: realtek: add missing entry for RTL8211C to mdio_device_id table
  2018-07-12 19:45 [PATCH net-next] net: phy: realtek: add missing entry for RTL8211C to mdio_device_id table Heiner Kallweit
@ 2018-07-16 20:36 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2018-07-16 20:36 UTC (permalink / raw)
  To: hkallweit1; +Cc: nic_swsd, netdev

From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Thu, 12 Jul 2018 21:45:08 +0200

> Add missing entry for RTL8211C to mdio_device_id table.
> 
> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
> Fixes: cf87915cb9f8 ("net: phy: realtek: add support for RTL8211C")

Applied.

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

end of thread, other threads:[~2018-07-16 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-12 19:45 [PATCH net-next] net: phy: realtek: add missing entry for RTL8211C to mdio_device_id table Heiner Kallweit
2018-07-16 20:36 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.