summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/mdio_bus.c
Commit message (Expand)AuthorAgeFilesLines
* devfs: Drop dev_lseek_default()Andrey Smirnov2019-01-291-1/+0
* drivers: net: phy: convert drivers to spdxOleksij Rempel2018-12-071-6/+1
* mdio_bus: Allow for non PHY-devices on MDIO busesAndrey Smirnov2018-10-231-1/+13
* mdio_bus: Fix documentation for mdio_bus_match()Andrey Smirnov2018-10-181-4/+7
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-1/+1
* net: mdio: Do not warn about invalid PHY addressSascha Hauer2018-09-181-4/+4
* phylib: add support for reset-gpiosSam Ravnborg2018-08-241-1/+95
* rename file_operations -> cdev_operationsSascha Hauer2018-04-061-1/+1
* net: mdio-mux: Avoid probing multiplexed bussesAndrey Smirnov2017-12-061-0/+3
* mdio_bus: Port of_mdio_find_bus() from Linux kernelAndrey Smirnov2017-12-061-0/+27
* param: make parameter functions more consistentSascha Hauer2017-04-111-2/+2
* mdio_bus: Change PHY's naming schemeAndrey Smirnov2016-02-031-1/+3
* mdio_bus: Add mdiobus_get_bus() functionAndrey Smirnov2016-02-031-0/+19
* mdio_bus: Change dev_info to dev_dbgAndrey Smirnov2016-02-031-1/+1
* net: phy: Do not double remove phy deviceSascha Hauer2015-05-051-0/+2
* net: phy: Support limiting phy speed in the devicetreeSascha Hauer2014-05-211-1/+35
* net: phy: register phys specified in devicetreeSascha Hauer2014-05-211-0/+69
* net: phy: move setting of phy_map to phy_register_deviceSascha Hauer2014-05-211-2/+0
* miitool: change behaviour closer to linux' mii-toolAntony Pavlov2014-01-061-9/+1
* net: phy: implement detect callback for miibus devicesSascha Hauer2013-12-111-0/+31
* net: phy: Track mii buses on a listSascha Hauer2013-12-111-0/+6
* net: phy: move phy_init_hw to phy_device_connectSascha Hauer2013-12-111-8/+0
* net: phy: cleanup attached device handlingSascha Hauer2013-12-111-4/+0
* net: phy: Fix get_phy_device return valueSascha Hauer2013-11-251-1/+1
* treewide: Use dev_add_param_int_ro where possibleSascha Hauer2013-04-111-6/+2
* phy: fix force modeJean-Christophe PLAGNIOL-VILLARD2013-02-251-0/+4
* drivers/base: fix corrupt device treeSascha Hauer2012-12-121-4/+0
* phylib: add fixup supportJean-Christophe PLAGNIOL-VILLARD2012-11-201-8/+11
* mdio_bus: fix matchJean-Christophe PLAGNIOL-VILLARD2012-11-201-1/+1
* phylib: introduction of forced 100MbpsJean-Christophe PLAGNIOL-VILLARD2012-11-191-0/+4
* phylib: export phy_id via paramJean-Christophe PLAGNIOL-VILLARD2012-11-191-0/+3
* mdiobus: do not scan the bus at registration timeSascha Hauer2012-11-071-22/+1
* mdiobus: return existing phydev in mdiobus_scanSascha Hauer2012-10-301-0/+3
* net mdio_bus: Add missing bus_registerSascha Hauer2012-10-041-2/+0
* net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-0/+250