summaryrefslogtreecommitdiff
path: root/drivers/of/of_mdio.c
AgeCommit message (Expand)Author
2020-10-10net: phy: Move of_mdio from drivers/of to drivers/net/mdioCalvin Johnson
2020-09-24of: add of_mdio_find_device() apiRussell King
2020-08-03net: mdiobus: add reset-post-delay-us handlingBruno Thomsen
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-20of: mdio: preserve phy dev_flags in of_phy_connect()Tao Ren
2020-06-19of: of_mdio: Correct loop scanning logicFlorian Fainelli
2020-04-22net: mdio: of: export part of of_mdiobus_register_phy()Oleksij Rempel
2020-03-03drivers/of/of_mdio.c:fix of_mdiobus_register()Dajun Jin
2020-01-31net: mii_timestamper: fix static allocation by PHY driverMichael Walle
2020-01-31net: mdio: of: fix potential NULL pointer derefernceMichael Walle
2019-12-25net: mdio: of: Register discovered MII time stampers.Richard Cochran
2019-12-19of: mdio: export of_mdiobus_child_is_phyAntoine Tenart
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-09-27of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
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