1. 2e1bf3a net: mii_timestamper: fix static allocation by PHY driver by Michael Walle · 5 years ago
  2. 0e0daf6 net: mdio: of: fix potential NULL pointer derefernce by Michael Walle · 5 years ago
  3. 1dca22b net: mdio: of: Register discovered MII time stampers. by Richard Cochran · 5 years ago
  4. 0aa4d01 of: mdio: export of_mdiobus_child_is_phy by Antoine Tenart · 5 years ago
  5. 0c65b2b net: of_get_phy_mode: Change API to solve int/unit warnings by Andrew Lunn · 5 years ago
  6. d7eb651 of: mdio: Fix a signedness bug in of_phy_get_and_connect() by Dan Carpenter · 5 years ago
  7. cfba5de drivers: Introduce device lookup variants by of_node by Suzuki K Poulose · 5 years ago
  8. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  9. 418e3ea bus_find_device: Unify the match callback with class_find_device by Suzuki K Poulose · 6 years ago
  10. 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
  11. 5468e82 net: phy: fixed-phy: Drop GPIO from fixed_phy_add() by Linus Walleij · 6 years ago
  12. a613b26 of: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  13. 6eb9c9d of: mdio: Support fixed links in of_phy_get_and_connect() by Linus Walleij · 6 years ago
  14. 6d07a68 of: mdio: Fall back to mdiobus_register() with NULL device_node by Florian Fainelli · 7 years ago
  15. 19d28fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. 95f566d of_mdio: avoid MDIO bus removal when a PHY is missing by Madalin Bucur · 7 years ago
  17. 04f629f phylib: rename reset-(post-)delay-us to reset-(de)assert-us by Richard Leitner · 7 years ago
  18. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  19. 94a5ef1 of_mdio / mdiobus: ensure mdio devices have fwnode correctly populated by Russell King · 7 years ago
  20. 3a30ae6 phylib: Add device reset delay support by Richard Leitner · 7 years ago
  21. 66bdede of_mdio: Fix broken PHY IRQ in case of probe deferral by Geert Uytterhoeven · 7 years ago
  22. 74fee4e Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  23. 5a7a834 of_mdio: merge branch tails in of_phy_register_fixed_link() by Sergei Shtylyov · 7 years ago
  24. d226a2b of_mdio: use of_property_read_u32_array() by Sergei Shtylyov · 7 years ago
  25. e470e4f of_mdio: kill useless variable in of_phy_register_fixed_link() by Sergei Shtylyov · 7 years ago
  26. 0d638a0 of: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  27. 4798a71 of_mdio: move of_mdio_parse_addr to header file by Jon Mason · 8 years ago
  28. d396e84 mdio_bus: handle only single PHY reset GPIO by Sergei Shtylyov · 8 years ago
  29. 6922689 mdio_bus: Issue GPIO RESET to PHYs. by Roger Quadros · 8 years ago
  30. 7e1392f of_mdio: Add "broadcom,bcm5241" to the whitelist. by David Daney · 8 years ago
  31. 3f65047 of_mdio: add helper to deregister fixed-link PHYs by Johan Hovold · 8 years ago
  32. 3ae30f4 of_mdio: fix device reference leak in of_phy_find_device by Johan Hovold · 8 years ago
  33. 48c1699d of_mdio: fix node leak in of_phy_register_fixed_link error path by Johan Hovold · 8 years ago
  34. b786241 of_mdio: Abstract a general interface for phy connect by Dongpo Li · 8 years ago
  35. a5e4bd9 of_mdio: select fixed phy support unconditionally by Arnd Bergmann · 9 years ago
  36. d1bd330 of_mdio: Enable fixed PHY support if driver is a module by Ben Hutchings · 9 years ago
  37. a77f4f7 of: of_mdio: Check if MDIO bus controller is available by Florian Fainelli · 9 years ago
  38. af5840a of_mdio: get_phy_device() doesn't return NULL anymore by Sergei Shtylyov · 9 years ago
  39. b520bd0 of_mdio: make of_mdiobus_register_{device|phy}() *void* by Sergei Shtylyov · 9 years ago
  40. 5189b1d of_mdio: use PTR_ERR_OR_ZERO() by Sergei Shtylyov · 9 years ago
  41. ac044b9 of_mdio: use IS_ERR_OR_NULL() by Sergei Shtylyov · 9 years ago
  42. a3478ba of_mdio: mdio_device_create() never returns NULL by Sergei Shtylyov · 9 years ago
  43. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  44. 735c1e2 of_mdio: fix kernel-doc for of_phy_connect() by Sergei Shtylyov · 9 years ago
  45. 2fca6d2 of_mdio: kill useless variable in of_mdiobus_register() by Sergei Shtylyov · 9 years ago
  46. f5a952c0 of: of_mdio: Add marvell, 88e1145 to whitelist of PHY compatibilities. by Aaro Koskinen · 9 years ago
  47. ae46113 of: of_mdio: Add a whitelist of PHY compatibilities. by Andrew Lunn · 9 years ago
  48. 6ed7423 of: of_mdio: Ensure mdio device is a PHY by Andrew Lunn · 9 years ago
  49. 1bc16ad mdio: remove an unneed condition by Dan Carpenter · 9 years ago
  50. a9049e0 mdio: Add support for mdio drivers. by Andrew Lunn · 9 years ago
  51. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 9 years ago
  52. 801a8ef of: phy: Only register a phy device for phys by Andrew Lunn · 9 years ago
  53. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  54. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  55. f018ae7 of_mdio: fix MDIO phy device refcounting by Russell King · 9 years ago
  56. a559700 phy: fixed_phy: Add gpio to determine link up/down. by Andrew Lunn · 9 years ago
  57. 4cba5c2 of_mdio: add new DT property 'managed' to specify the PHY management type by Stas Sergeev · 9 years ago
  58. ab6016e of: mdio: Add a "broken-turn-around" property by Florian Fainelli · 10 years ago
  59. 33d6737 of: mdio: export of_mdio_parse_addr by Florian Fainelli · 10 years ago
  60. fd2ef0b net: phy: adjust fixed_phy_register() return value by Petri Gynther · 10 years ago
  61. 2f63715 of: mdio: honor flags passed to of_phy_connect by Florian Fainelli · 10 years ago
  62. d9daa24 net: fix circular dependency in of_mdio code by Daniel Mack · 11 years ago
  63. a72e154 of: mdio: fixup of_phy_register_fixed_link parsing of new bindings by Richard Retanubun · 11 years ago
  64. e067ee3 of: of_mdio: export symbol of_mdiobus_link_phydev by Daniel Mack · 11 years ago
  65. 4cd984b net: of_mdio: use int type for address variable by Daniel Mack · 11 years ago
  66. 24f28dd net: of_mdio: don't store the length of a property if we don't need to by Daniel Mack · 11 years ago
  67. 86f6cf4 net: of_mdio: add of_mdiobus_link_phydev() by Daniel Mack · 11 years ago
  68. 8f83828 net: of_mdio: factor out code to parse a phy's 'reg' property by Daniel Mack · 11 years ago
  69. 587b24a of: mdio: fix compile warning in of_mdiobus_register_phy() by Christian Engelmayer · 11 years ago
  70. de906af net: phy: make of_set_phy_supported work with genphy driver by Sascha Hauer · 11 years ago
  71. ea3429c of: mdio: remove of_phy_connect_fixed_link by Florian Fainelli · 11 years ago
  72. 3be2a49 of: provide a binding for fixed link PHYs by Thomas Petazzoni · 11 years ago
  73. 3c6f559 of_mdio: Allow the DT to specify the phy ID and avoid autoprobing by Jason Gunthorpe · 11 years ago
  74. f15c586 of_mdio: fix phy interrupt passing by Ben Dooks · 11 years ago
  75. ce11c43 net: of_mdio: fix of_set_phy_supported after driver probing by Florian Fainelli · 11 years ago
  76. 7614aba phylib: Add of_phy_attach by Andy Fleming · 11 years ago
  77. 8fdade4 net: of_mdio: parse "max-speed" property to set PHY supported features by Florian Fainelli · 11 years ago
  78. 7d97637 net: of_mdio: do not overwrite PHY interrupt configuration by Florian Fainelli · 11 years ago
  79. bed2f9e net: of_mdio: use PHY_MAX_ADDR constant by Florian Fainelli · 11 years ago
  80. 2e79cb3 net: of_mdio: factor PHY registration from of_mdiobus_register by Florian Fainelli · 11 years ago
  81. 058112c net: of_mdio: fix behavior on missing phy device by Sebastian Hesselbarth · 12 years ago
  82. 779d835 net: of_mdio: scan mdiobus for PHYs without reg property by Sebastian Hesselbarth · 12 years ago
  83. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  84. e207e76 of_mdio: Honour "status=disabled" property of device by Alexander Sverdlin · 12 years ago
  85. 6bd47ac netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register() by David Daney · 13 years ago
  86. ac28b9f netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYs by David Daney · 13 years ago
  87. 2510602 netdev/of/phy: New function: of_mdio_find_bus(). by David Daney · 13 years ago
  88. e5c7d1f of/mdio: fix fixed link bus name by Baruch Siach · 13 years ago
  89. ae97159 of_mdio: Don't phy_scan_fixups() twice by Kyle Moffett · 13 years ago
  90. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  91. 1945886 of/mdio: Fix some endianness problems. by David Daney · 14 years ago
  92. e387344 of/irq: Move irq_of_parse_and_map() to common code by Grant Likely · 15 years ago
  93. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
  94. 58f9b0b of: eliminate of_device->node and dev_archdata->{of,prom}_node by Grant Likely · 15 years ago
  95. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
  96. d706c1b driver-core: Add device node pointer to struct device by Grant Likely · 15 years ago
  97. 9bd7371 of: check for IS_ERR() by Dan Carpenter · 15 years ago
  98. 3371488 of: assume big-endian properties, adding conversions where necessary by Jeremy Kerr · 15 years ago
  99. 08a7963 of: Remove nested function by Jérôme Pouiller · 15 years ago
  100. 24c30db of/mdio: Add support function for Ethernet fixed-link property by Anton Vorontsov · 15 years ago