linux/drivers/net/dsa/microchip
Arun Ramadoss 91a98917a8 net: dsa: microchip: move switch chip_id detection to ksz_common
KSZ87xx and KSZ88xx have chip_id representation at reg location 0. And
KSZ9477 compatible switch and LAN937x switch have same chip_id detection
at location 0x01 and 0x02. To have the common switch detect
functionality for ksz switches, ksz_switch_detect function is
introduced.

Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
2022-06-21 15:26:44 +02:00
..
Kconfig net: dsa: microchip: Add Microchip KSZ8863 SMI based driver support 2021-04-27 14:13:24 -07:00
ksz8.h net: dsa: microchip: ksz8xxx: Replace kernel.h with the necessary inclusions 2022-06-07 20:43:54 -07:00
ksz8795.c net: dsa: microchip: move switch chip_id detection to ksz_common 2022-06-21 15:26:44 +02:00
ksz8795_reg.h net: dsa: microchip: move switch chip_id detection to ksz_common 2022-06-21 15:26:44 +02:00
ksz8795_spi.c net: dsa: microchip: perform the compatibility check for dev probed 2022-05-18 12:50:59 +01:00
ksz8863_smi.c net: dsa: microchip: perform the compatibility check for dev probed 2022-05-18 12:50:59 +01:00
ksz9477.c net: dsa: microchip: move switch chip_id detection to ksz_common 2022-06-21 15:26:44 +02:00
ksz9477_i2c.c net: dsa: microchip: perform the compatibility check for dev probed 2022-05-18 12:50:59 +01:00
ksz9477_reg.h net: dsa: microchip: move switch chip_id detection to ksz_common 2022-06-21 15:26:44 +02:00
ksz9477_spi.c net: dsa: microchip: perform the compatibility check for dev probed 2022-05-18 12:50:59 +01:00
ksz_common.c net: dsa: microchip: move switch chip_id detection to ksz_common 2022-06-21 15:26:44 +02:00
ksz_common.h net: dsa: microchip: move switch chip_id detection to ksz_common 2022-06-21 15:26:44 +02:00
Makefile net: dsa: microchip: Add Microchip KSZ8863 SMI based driver support 2021-04-27 14:13:24 -07:00