zephyr/drivers/ethernet/phy
Robert Slawinski ef6f804d8f drivers: dm8806: link speed change interrupt handling
On the interrupt handling, one thread per driver instance is involved
into monitoring the semaphor, sends inside the gpio callback triggered
by the gpio interrupt. Each time, when the link parameters are change,
the DM8806 is generating the gpio interrupt. After getting semaphor,
the application callback function which was linked during initialization
process is called to get the new link parameters with standard API
calls

Signed-off-by: Robert Slawinski <robert.slawinski1@gmail.com>
2024-12-09 09:50:29 +01:00
..
CMakeLists.txt drivers: dm8806: add new driver for davicom dm8806 phy mac 2024-12-09 09:50:29 +01:00
Kconfig drivers: dm8806: link speed change interrupt handling 2024-12-09 09:50:29 +01:00
Kconfig.dm8806 drivers: dm8806: link speed change interrupt handling 2024-12-09 09:50:29 +01:00
Kconfig.tja1103 drivers: eth: phy: tja1103: Handle link change 2024-02-01 14:29:43 -06:00
phy_adin2111_priv.h
phy_adin2111.c drivers: ethphy: Place API into iterable section 2024-11-30 01:04:49 +01:00
phy_dm8806_priv.h drivers: dm8806: link speed change interrupt handling 2024-12-09 09:50:29 +01:00
phy_dm8806.c drivers: dm8806: link speed change interrupt handling 2024-12-09 09:50:29 +01:00
phy_microchip_ksz8081.c drivers: ethphy: Place API into iterable section 2024-11-30 01:04:49 +01:00
phy_mii.c drivers: eth: phy_mii: Add BMSR second read in update_link state 2024-12-05 07:45:19 +01:00
phy_qualcomm_ar8031.c drivers: ethphy: Place API into iterable section 2024-11-30 01:04:49 +01:00
phy_realtek_rtl8211f.c drivers: ethphy: Place API into iterable section 2024-11-30 01:04:49 +01:00
phy_ti_dp83825.c drivers: ethphy: Place API into iterable section 2024-11-30 01:04:49 +01:00
phy_tja1103.c drivers: ethphy: Place API into iterable section 2024-11-30 01:04:49 +01:00