All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: dsa: microchip: add ksz8563 to ksz9477 I2C driver
@ 2022-02-18 13:15 Ahmad Fatoum
  2022-02-19 19:00 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2022-02-18 13:15 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Woojung Huh, UNGLinuxDriver,
	Andrew Lunn, Vivien Didelot, Florian Fainelli, Vladimir Oltean
  Cc: netdev, kernel, Ahmad Fatoum

The KSZ9477 SPI driver already has support for the KSZ8563. The same switch
chip can also be managed via i2c and we have an KSZ9477 I2C driver, but
that one lacks the relevant compatible entry. Add it.

DT bindings already describe this compatible.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 drivers/net/dsa/microchip/ksz9477_i2c.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/dsa/microchip/ksz9477_i2c.c b/drivers/net/dsa/microchip/ksz9477_i2c.c
index f3afb8b8c4cc..cbc0b20e7e1b 100644
--- a/drivers/net/dsa/microchip/ksz9477_i2c.c
+++ b/drivers/net/dsa/microchip/ksz9477_i2c.c
@@ -92,6 +92,7 @@ static const struct of_device_id ksz9477_dt_ids[] = {
 	{ .compatible = "microchip,ksz9893" },
 	{ .compatible = "microchip,ksz9563" },
 	{ .compatible = "microchip,ksz9567" },
+	{ .compatible = "microchip,ksz8563" },
 	{},
 };
 MODULE_DEVICE_TABLE(of, ksz9477_dt_ids);
-- 
2.30.2


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

* Re: [PATCH net-next] net: dsa: microchip: add ksz8563 to ksz9477 I2C driver
  2022-02-18 13:15 [PATCH net-next] net: dsa: microchip: add ksz8563 to ksz9477 I2C driver Ahmad Fatoum
@ 2022-02-19 19:00 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-02-19 19:00 UTC (permalink / raw)
  To: Ahmad Fatoum
  Cc: davem, kuba, woojung.huh, UNGLinuxDriver, andrew, vivien.didelot,
	f.fainelli, olteanv, netdev, kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 18 Feb 2022 14:15:40 +0100 you wrote:
> The KSZ9477 SPI driver already has support for the KSZ8563. The same switch
> chip can also be managed via i2c and we have an KSZ9477 I2C driver, but
> that one lacks the relevant compatible entry. Add it.
> 
> DT bindings already describe this compatible.
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> 
> [...]

Here is the summary with links:
  - [net-next] net: dsa: microchip: add ksz8563 to ksz9477 I2C driver
    https://git.kernel.org/netdev/net-next/c/173a272a9f17

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-02-19 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-18 13:15 [PATCH net-next] net: dsa: microchip: add ksz8563 to ksz9477 I2C driver Ahmad Fatoum
2022-02-19 19:00 ` patchwork-bot+netdevbpf

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.