mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [Patch net-next 0/7] net: dsa: microchip: use ksz_chip_reg for
@ 2022-06-28 17:13 Arun Ramadoss
  2022-06-28 17:13 ` [Patch net-next 1/7] net: dsa: microchip: move ksz8->regs to ksz_common Arun Ramadoss
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Arun Ramadoss @ 2022-06-28 17:13 UTC (permalink / raw)
  To: linux-kernel, netdev
  Cc: Woojung Huh, UNGLinuxDriver, Andrew Lunn, Vivien Didelot,
	Florian Fainelli, Vladimir Oltean, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Russell King

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
-- 
2.36.1


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

end of thread, other threads:[~2022-06-29 13:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28 17:13 [Patch net-next 0/7] net: dsa: microchip: use ksz_chip_reg for Arun Ramadoss
2022-06-28 17:13 ` [Patch net-next 1/7] net: dsa: microchip: move ksz8->regs to ksz_common Arun Ramadoss
2022-06-28 17:13 ` [Patch net-next 2/7] net: dsa: microchip: move ksz8->masks " Arun Ramadoss
2022-06-28 17:13 ` [Patch net-next 3/7] net: dsa: microchip: move ksz8->shifts " Arun Ramadoss
2022-06-28 17:13 ` [Patch net-next 4/7] net: dsa: microchip: remove the struct ksz8 Arun Ramadoss
2022-06-28 17:13 ` [Patch net-next 5/7] net: dsa: microchip: change the size of reg from u8 to u16 Arun Ramadoss
2022-06-28 17:13 ` [Patch net-next 6/7] net: dsa: microchip: add P_STP_CTRL to ksz_chip_reg Arun Ramadoss
2022-06-28 17:13 ` [Patch net-next 7/7] net: dsa: microchip: move remaining register offset " Arun Ramadoss
2022-06-29 13:00 ` [Patch net-next 0/7] net: dsa: microchip: use ksz_chip_reg for 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

all inboxes | Powered by JetHome®