summaryrefslogtreecommitdiff
path: root/drivers/net/phy/mdio_device.c
AgeCommit message (Expand)Author
2023-11-30net: phy: mdio_device: Reset device only when necessaryAndrew Halaney
2022-12-06net: mdio: fix unbalanced fwnode reference count in mdio_device_release()Zeng Heng
2021-09-19net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean
2021-06-16net: phy: print the function name by __func__ instead of an fixed stringWenpeng Liang
2020-08-03net: mdio device: use flexible sleeping in reset functionBruno Thomsen
2020-07-07net: phy: Fixup parameters in kerneldocAndrew Lunn
2020-06-26net: phy: mdio: reset MDIO devices even if probe() is not implementedBartosz Golaszewski
2020-06-26net: phy: arrange headers in mdio_device.c alphabeticallyBartosz Golaszewski
2019-10-04net: phy: allow for reset line to be tied to a sleepy GPIO controllerAndrea Merello
2019-04-18net: mdio: rename mdio_device reset to reset_gpioDavid Bauer
2019-04-18net: phy: add support for reset-controllerDavid Bauer
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2017-12-27phylib: rename reset-(post-)delay-us to reset-(de)assert-usRichard Leitner
2017-12-13phylib: Add device reset delay supportRichard Leitner
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov
2017-02-07net: phy: Allow pre-declaration of MDIO devicesFlorian Fainelli
2017-01-08mdio: Demote print from info to debug in mdio_device_registerFlorian Fainelli
2016-11-14mdio: Demote print from info to debug in mdio_driver_registerFlorian Fainelli
2016-01-07mdio: Abstract device_remove() and device_free()Andrew Lunn
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn