Message ID | 20220628171329.25503-1-arun.ramadoss@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | net: dsa: microchip: use ksz_chip_reg for | expand |
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!