1. 54bf54c Merge tag 'phy-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy into char-misc-next by Greg Kroah-Hartman · 4 years, 1 month ago
  2. 4ea0bf2 phy: tegra: xusb: Fix usb_phy device driver field by JC Kuo · 4 years, 1 month ago
  3. 50c0133 phy: tegra: Don't warn on probe deferral by Jon Hunter · 4 years, 2 months ago
  4. 86f1a6e phy: tegra: Constify static device_type structs by Rikard Falkeborn · 4 years, 2 months ago
  5. 9ab4212 phy: tegra: convert to devm_platform_ioremap_resource(_byname) by Chunfeng Yun · 4 years, 2 months ago
  6. eb9c4dd phy: tegra: xusb: Fix dangling pointer on probe failure by Marc Zyngier · 4 years, 3 months ago
  7. 0d5c9bc phy: tegra: Select USB_COMMON for usb_get_maximum_speed() by Thierry Reding · 4 years, 9 months ago
  8. 6835bdc phy: tegra: Select USB_PHY by Corentin Labbe · 4 years, 10 months ago
  9. e78fdba phy: tegra: Don't use device-managed API to allocate ports by Thierry Reding · 4 years, 10 months ago
  10. 2f8da84 phy: tegra: Fix regulator leak by Thierry Reding · 4 years, 10 months ago
  11. 5628356 phy: tegra: Print -EPROBE_DEFER error message at debug level by Thierry Reding · 4 years, 10 months ago
  12. ce8dc93 phy: tegra: xusb: Don't warn on probe defer by Jon Hunter · 4 years, 10 months ago
  13. 1ef535c phy: tegra: xusb: Add Tegra194 support by JC Kuo · 4 years, 11 months ago
  14. 0511419 phy: tegra: xusb: Protect Tegra186 soc with config by JC Kuo · 4 years, 11 months ago
  15. 49d46e3 phy: tegra: xusb: Add set_mode support for UTMI phy on Tegra186 by Nagarjuna Kristam · 4 years, 11 months ago
  16. de792a6 phy: tegra: xusb: Add set_mode support for USB 2 phy on Tegra210 by Nagarjuna Kristam · 4 years, 11 months ago
  17. 5a40fc4 phy: tegra: xusb: Add support to get companion USB 3 port by Nagarjuna Kristam · 4 years, 11 months ago
  18. e8f7d2f phy: tegra: xusb: Add usb-phy support by Nagarjuna Kristam · 4 years, 11 months ago
  19. f67213c phy: tegra: xusb: Add usb-role-switch support by Nagarjuna Kristam · 4 years, 11 months ago
  20. 64d5989 phy: tegra: use regulator_bulk_set_supply_names() by Bartosz Golaszewski · 5 years ago
  21. a8a2442 phy: tegra: xusb: Add vbus override support on Tegra186 by Nagarjuna Kristam · 5 years ago
  22. 90767cd phy: tegra: xusb: Add vbus override support on Tegra210 by Nagarjuna Kristam · 5 years ago
  23. a5be28c phy: tegra: xusb: Add usb3 port fake support on Tegra210 by Nagarjuna Kristam · 5 years ago
  24. ac25b6e phy: tegra: xusb: Add XUSB dual mode support on Tegra210 by Nagarjuna Kristam · 5 years ago
  25. f466de0 phy: tegra: xusb: remove unused variable by Chunfeng Yun · 5 years ago
  26. 5dae15b phy: tegra: Add PCIe PIPE2UPHY support by Vidya Sagar · 5 years ago
  27. 90fca07 Merge tag 'phy-for-5.2-rc_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-next by Greg Kroah-Hartman · 6 years ago
  28. e3888cd phy: tegra: xusb: Add Tegra210 PLL power supplies by Thierry Reding · 6 years ago
  29. aa5452f phy: tegra: xusb: Add Tegra124 PLL power supplies by Thierry Reding · 6 years ago
  30. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  31. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  32. bbf7116 phy: tegra: xusb: Add Tegra186 support by JC Kuo · 6 years ago
  33. a630d54 phy: tegra: xusb: Add support for power supplies by Thierry Reding · 6 years ago
  34. 5311a7b phy: tegra: xusb: Parse dual-role mode property by Thierry Reding · 6 years ago
  35. 3cffa08 phy: tegra: xusb: Skip single function lane programming by JC Kuo · 6 years ago
  36. ac9ba7d phy: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  37. f9e8d0f phy: tegra: Convert to use match_string() helper by Andy Shevchenko · 7 years ago
  38. e7f4da4 phy: tegra: xusb: Uncomment register write by Thierry Reding · 7 years ago
  39. a0dd677 phy: tegra: remove redundant self assignment of 'map' by Colin Ian King · 7 years ago
  40. 0460467 phy: tegra: fix device-tree node lookups by Johan Hovold · 7 years ago
  41. 1df79cb phy: tegra: Handle return value of kasprintf by Arvind Yadav · 7 years ago
  42. e4d5973 phy: fix returnvar.cocci warnings by Vivek Gautam · 8 years ago
  43. 045ef31 phy: Fix ptr_ret.cocci warnings by Vivek Gautam · 8 years ago
  44. 713b3ce phy: tegra: mark tegra_xusb_lane_lookup_function() static by Baoyou Xie · 8 years ago
  45. 0674b44 phy: tegra: add missing header dependencies by Baoyou Xie · 8 years ago
  46. 87d66f2 phy: tegra: Add Tegra210 support by Thierry Reding · 9 years ago
  47. 53d2a71 phy: Add Tegra XUSB pad controller support by Thierry Reding · 9 years ago