aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/of_mdio.c
AgeCommit message (Expand)Author
2020-06-24of: of_mdio: Correct loop scanning logicFlorian Fainelli
2020-05-21drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij
2018-09-07of: Convert to using %pOFn instead of device_node.nameRob Herring
2018-07-13of: mdio: Support fixed links in of_phy_get_and_connect()Linus Walleij
2018-05-16of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-10of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur
2017-12-27phylib: rename reset-(post-)delay-us to reset-(de)assert-usRichard Leitner
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-13of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King
2017-12-13phylib: Add device reset delay supportRichard Leitner
2017-10-22of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven
2017-09-07Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-13of_mdio: merge branch tails in of_phy_register_fixed_link()Sergei Shtylyov
2017-08-07of_mdio: use of_property_read_u32_array()Sergei Shtylyov
2017-07-24of_mdio: kill useless variable in of_phy_register_fixed_link()Sergei Shtylyov
2017-07-18of: Convert to using %pOF instead of full_nameRob Herring
2017-06-13of_mdio: move of_mdio_parse_addr to header fileJon Mason
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov
2017-04-24mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros
2017-02-19of_mdio: Add "broadcom,bcm5241" to the whitelist.David Daney
2016-11-29of_mdio: add helper to deregister fixed-link PHYsJohan Hovold
2016-11-17of_mdio: fix device reference leak in of_phy_find_deviceJohan Hovold
2016-11-17of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold
2016-07-16of_mdio: Abstract a general interface for phy connectDongpo Li
2016-06-28of_mdio: select fixed phy support unconditionallyArnd Bergmann
2016-06-23of_mdio: Enable fixed PHY support if driver is a moduleBen Hutchings
2016-05-01of: of_mdio: Check if MDIO bus controller is availableFlorian Fainelli
2016-04-26of_mdio: get_phy_device() doesn't return NULL anymoreSergei Shtylyov
2016-04-18of_mdio: make of_mdiobus_register_{device|phy}() *void*Sergei Shtylyov
2016-03-14of_mdio: use PTR_ERR_OR_ZERO()Sergei Shtylyov
2016-03-14of_mdio: use IS_ERR_OR_NULL()Sergei Shtylyov
2016-03-14of_mdio: mdio_device_create() never returns NULLSergei Shtylyov
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-01of_mdio: fix kernel-doc for of_phy_connect()Sergei Shtylyov
2016-03-01of_mdio: kill useless variable in of_mdiobus_register()Sergei Shtylyov
2016-02-09of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.Aaro Koskinen
2016-01-28of: of_mdio: Add a whitelist of PHY compatibilities.Andrew Lunn
2016-01-28of: of_mdio: Ensure mdio device is a PHYAndrew Lunn
2016-01-12mdio: remove an unneed conditionDan Carpenter
2016-01-07mdio: Add support for mdio drivers.Andrew Lunn
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07of: phy: Only register a phy device for physAndrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2015-09-24of_mdio: fix MDIO phy device refcountingRussell King
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn
2015-07-21of_mdio: add new DT property 'managed' to specify the PHY management typeStas Sergeev