mbox series

[net-next,0/7] net: dsa: microchip: use ksz_chip_reg for

Message ID 20220628171329.25503-1-arun.ramadoss@microchip.com (mailing list archive)
Headers show
Series net: dsa: microchip: use ksz_chip_reg for | expand

Message

Arun Ramadoss June 28, 2022, 5:13 p.m. UTC
This patch series tries to use the same approach as struct ksz8 for
register which has different address for different switch family. It
moves the struct ksz8 from ksz8.h to struct ksz_chip_reg. Based on the
switch detect, the corresponding mask, reg and shifts are assigned.

Arun Ramadoss (7):
  net: dsa: microchip: move ksz8->regs to ksz_common
  net: dsa: microchip: move ksz8->masks to ksz_common
  net: dsa: microchip: move ksz8->shifts to ksz_common
  net: dsa: microchip: remove the struct ksz8
  net: dsa: microchip: change the size of reg from u8 to u16
  net: dsa: microchip: add P_STP_CTRL to ksz_chip_reg
  net: dsa: microchip: move remaining register offset to ksz_chip_reg

 drivers/net/dsa/microchip/ksz8.h        |  58 -------
 drivers/net/dsa/microchip/ksz8795.c     | 221 ++++++------------------
 drivers/net/dsa/microchip/ksz8795_reg.h |   1 -
 drivers/net/dsa/microchip/ksz8863_smi.c |  17 +-
 drivers/net/dsa/microchip/ksz9477.c     |   7 +-
 drivers/net/dsa/microchip/ksz9477_reg.h |   6 -
 drivers/net/dsa/microchip/ksz_common.c  | 206 +++++++++++++++-------
 drivers/net/dsa/microchip/ksz_common.h  |  58 +++++++
 drivers/net/dsa/microchip/ksz_spi.c     |  10 +-
 9 files changed, 267 insertions(+), 317 deletions(-)


base-commit: d521bc0a0f7cdd56b646e6283d5f7296eb16793d

Comments

patchwork-bot+netdevbpf@kernel.org June 29, 2022, 1 p.m. UTC | #1
Hello:

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

On Tue, 28 Jun 2022 22:43:22 +0530 you wrote:
> This patch series tries to use the same approach as struct ksz8 for
> register which has different address for different switch family. It
> moves the struct ksz8 from ksz8.h to struct ksz_chip_reg. Based on the
> switch detect, the corresponding mask, reg and shifts are assigned.
> 
> Arun Ramadoss (7):
>   net: dsa: microchip: move ksz8->regs to ksz_common
>   net: dsa: microchip: move ksz8->masks to ksz_common
>   net: dsa: microchip: move ksz8->shifts to ksz_common
>   net: dsa: microchip: remove the struct ksz8
>   net: dsa: microchip: change the size of reg from u8 to u16
>   net: dsa: microchip: add P_STP_CTRL to ksz_chip_reg
>   net: dsa: microchip: move remaining register offset to ksz_chip_reg
> 
> [...]

Here is the summary with links:
  - [net-next,1/7] net: dsa: microchip: move ksz8->regs to ksz_common
    https://git.kernel.org/netdev/net-next/c/486f9ca715d7
  - [net-next,2/7] net: dsa: microchip: move ksz8->masks to ksz_common
    https://git.kernel.org/netdev/net-next/c/d23a5e18606c
  - [net-next,3/7] net: dsa: microchip: move ksz8->shifts to ksz_common
    https://git.kernel.org/netdev/net-next/c/34e48383636f
  - [net-next,4/7] net: dsa: microchip: remove the struct ksz8
    https://git.kernel.org/netdev/net-next/c/47d82864eee1
  - [net-next,5/7] net: dsa: microchip: change the size of reg from u8 to u16
    https://git.kernel.org/netdev/net-next/c/a02579df160e
  - [net-next,6/7] net: dsa: microchip: add P_STP_CTRL to ksz_chip_reg
    https://git.kernel.org/netdev/net-next/c/6877102f95f3
  - [net-next,7/7] net: dsa: microchip: move remaining register offset to ksz_chip_reg
    https://git.kernel.org/netdev/net-next/c/9d95329c65db

You are awesome, thank you!