All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH netdev v2 0/2] DP83822 and DP83TC811 Fixes
@ 2020-01-10 20:03 Dan Murphy
  2020-01-10 20:03 ` [PATCH netdev v2 1/2] net: phy: DP83TC811: Fix typo in Kconfig Dan Murphy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dan Murphy @ 2020-01-10 20:03 UTC (permalink / raw)
  To: andrew, f.fainelli, hkallweit1, davem, netdev; +Cc: linux-kernel, Dan Murphy

Hello

Two fixes on net/phy/Kconfig for the TI ethernet PHYs.
First fixed the typo in the Kconfig for the DP83TC811 where it incorretly stated
that the support was for a DP83TC822 which does not exist.

Second fix was to update the DP83822 Kconfig entry to indicate support for the
DP83825 devices in the description and the prompt.

Dan

Dan Murphy (2):
  net: phy: DP83TC811: Fix typo in Kconfig
  net: phy: DP83822: Update Kconfig with DP83825I support

 drivers/net/phy/Kconfig | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.23.0


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

* [PATCH netdev v2 1/2] net: phy: DP83TC811: Fix typo in Kconfig
  2020-01-10 20:03 [PATCH netdev v2 0/2] DP83822 and DP83TC811 Fixes Dan Murphy
@ 2020-01-10 20:03 ` Dan Murphy
  2020-01-10 20:03 ` [PATCH netdev v2 2/2] net: phy: DP83822: Update Kconfig with DP83825I support Dan Murphy
  2020-01-11  7:33 ` [PATCH netdev v2 0/2] DP83822 and DP83TC811 Fixes David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Dan Murphy @ 2020-01-10 20:03 UTC (permalink / raw)
  To: andrew, f.fainelli, hkallweit1, davem, netdev; +Cc: linux-kernel, Dan Murphy

Fix typo in the Kconfig for the DP83TC811 as it indicates support for
the DP83TC822 which is incorrect.

Fixes: 6d749428788b {"net: phy: DP83TC811: Introduce support for the DP83TC811 phy")
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 drivers/net/phy/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 5848219005d7..ed606194dbd0 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -345,9 +345,9 @@ config DP83822_PHY
 	  Supports the DP83822 PHY.
 
 config DP83TC811_PHY
-	tristate "Texas Instruments DP83TC822 PHY"
+	tristate "Texas Instruments DP83TC811 PHY"
 	---help---
-	  Supports the DP83TC822 PHY.
+	  Supports the DP83TC811 PHY.
 
 config DP83848_PHY
 	tristate "Texas Instruments DP83848 PHY"
-- 
2.23.0


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

* [PATCH netdev v2 2/2] net: phy: DP83822: Update Kconfig with DP83825I support
  2020-01-10 20:03 [PATCH netdev v2 0/2] DP83822 and DP83TC811 Fixes Dan Murphy
  2020-01-10 20:03 ` [PATCH netdev v2 1/2] net: phy: DP83TC811: Fix typo in Kconfig Dan Murphy
@ 2020-01-10 20:03 ` Dan Murphy
  2020-01-11  7:33 ` [PATCH netdev v2 0/2] DP83822 and DP83TC811 Fixes David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Dan Murphy @ 2020-01-10 20:03 UTC (permalink / raw)
  To: andrew, f.fainelli, hkallweit1, davem, netdev; +Cc: linux-kernel, Dan Murphy

Update the Kconfig description to indicate support for the DP83825I
device as well.

Fixes: 32b12dc8fde1  ("net: phy: Add DP83825I to the DP83822 driver")
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
---
 drivers/net/phy/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index ed606194dbd0..8dc461f7574b 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -340,9 +340,9 @@ config DAVICOM_PHY
 	  Currently supports dm9161e and dm9131
 
 config DP83822_PHY
-	tristate "Texas Instruments DP83822 PHY"
+	tristate "Texas Instruments DP83822/825 PHYs"
 	---help---
-	  Supports the DP83822 PHY.
+	  Supports the DP83822 and DP83825I PHYs.
 
 config DP83TC811_PHY
 	tristate "Texas Instruments DP83TC811 PHY"
-- 
2.23.0


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

* Re: [PATCH netdev v2 0/2] DP83822 and DP83TC811 Fixes
  2020-01-10 20:03 [PATCH netdev v2 0/2] DP83822 and DP83TC811 Fixes Dan Murphy
  2020-01-10 20:03 ` [PATCH netdev v2 1/2] net: phy: DP83TC811: Fix typo in Kconfig Dan Murphy
  2020-01-10 20:03 ` [PATCH netdev v2 2/2] net: phy: DP83822: Update Kconfig with DP83825I support Dan Murphy
@ 2020-01-11  7:33 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2020-01-11  7:33 UTC (permalink / raw)
  To: dmurphy; +Cc: andrew, f.fainelli, hkallweit1, netdev, linux-kernel

From: Dan Murphy <dmurphy@ti.com>
Date: Fri, 10 Jan 2020 14:03:55 -0600

> Two fixes on net/phy/Kconfig for the TI ethernet PHYs.
> First fixed the typo in the Kconfig for the DP83TC811 where it incorretly stated
> that the support was for a DP83TC822 which does not exist.
> 
> Second fix was to update the DP83822 Kconfig entry to indicate support for the
> DP83825 devices in the description and the prompt.

Series applied, thanks.

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

end of thread, other threads:[~2020-01-11  7:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 20:03 [PATCH netdev v2 0/2] DP83822 and DP83TC811 Fixes Dan Murphy
2020-01-10 20:03 ` [PATCH netdev v2 1/2] net: phy: DP83TC811: Fix typo in Kconfig Dan Murphy
2020-01-10 20:03 ` [PATCH netdev v2 2/2] net: phy: DP83822: Update Kconfig with DP83825I support Dan Murphy
2020-01-11  7:33 ` [PATCH netdev v2 0/2] DP83822 and DP83TC811 Fixes 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.