Searched hist:aac94001067da183455d6d37959892744fa01d9d (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/net/dsa/realtek/ |
H A D | Makefile | diff aac94001067da183455d6d37959892744fa01d9d Fri Jan 28 07:05:02 CET 2022 Luiz Angelo Daros de Luca <luizluca@gmail.com> net: dsa: realtek: add new mdio interface for drivers
This driver is a mdio_driver instead of a platform driver (like realtek-smi).
ds_ops was duplicated for smi and mdio usage as mdio interfaces uses phy_{read,write} in ds_ops and the presence of phy_read is incompatible with external slave_mii_bus allocation.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Tested-by: Arınç ÜNAL <arinc.unal@arinc9.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Kconfig | diff aac94001067da183455d6d37959892744fa01d9d Fri Jan 28 07:05:02 CET 2022 Luiz Angelo Daros de Luca <luizluca@gmail.com> net: dsa: realtek: add new mdio interface for drivers
This driver is a mdio_driver instead of a platform driver (like realtek-smi).
ds_ops was duplicated for smi and mdio usage as mdio interfaces uses phy_{read,write} in ds_ops and the presence of phy_read is incompatible with external slave_mii_bus allocation.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Tested-by: Arınç ÜNAL <arinc.unal@arinc9.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | realtek.h | diff aac94001067da183455d6d37959892744fa01d9d Fri Jan 28 07:05:02 CET 2022 Luiz Angelo Daros de Luca <luizluca@gmail.com> net: dsa: realtek: add new mdio interface for drivers
This driver is a mdio_driver instead of a platform driver (like realtek-smi).
ds_ops was duplicated for smi and mdio usage as mdio interfaces uses phy_{read,write} in ds_ops and the presence of phy_read is incompatible with external slave_mii_bus allocation.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Tested-by: Arınç ÜNAL <arinc.unal@arinc9.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | realtek-mdio.c | aac94001067da183455d6d37959892744fa01d9d Fri Jan 28 07:05:02 CET 2022 Luiz Angelo Daros de Luca <luizluca@gmail.com> net: dsa: realtek: add new mdio interface for drivers
This driver is a mdio_driver instead of a platform driver (like realtek-smi).
ds_ops was duplicated for smi and mdio usage as mdio interfaces uses phy_{read,write} in ds_ops and the presence of phy_read is incompatible with external slave_mii_bus allocation.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Tested-by: Arınç ÜNAL <arinc.unal@arinc9.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | realtek-smi.c | diff aac94001067da183455d6d37959892744fa01d9d Fri Jan 28 07:05:02 CET 2022 Luiz Angelo Daros de Luca <luizluca@gmail.com> net: dsa: realtek: add new mdio interface for drivers
This driver is a mdio_driver instead of a platform driver (like realtek-smi).
ds_ops was duplicated for smi and mdio usage as mdio interfaces uses phy_{read,write} in ds_ops and the presence of phy_read is incompatible with external slave_mii_bus allocation.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Tested-by: Arınç ÜNAL <arinc.unal@arinc9.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | rtl8366rb.c | diff aac94001067da183455d6d37959892744fa01d9d Fri Jan 28 07:05:02 CET 2022 Luiz Angelo Daros de Luca <luizluca@gmail.com> net: dsa: realtek: add new mdio interface for drivers
This driver is a mdio_driver instead of a platform driver (like realtek-smi).
ds_ops was duplicated for smi and mdio usage as mdio interfaces uses phy_{read,write} in ds_ops and the presence of phy_read is incompatible with external slave_mii_bus allocation.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Tested-by: Arınç ÜNAL <arinc.unal@arinc9.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | rtl8365mb.c | diff aac94001067da183455d6d37959892744fa01d9d Fri Jan 28 07:05:02 CET 2022 Luiz Angelo Daros de Luca <luizluca@gmail.com> net: dsa: realtek: add new mdio interface for drivers
This driver is a mdio_driver instead of a platform driver (like realtek-smi).
ds_ops was duplicated for smi and mdio usage as mdio interfaces uses phy_{read,write} in ds_ops and the presence of phy_read is incompatible with external slave_mii_bus allocation.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> Tested-by: Arınç ÜNAL <arinc.unal@arinc9.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|