summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean2021-09-191-0/+11
* net: phy: print the function name by __func__ instead of an fixed stringWenpeng Liang2021-06-161-2/+2
* net: mdio device: use flexible sleeping in reset functionBruno Thomsen2020-08-031-1/+1
* net: phy: Fixup parameters in kerneldocAndrew Lunn2020-07-071-1/+1
* net: phy: mdio: reset MDIO devices even if probe() is not implementedBartosz Golaszewski2020-06-261-7/+6
* net: phy: arrange headers in mdio_device.c alphabeticallyBartosz Golaszewski2020-06-261-1/+1
* net: phy: allow for reset line to be tied to a sleepy GPIO controllerAndrea Merello2019-10-041-1/+1
* net: mdio: rename mdio_device reset to reset_gpioDavid Bauer2019-04-181-3/+3
* net: phy: add support for reset-controllerDavid Bauer2019-04-181-2/+11
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-221-6/+1
* phylib: rename reset-(post-)delay-us to reset-(de)assert-usRichard Leitner2017-12-271-1/+1
* phylib: Add device reset delay supportRichard Leitner2017-12-131-2/+11
* phylib: Add device reset GPIO supportSergei Shtylyov2017-12-051-2/+23
* net: phy: Allow pre-declaration of MDIO devicesFlorian Fainelli2017-02-071-0/+11
* mdio: Demote print from info to debug in mdio_device_registerFlorian Fainelli2017-01-081-1/+1
* mdio: Demote print from info to debug in mdio_driver_registerFlorian Fainelli2016-11-141-1/+1
* mdio: Abstract device_remove() and device_free()Andrew Lunn2016-01-071-0/+2
* mdio: Add support for mdio drivers.Andrew Lunn2016-01-071-0/+169