devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v6 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
@ 2024-08-26 21:43 Tristram.Ha
  2024-08-27 13:34 ` Krzysztof Kozlowski
  2024-08-27 23:30 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Tristram.Ha @ 2024-08-26 21:43 UTC (permalink / raw)
  To: Woojung.Huh, UNGLinuxDriver, devicetree, andrew, f.fainelli,
	olteanv
  Cc: o.rempel, pieter.van.trappen, davem, edumazet, kuba, pabeni, robh,
	krzk+dt, conor+dt, marex, netdev, linux-kernel

From: Tristram Ha <tristram.ha@microchip.com>

This series of patches is to add KSZ8895/KSZ8864 switch support to the
KSZ DSA driver.

v6
- Add reviews of Pieter and Oleksij

v5
- Update with Pieter's suggestion
- Rebase with updated commit

v4
- Update with Paolo's suggestion
- Sort KSZ8864 and KSZ8895 behind KSZ8863

v3
- Correct microchip,ksz.yaml to pass yamllint check

v2
- Add maintainers for devicetree

Tristram Ha (2):
  dt-bindings: net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
  net: dsa: microchip: Add KSZ8895/KSZ8864 switch support

 .../bindings/net/dsa/microchip,ksz.yaml       |   2 +
 drivers/net/dsa/microchip/ksz8795.c           |  16 ++-
 drivers/net/dsa/microchip/ksz_common.c        | 134 +++++++++++++++++-
 drivers/net/dsa/microchip/ksz_common.h        |  25 +++-
 drivers/net/dsa/microchip/ksz_dcb.c           |   2 +-
 drivers/net/dsa/microchip/ksz_spi.c           |  15 +-
 include/linux/platform_data/microchip-ksz.h   |   2 +
 7 files changed, 180 insertions(+), 16 deletions(-)

-- 
2.34.1

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

* Re: [PATCH net-next v6 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
  2024-08-26 21:43 [PATCH net-next v6 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support Tristram.Ha
@ 2024-08-27 13:34 ` Krzysztof Kozlowski
  2024-08-27 23:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2024-08-27 13:34 UTC (permalink / raw)
  To: Tristram.Ha, Woojung.Huh, UNGLinuxDriver, devicetree, andrew,
	f.fainelli, olteanv
  Cc: o.rempel, pieter.van.trappen, davem, edumazet, kuba, pabeni, robh,
	krzk+dt, conor+dt, marex, netdev, linux-kernel

On 26/08/2024 23:43, Tristram.Ha@microchip.com wrote:
> From: Tristram Ha <tristram.ha@microchip.com>
> 
> This series of patches is to add KSZ8895/KSZ8864 switch support to the
> KSZ DSA driver.
> 
> v6
> - Add reviews of Pieter and Oleksij

Please fix your threading in future submissions.

No other changes? Then:

Please add Acked-by/Reviewed-by/Tested-by tags when posting new
versions, under or above your Signed-off-by tag. Tag is "received", when
provided in a message replied to you on the mailing list. Tools like b4
can help here. However, there's no need to repost patches *only* to add
the tags. The upstream maintainer will do that for tags received on the
version they apply.

Best regards,
Krzysztof


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

* Re: [PATCH net-next v6 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
  2024-08-26 21:43 [PATCH net-next v6 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support Tristram.Ha
  2024-08-27 13:34 ` Krzysztof Kozlowski
@ 2024-08-27 23:30 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-08-27 23:30 UTC (permalink / raw)
  To: Tristram.Ha
  Cc: Woojung.Huh, UNGLinuxDriver, devicetree, andrew, f.fainelli,
	olteanv, o.rempel, pieter.van.trappen, davem, edumazet, kuba,
	pabeni, robh, krzk+dt, conor+dt, marex, netdev, linux-kernel

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 26 Aug 2024 21:43:02 +0000 you wrote:
> From: Tristram Ha <tristram.ha@microchip.com>
> 
> This series of patches is to add KSZ8895/KSZ8864 switch support to the
> KSZ DSA driver.
> 
> v6
> - Add reviews of Pieter and Oleksij
> 
> [...]

Here is the summary with links:
  - [net-next,v6,1/2] dt-bindings: net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
    https://git.kernel.org/netdev/net-next/c/e3717f2ad1a2
  - [net-next,v6,2/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
    https://git.kernel.org/netdev/net-next/c/a96c5515d0d1

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] 3+ messages in thread

end of thread, other threads:[~2024-08-27 23:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26 21:43 [PATCH net-next v6 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support Tristram.Ha
2024-08-27 13:34 ` Krzysztof Kozlowski
2024-08-27 23:30 ` patchwork-bot+netdevbpf

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