mbox series

[net-next,v6,0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support

Message ID BYAPR11MB3558B8A089C88DFFFC09B067EC8B2@BYAPR11MB3558.namprd11.prod.outlook.com (mailing list archive)
Headers show
Series net: dsa: microchip: Add KSZ8895/KSZ8864 switch support | expand

Message

Tristram.Ha@microchip.com Aug. 26, 2024, 9:43 p.m. UTC
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(-)

Comments

Krzysztof Kozlowski Aug. 27, 2024, 1:34 p.m. UTC | #1
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
patchwork-bot+netdevbpf@kernel.org Aug. 27, 2024, 11:30 p.m. UTC | #2
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!