Searched hist:"4658 f2fe8fbcb12c1db0577ad9c46b67f10d09f1" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/dsa/microchip/ |
H A D | Makefile | diff 4658f2fe8fbcb12c1db0577ad9c46b67f10d09f1 Wed Jun 22 11:04:25 CEST 2022 Arun Ramadoss <arun.ramadoss@microchip.com> net: dsa: microchip: common ksz_spi_probe for ksz switches
As of now, there are two spi probes, one ksz8795_spi.c and other ksz9477_spi.c. This patch combines two files into single ksz_spi.c. The difference between the two are regmap config and struct ksz8. The regmap config is assigned based on the platform data. And struct ksz8 is left untouched, as it is used only ksz8795.c. It can be used for all other switches also in future.
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Kconfig | diff 4658f2fe8fbcb12c1db0577ad9c46b67f10d09f1 Wed Jun 22 11:04:25 CEST 2022 Arun Ramadoss <arun.ramadoss@microchip.com> net: dsa: microchip: common ksz_spi_probe for ksz switches
As of now, there are two spi probes, one ksz8795_spi.c and other ksz9477_spi.c. This patch combines two files into single ksz_spi.c. The difference between the two are regmap config and struct ksz8. The regmap config is assigned based on the platform data. And struct ksz8 is left untouched, as it is used only ksz8795.c. It can be used for all other switches also in future.
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ksz_spi.c | diff 4658f2fe8fbcb12c1db0577ad9c46b67f10d09f1 Wed Jun 22 11:04:25 CEST 2022 Arun Ramadoss <arun.ramadoss@microchip.com> net: dsa: microchip: common ksz_spi_probe for ksz switches
As of now, there are two spi probes, one ksz8795_spi.c and other ksz9477_spi.c. This patch combines two files into single ksz_spi.c. The difference between the two are regmap config and struct ksz8. The regmap config is assigned based on the platform data. And struct ksz8 is left untouched, as it is used only ksz8795.c. It can be used for all other switches also in future.
Signed-off-by: Arun Ramadoss <arun.ramadoss@microchip.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|