summaryrefslogtreecommitdiffstats
path: root/drivers/of/of_mdio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-051-2/+1Star
|/
* net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-051-8/+1Star
* of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-071-6/+6
* of: mdio: Support fixed links in of_phy_get_and_connect()Linus Walleij2018-07-141-4/+13
* of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli2018-05-161-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-121-2/+7
|\
| * of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur2018-01-101-2/+7
* | phylib: rename reset-(post-)delay-us to reset-(de)assert-usRichard Leitner2017-12-271-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-171-0/+3
|\|
| * of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King2017-12-131-0/+3
* | phylib: Add device reset delay supportRichard Leitner2017-12-131-0/+4
|/
* of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven2017-10-221-12/+27
* Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-071-2/+2
|\
| * of: Convert to using %pOF instead of full_nameRob Herring2017-07-191-2/+2
* | of_mdio: merge branch tails in of_phy_register_fixed_link()Sergei Shtylyov2017-08-141-12/+11Star
* | of_mdio: use of_property_read_u32_array()Sergei Shtylyov2017-08-071-8/+8
* | of_mdio: kill useless variable in of_phy_register_fixed_link()Sergei Shtylyov2017-07-251-4/+2Star
|/
* of_mdio: move of_mdio_parse_addr to header fileJon Mason2017-06-131-22/+0Star
* mdio_bus: handle only single PHY reset GPIOSergei Shtylyov2017-06-131-1/+0Star
* mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros2017-04-241-0/+7
* of_mdio: Add "broadcom,bcm5241" to the whitelist.David Daney2017-02-201-0/+1
* of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-301-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-171-0/+36
* of_mdio: select fixed phy support unconditionallyArnd Bergmann2016-06-281-2/+0Star
* 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-021-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-191-13/+8Star
* 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/+1Star
|/
* 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-291-0/+27
* of: of_mdio: Ensure mdio device is a PHYAndrew Lunn2016-01-291-1/+9
* mdio: remove an unneed conditionDan Carpenter2016-01-121-4/+2Star
* 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/+1Star
* of_mdio: fix MDIO phy device refcountingRussell King2015-09-251-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-221-2/+17