summaryrefslogtreecommitdiff
path: root/drivers/of/of_mdio.c
AgeCommit message (Expand)Author
2018-03-03of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur
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
2015-05-14of: mdio: Add a "broken-turn-around" propertyFlorian Fainelli
2015-03-11of: mdio: export of_mdio_parse_addrFlorian Fainelli
2014-10-07net: phy: adjust fixed_phy_register() return valuePetri Gynther
2014-09-19of: mdio: honor flags passed to of_phy_connectFlorian Fainelli
2014-07-02net: fix circular dependency in of_mdio codeDaniel Mack
2014-06-22of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun
2014-06-02of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack
2014-06-02net: of_mdio: use int type for address variableDaniel Mack
2014-05-29net: of_mdio: don't store the length of a property if we don't need toDaniel Mack
2014-05-29net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack
2014-05-29net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack
2014-05-26of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer