linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] net: dsa: microchip: add KSZ8563 support
@ 2019-08-30  7:52 Razvan Stefanescu
  2019-08-30  7:52 ` [PATCH v2 1/2] dt-bindings: net: dsa: document additional Microchip KSZ8563 switch Razvan Stefanescu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Razvan Stefanescu @ 2019-08-30  7:52 UTC (permalink / raw)
  To: Woojung Huh, Microchip Linux Driver Support, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David S . Miller
  Cc: netdev, linux-kernel, Razvan Stefanescu

This patchset adds compatibility string for the KSZ8563 switch.

Razvan Stefanescu (2):
  dt-bindings: net: dsa: document additional Microchip KSZ8563 switch
  net: dsa: microchip: add KSZ8563 compatibility string

 Documentation/devicetree/bindings/net/dsa/ksz.txt | 1 +
 drivers/net/dsa/microchip/ksz9477_spi.c           | 1 +
 2 files changed, 2 insertions(+)

--
Changelog:
v2: drop fix patches

2.20.1


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

* [PATCH v2 1/2] dt-bindings: net: dsa: document additional Microchip KSZ8563 switch
  2019-08-30  7:52 [PATCH v2 0/2] net: dsa: microchip: add KSZ8563 support Razvan Stefanescu
@ 2019-08-30  7:52 ` Razvan Stefanescu
  2019-08-30  7:52 ` [PATCH v2 2/2] net: dsa: microchip: add KSZ8563 compatibility string Razvan Stefanescu
  2019-09-01  6:36 ` [PATCH v2 0/2] net: dsa: microchip: add KSZ8563 support David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Razvan Stefanescu @ 2019-08-30  7:52 UTC (permalink / raw)
  To: Woojung Huh, Microchip Linux Driver Support, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David S . Miller
  Cc: netdev, linux-kernel, Razvan Stefanescu

It is a 3-Port 10/100 Ethernet Switch with 1588v2 PTP.

Signed-off-by: Razvan Stefanescu <razvan.stefanescu@microchip.com>
---
Changelog
v2: no update

 Documentation/devicetree/bindings/net/dsa/ksz.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/dsa/ksz.txt b/Documentation/devicetree/bindings/net/dsa/ksz.txt
index 5e8429b6f9ca..95e91e84151c 100644
--- a/Documentation/devicetree/bindings/net/dsa/ksz.txt
+++ b/Documentation/devicetree/bindings/net/dsa/ksz.txt
@@ -15,6 +15,7 @@ Required properties:
   - "microchip,ksz8565"
   - "microchip,ksz9893"
   - "microchip,ksz9563"
+  - "microchip,ksz8563"
 
 Optional properties:
 
-- 
2.20.1


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

* [PATCH v2 2/2] net: dsa: microchip: add KSZ8563 compatibility string
  2019-08-30  7:52 [PATCH v2 0/2] net: dsa: microchip: add KSZ8563 support Razvan Stefanescu
  2019-08-30  7:52 ` [PATCH v2 1/2] dt-bindings: net: dsa: document additional Microchip KSZ8563 switch Razvan Stefanescu
@ 2019-08-30  7:52 ` Razvan Stefanescu
  2019-09-01  6:36 ` [PATCH v2 0/2] net: dsa: microchip: add KSZ8563 support David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: Razvan Stefanescu @ 2019-08-30  7:52 UTC (permalink / raw)
  To: Woojung Huh, Microchip Linux Driver Support, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, David S . Miller
  Cc: netdev, linux-kernel, Razvan Stefanescu

It is a 3-Port 10/100 Ethernet Switch with 1588v2 PTP.

Signed-off-by: Razvan Stefanescu <razvan.stefanescu@microchip.com>
---
Changelog
v2: no update

 drivers/net/dsa/microchip/ksz9477_spi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/dsa/microchip/ksz9477_spi.c b/drivers/net/dsa/microchip/ksz9477_spi.c
index a226b389e12d..2e402e4d866f 100644
--- a/drivers/net/dsa/microchip/ksz9477_spi.c
+++ b/drivers/net/dsa/microchip/ksz9477_spi.c
@@ -80,6 +80,7 @@ static const struct of_device_id ksz9477_dt_ids[] = {
 	{ .compatible = "microchip,ksz9897" },
 	{ .compatible = "microchip,ksz9893" },
 	{ .compatible = "microchip,ksz9563" },
+	{ .compatible = "microchip,ksz8563" },
 	{},
 };
 MODULE_DEVICE_TABLE(of, ksz9477_dt_ids);
-- 
2.20.1


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

* Re: [PATCH v2 0/2] net: dsa: microchip: add KSZ8563 support
  2019-08-30  7:52 [PATCH v2 0/2] net: dsa: microchip: add KSZ8563 support Razvan Stefanescu
  2019-08-30  7:52 ` [PATCH v2 1/2] dt-bindings: net: dsa: document additional Microchip KSZ8563 switch Razvan Stefanescu
  2019-08-30  7:52 ` [PATCH v2 2/2] net: dsa: microchip: add KSZ8563 compatibility string Razvan Stefanescu
@ 2019-09-01  6:36 ` David Miller
  2 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2019-09-01  6:36 UTC (permalink / raw)
  To: razvan.stefanescu
  Cc: woojung.huh, UNGLinuxDriver, andrew, vivien.didelot, f.fainelli,
	netdev, linux-kernel

From: Razvan Stefanescu <razvan.stefanescu@microchip.com>
Date: Fri, 30 Aug 2019 10:52:00 +0300

> This patchset adds compatibility string for the KSZ8563 switch.

Series applied, thank you.

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

end of thread, other threads:[~2019-09-01  6:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-30  7:52 [PATCH v2 0/2] net: dsa: microchip: add KSZ8563 support Razvan Stefanescu
2019-08-30  7:52 ` [PATCH v2 1/2] dt-bindings: net: dsa: document additional Microchip KSZ8563 switch Razvan Stefanescu
2019-08-30  7:52 ` [PATCH v2 2/2] net: dsa: microchip: add KSZ8563 compatibility string Razvan Stefanescu
2019-09-01  6:36 ` [PATCH v2 0/2] net: dsa: microchip: add KSZ8563 support David Miller

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).