summaryrefslogtreecommitdiffstats
path: root/drivers/of/of_mdio.c
Commit message (Expand)AuthorAgeFilesLines
* of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-291-0/+15
* of_mdio: fix device reference leak in of_phy_find_deviceJohan Hovold2016-11-171-0/+1
* of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold2016-11-171-1/+4
* of_mdio: Abstract a general interface for phy connectDongpo Li2016-07-161-0/+36
* of_mdio: select fixed phy support unconditionallyArnd Bergmann2016-06-281-2/+0
* of_mdio: Enable fixed PHY support if driver is a moduleBen Hutchings2016-06-231-1/+1
* of: of_mdio: Check if MDIO bus controller is availableFlorian Fainelli2016-05-011-0/+4
* of_mdio: get_phy_device() doesn't return NULL anymoreSergei Shtylyov2016-04-261-1/+1
* of_mdio: make of_mdiobus_register_{device|phy}() *void*Sergei Shtylyov2016-04-181-13/+8
* of_mdio: use PTR_ERR_OR_ZERO()Sergei Shtylyov2016-03-141-3/+3
* of_mdio: use IS_ERR_OR_NULL()Sergei Shtylyov2016-03-141-1/+1
* of_mdio: mdio_device_create() never returns NULLSergei Shtylyov2016-03-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-0/+1
|\
| * of_mdio: fix kernel-doc for of_phy_connect()Sergei Shtylyov2016-03-011-0/+1
* | of_mdio: kill useless variable in of_mdiobus_register()Sergei Shtylyov2016-03-011-3/+1
|/
* of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.Aaro Koskinen2016-02-091-0/+1
* of: of_mdio: Add a whitelist of PHY compatibilities.Andrew Lunn2016-01-281-0/+27
* of: of_mdio: Ensure mdio device is a PHYAndrew Lunn2016-01-281-1/+9
* mdio: remove an unneed conditionDan Carpenter2016-01-121-4/+2
* mdio: Add support for mdio drivers.Andrew Lunn2016-01-071-0/+33
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-1/+1
* of: phy: Only register a phy device for physAndrew Lunn2016-01-071-7/+34
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-3/+3
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-6/+1
* of_mdio: fix MDIO phy device refcountingRussell King2015-09-241-4/+23
* phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn2015-08-311-3/+10
* of_mdio: add new DT property 'managed' to specify the PHY management typeStas Sergeev2015-07-211-2/+17
* of: mdio: Add a "broken-turn-around" propertyFlorian Fainelli2015-05-141-0/+3
* of: mdio: export of_mdio_parse_addrFlorian Fainelli2015-03-111-1/+2
* net: phy: adjust fixed_phy_register() return valuePetri Gynther2014-10-071-2/+5
* of: mdio: honor flags passed to of_phy_connectFlorian Fainelli2014-09-191-0/+2
* net: fix circular dependency in of_mdio codeDaniel Mack2014-07-021-34/+0
* of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun2014-06-221-3/+5
* of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack2014-06-021-0/+1
* net: of_mdio: use int type for address variableDaniel Mack2014-06-021-2/+1
* net: of_mdio: don't store the length of a property if we don't need toDaniel Mack2014-05-291-2/+2
* net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack2014-05-291-0/+33
* net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack2014-05-291-12/+23
* of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer2014-05-261-1/+0
* net: phy: make of_set_phy_supported work with genphy driverSascha Hauer2014-05-221-26/+0
* of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli2014-05-221-38/+0
* of: provide a binding for fixed link PHYsThomas Petazzoni2014-05-161-0/+67
* of_mdio: Allow the DT to specify the phy ID and avoid autoprobingJason Gunthorpe2014-03-201-1/+22
* of_mdio: fix phy interrupt passingBen Dooks2014-02-181-7/+9
* net: of_mdio: fix of_set_phy_supported after driver probingFlorian Fainelli2014-02-141-1/+5
* phylib: Add of_phy_attachAndy Fleming2014-01-131-0/+20
* net: of_mdio: parse "max-speed" property to set PHY supported featuresFlorian Fainelli2013-12-061-1/+24
* net: of_mdio: do not overwrite PHY interrupt configurationFlorian Fainelli2013-12-061-2/+3
* net: of_mdio: use PHY_MAX_ADDR constantFlorian Fainelli2013-12-061-1/+1
* net: of_mdio: factor PHY registration from of_mdiobus_registerFlorian Fainelli2013-12-061-63/+46
OpenPOWER on IntegriCloud