1. 226d87b phy: add support for STM32 usb phy controller by Patrice Chotard · Fri Apr 27 11:01:55 2018 +0200
  2. 6b37c0c7 phy: marvell: a3700: Fix compatible string for ehci by Marek Behún · Fri May 11 10:03:39 2018 +0200
  3. 1ca1215 phy: marvell: core: Cosmetic fixes by Marek Behún · Tue Apr 24 17:21:28 2018 +0200
  4. 3c340ed phy: marvell: a3700: Save/restore selector reg in SGMII init by Marek Behún · Tue Apr 24 17:21:24 2018 +0200
  5. 817c2ce phy: marvell: a3700: Use comphy_mux on Armada 37xx. by Marek Behún · Tue Apr 24 17:21:23 2018 +0200
  6. 79c115a phy: marvell: a3700: Fix SGMII cfg and stat register addresses by Marek Behún · Tue Apr 24 17:21:22 2018 +0200
  7. 13d8539 phy: marvell: mux: Support nontrivial node order in selector register by Marek Behún · Tue Apr 24 17:21:21 2018 +0200
  8. 2684a39 phy: marvell: a3700: revise the USB3 comphy setting during power on by zachary · Tue Apr 24 17:21:20 2018 +0200
  9. b3b7e21 phy: marvell: a3700: Set USB3 RX wait depending on ref clock by Marek Behún · Tue Apr 24 17:21:19 2018 +0200
  10. ef6f36e phy: marvell: a3700: Access USB3 register indirectly on lane 2 by Marek Behún · Tue Apr 24 17:21:18 2018 +0200
  11. fbf651d phy: marvell: a3700: Use reg_set_indirect istead of 2 reg_sets by Marek Behún · Tue Apr 24 17:21:17 2018 +0200
  12. e3183c6 phy: marvell: a3700: Use (!ret) instead of (ret == 0) by Marek Behún · Tue Apr 24 17:21:16 2018 +0200
  13. 69fb636 phy: marvell: a3700: Use same timeout for all register polling by Marek Behún · Tue Apr 24 17:21:15 2018 +0200
  14. a89ae13 phy: marvell: a3700: Don't create functional macro for each register by Marek Behún · Tue Apr 24 17:21:14 2018 +0200
  15. ee3e2f6 phy: marvell: a3700: Use reg_set16 instead of phy_write16 by Marek Behún · Tue Apr 24 17:21:13 2018 +0200
  16. 4c02f73 phy: marvell: a3700: Change return type of macro MVEBU_REG by Marek Behún · Tue Apr 24 17:21:12 2018 +0200
  17. e4873e3 regmap: change regmap_init_mem() to take ofnode instead udevice by Masahiro Yamada · Thu Apr 19 12:14:03 2018 +0900
  18. 54c5ecb regmap: clean up regmap allocation by Masahiro Yamada · Thu Apr 19 12:14:01 2018 +0900
  19. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  20. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  21. 1cbd9ae phy: Add Amlogic Meson USB2 & USB3 Generic PHY drivers by Neil Armstrong · Wed Apr 11 17:08:02 2018 +0200
  22. 66871b7 phy: add support for bcm6318 usbh phy by Álvaro Fernández Rojas · Sun Feb 04 21:11:15 2018 +0100
  23. dbb6baf phy: add support for bcm6368 usbh phy by Álvaro Fernández Rojas · Sun Feb 04 21:10:13 2018 +0100
  24. 54a1fb6 phy: add support for bcm6358 usbh phy by Álvaro Fernández Rojas · Sun Feb 04 11:19:11 2018 +0100
  25. b3c963a phy: add support for bcm6348 usbh phy by Álvaro Fernández Rojas · Sun Feb 04 11:18:24 2018 +0100
  26. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  27. 9e21624 sti: fix STMicroelectronics copyright by Patrice Chotard · Mon Oct 23 09:53:57 2017 +0200
  28. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · Sat Sep 16 14:10:41 2017 +0900
  29. 6b33651 usb: phy: Add STi USB2 PHY by Patrice Chotard · Tue Sep 05 11:04:21 2017 +0200
  30. c2da3e3 phy: add a NO-OP phy driver by Jean-Jacques Hiblot · Mon Jul 24 15:18:15 2017 +0200
  31. 956b7ad drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails by Patrice Chotard · Tue Jul 18 11:38:42 2017 +0200
  32. 5a3d1c6 pipe3: Fix broken dependency by Jean-Jacques Hiblot · Fri Jul 07 12:13:34 2017 +0200
  33. cfe0c90 sandbox: phy: Update driver for livetree by Simon Glass · Thu May 18 20:09:48 2017 -0600
  34. 8195551 dm: phy: Update uclass to support livetree by Simon Glass · Thu May 18 20:09:47 2017 -0600
  35. 54cbcc8 dm: core: Rename of_device_is_compatible() by Simon Glass · Thu May 18 20:08:57 2017 -0600
  36. 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · Wed May 17 17:18:09 2017 -0600
  37. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · Wed May 17 17:18:05 2017 -0600
  38. 8904415 Merge git://git.denx.de/u-boot-dm by Tom Rini · Tue May 09 16:11:36 2017 -0400
  39. 73e95eb drivers: phy: add PIPE3 phy driver by Jean-Jacques Hiblot · Mon Apr 24 11:51:29 2017 +0200
  40. 7e9db02 dm: test: Add tests for the generic PHY uclass by Jean-Jacques Hiblot · Mon Apr 24 11:51:28 2017 +0200
  41. 4844778 drivers: phy: add generic PHY framework by Jean-Jacques Hiblot · Mon Apr 24 11:51:27 2017 +0200
  42. 50dd09e fix: phy: marvell: cp110: pcie: update analog parameters according to latest ETP by Igal Liberman · Mon Apr 24 18:45:33 2017 +0300
  43. c8855ce fix: phy: marvell: cp110: rename comphy_index to cp_index by Igal Liberman · Mon Apr 24 18:45:32 2017 +0300
  44. 980d809 fix: phy: marvell: cp110: sfi: update analog parameters according to latest ETP by Igal Liberman · Mon Apr 24 18:45:31 2017 +0300
  45. 3d7a2f4 phy: marvell: print comphy status even when it's disconnected by Stefan Roese · Mon Apr 24 18:45:30 2017 +0300
  46. b8b7c67 fix: phy: marvell: cp110: fix comphy lane 4 selection options by Stefan Roese · Mon Apr 24 18:45:29 2017 +0300
  47. 989b96f phy: marvell: cp110: add 5G XFI mode by Igal Liberman · Mon Apr 24 18:45:28 2017 +0300
  48. b15d61d fix: phy: marvell: cp110: update comphy selector option by Stefan Roese · Mon Apr 24 18:45:27 2017 +0300
  49. 547a98f fix: phy: marvell: cp110: sata: update analog parameters according to latest ETP by Igal Liberman · Mon Apr 24 18:45:26 2017 +0300
  50. 4fbca01 fix: phy: marvell: cp110: fix the KR/SFI line 4 selector by Stefan Roese · Mon Apr 24 18:45:25 2017 +0300
  51. f4fed5c phy: marvell: add IGNORE COMPHY type by Stefan Roese · Mon Apr 24 18:45:24 2017 +0300
  52. b781f57 phy: marvell: cp110: update utmi phy connection type by Stefan Roese · Mon Apr 24 18:45:23 2017 +0300
  53. 2313efe phy: marvell: cp110: add support for end point configuration by Stefan Roese · Mon Apr 24 18:45:22 2017 +0300
  54. db720b7 phy: marvell: Replace PHY_TYPE_KR with PHY_TYPE_SFI by Stefan Roese · Mon Apr 24 18:45:21 2017 +0300
  55. fa737e8 fix: mvebu_ comphy: Update COMPHY sequence number by Konstantin Porotchkin · Wed Apr 19 13:37:59 2017 +0300
  56. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · Tue Jan 17 16:52:55 2017 -0700
  57. 86928bf phy: comphy_a3700: Change SD/MMC compatible DT node to match the updates by Stefan Roese · Thu Jan 12 16:37:49 2017 +0100
  58. 2c473dc drivers/phy: marvell: Add support for the slave CP COMPHY device by Stefan Roese · Tue Oct 25 18:16:25 2016 +0200
  59. 8dfa4ee marvell: comphy_a3700: fix bitmask by Andre Przywara · Wed Nov 16 00:50:10 2016 +0000
  60. 499c29e libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · Sun Oct 02 17:59:29 2016 -0600
  61. 648391c drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 7K/8K by Stefan Roese · Tue Aug 30 16:48:20 2016 +0200
  62. 8f64e26 drivers/phy: Add Marvell SerDes / PHY drivers used on Armada 3k by Stefan Roese · Mon May 23 11:12:05 2016 +0200