aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/of_mdio.c
Commit message (Expand)AuthorAge
* of: mdio: Fix a signedness bug in of_phy_get_and_connect()Dan Carpenter2019-09-27
* drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-30
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-12
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-23
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner2019-06-05
|/
* net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-04
* of: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-07
* of: mdio: Support fixed links in of_phy_get_and_connect()Linus Walleij2018-07-13
* of: mdio: Fall back to mdiobus_register() with NULL device_nodeFlorian Fainelli2018-05-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-11
|\
| * of_mdio: avoid MDIO bus removal when a PHY is missingMadalin Bucur2018-01-10
* | phylib: rename reset-(post-)delay-us to reset-(de)assert-usRichard Leitner2017-12-27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-16
|\|
| * of_mdio / mdiobus: ensure mdio devices have fwnode correctly populatedRussell King2017-12-13
* | phylib: Add device reset delay supportRichard Leitner2017-12-13
|/
* of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven2017-10-21
* Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-07
|\
| * of: Convert to using %pOF instead of full_nameRob Herring2017-07-18
* | of_mdio: merge branch tails in of_phy_register_fixed_link()Sergei Shtylyov2017-08-13
* | of_mdio: use of_property_read_u32_array()Sergei Shtylyov2017-08-07
* | of_mdio: kill useless variable in of_phy_register_fixed_link()Sergei Shtylyov2017-07-24
|/
* of_mdio: move of_mdio_parse_addr to header fileJon Mason2017-06-13
* mdio_bus: handle only single PHY reset GPIOSergei Shtylyov2017-06-13
* mdio_bus: Issue GPIO RESET to PHYs.Roger Quadros2017-04-24
* of_mdio: Add "broadcom,bcm5241" to the whitelist.David Daney2017-02-19
* of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-29
* of_mdio: fix device reference leak in of_phy_find_deviceJohan Hovold2016-11-17
* of_mdio: fix node leak in of_phy_register_fixed_link error pathJohan Hovold2016-11-17
* of_mdio: Abstract a general interface for phy connectDongpo Li2016-07-17
* of_mdio: select fixed phy support unconditionallyArnd Bergmann2016-06-28
* of_mdio: Enable fixed PHY support if driver is a moduleBen Hutchings2016-06-23
* of: of_mdio: Check if MDIO bus controller is availableFlorian Fainelli2016-05-01
* of_mdio: get_phy_device() doesn't return NULL anymoreSergei Shtylyov2016-04-26
* of_mdio: make of_mdiobus_register_{device|phy}() *void*Sergei Shtylyov2016-04-18
* of_mdio: use PTR_ERR_OR_ZERO()Sergei Shtylyov2016-03-14
* of_mdio: use IS_ERR_OR_NULL()Sergei Shtylyov2016-03-14
* of_mdio: mdio_device_create() never returns NULLSergei Shtylyov2016-03-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-08
|\
| * of_mdio: fix kernel-doc for of_phy_connect()Sergei Shtylyov2016-03-01
* | of_mdio: kill useless variable in of_mdiobus_register()Sergei Shtylyov2016-03-01
|/
* of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities.Aaro Koskinen2016-02-09
* of: of_mdio: Add a whitelist of PHY compatibilities.Andrew Lunn2016-01-29
* of: of_mdio: Ensure mdio device is a PHYAndrew Lunn2016-01-28
* mdio: remove an unneed conditionDan Carpenter2016-01-12
* mdio: Add support for mdio drivers.Andrew Lunn2016-01-07
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-07
* of: phy: Only register a phy device for physAndrew Lunn2016-01-07
* phy: Add an mdio_device structureAndrew Lunn2016-01-07
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-07
* of_mdio: fix MDIO phy device refcountingRussell King2015-09-25