linux/drivers/net/dsa/microchip
Oleksij Rempel 5bd3ecd121 net: dsa: microchip: ksz9477: remove MII_CTRL1000 check from ksz9477_w_phy()
The reason why PHYlib may access MII_CTRL1000 on the chip without GBit
support is only if chip provides wrong information about extended caps
register. This issue is now handled by ksz9477_r_phy_quirks()

With proper regmap_ranges provided for all chips we will be able to
catch this kind of bugs any way. So, remove this sanity check.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-08-31 09:41:23 +01:00
..
Kconfig net: dsa: microchip: add DSA support for microchip LAN937x 2022-07-02 16:34:05 +01:00
ksz8.h net: dsa: microchip: allow to pass return values for PHY read/write accesses 2022-08-31 09:41:19 +01:00
ksz8795_reg.h net: dsa: microchip: ksz8795: use common xmii function 2022-07-27 09:39:17 +01:00
ksz8795.c net: dsa: microchip: ksz8795: add error handling to ksz8_r/w_phy 2022-08-31 09:41:23 +01:00
ksz8863_smi.c net: dsa: microchip: remove the struct ksz8 2022-06-29 13:47:59 +01:00
ksz9477_i2c.c net: dsa: microchip: remove the ksz8/ksz9477_switch_register 2022-06-24 11:31:44 +01:00
ksz9477_reg.h net: dsa: microchip: ksz9477: use common xmii function 2022-07-27 09:39:17 +01:00
ksz9477.c net: dsa: microchip: ksz9477: remove MII_CTRL1000 check from ksz9477_w_phy() 2022-08-31 09:41:23 +01:00
ksz9477.h net: dsa: microchip: allow to pass return values for PHY read/write accesses 2022-08-31 09:41:19 +01:00
ksz_common.c net: dsa: microchip: add regmap_range for KSZ8563 chip 2022-08-31 09:41:23 +01:00
ksz_common.h net: dsa: microchip: add support for regmap_access_tables 2022-08-31 09:41:23 +01:00
ksz_spi.c net: dsa: microchip: add support for regmap_access_tables 2022-08-31 09:41:23 +01:00
lan937x_main.c net: dsa: microchip: allow to pass return values for PHY read/write accesses 2022-08-31 09:41:19 +01:00
lan937x_reg.h net: dsa: microchip: apply rgmii tx and rx delay in phylink mac config 2022-07-27 09:39:17 +01:00
lan937x.h net: dsa: microchip: allow to pass return values for PHY read/write accesses 2022-08-31 09:41:19 +01:00
Makefile net: dsa: microchip: add DSA support for microchip LAN937x 2022-07-02 16:34:05 +01:00