1. dcd0ab9 usb: dwc3: support USB 3.1 controllers by Caleb Connolly · Tue Apr 23 16:15:06 2024 +0200
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  4. e324ed0 usb: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:31:30 2024 -0600
  5. e7f1315 usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts by Marek Vasut · Sun Mar 17 05:42:53 2024 +0100
  6. 26ec65b usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadget by Marek Vasut · Sun Mar 17 05:42:52 2024 +0100
  7. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  8. c3421ea treewide: use linux/time.h for time conversion defines by Igor Prusov · Thu Nov 09 20:10:04 2023 +0300
  9. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · Wed Nov 01 15:56:03 2023 -0500
  10. 283bbec board: usb: Replace legacy usb_gadget_handle_interrupts() by Marek Vasut · Fri Sep 01 11:50:03 2023 +0200
  11. c7c028b usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property by Marek Vasut · Sun Nov 27 15:31:56 2022 +0100
  12. 27ef4e6 usb: dwc3: Program GFLADJ by Sean Anderson · Sun Nov 27 15:31:55 2022 +0100
  13. f6785a8 usb: dwc3: Calculate REFCLKPER based on reference clock by Sean Anderson · Sun Nov 27 15:31:54 2022 +0100
  14. 840d219 usb: dwc3: reference clock period configuration by Balaji Prakash J · Sun Nov 27 15:31:53 2022 +0100
  15. eefabee usb: dwc3: core: stop the core when it's removed by Angus Ainslie · Wed Feb 02 15:08:55 2022 -0800
  16. 668bdf6 usb: dwc3: Enable undefined length INCR burst type by Michael Walle · Fri Oct 15 15:15:22 2021 +0200
  17. 679f13c usb: dwc3: Add frame length adjustment quirk by Michael Walle · Fri Oct 15 15:15:21 2021 +0200
  18. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  19. 2789ce8 usb: dwc3: Fix not calling dev_xxx with a device by Sean Anderson · Tue Sep 15 10:45:16 2020 -0400
  20. a4a2912 usb: dwc3: amend UTMI/UTMIW phy interface setup by Frank Wang · Tue May 26 11:34:30 2020 +0800
  21. 461409b usb: dwc3: Enable AutoRetry feature in the controller by Jagan Teki · Tue May 26 11:34:29 2020 +0800
  22. 0ece2f7 usb: dwc3: Add disable u2mac linestate check quirk by Jagan Teki · Tue May 26 11:33:48 2020 +0800
  23. b29bcd7 usb: dwc3: add dis_u2_freeclk_exists_quirk by Frank Wang · Tue May 26 11:33:47 2020 +0800
  24. 0c3b6f5 usb: dwc3: add dis_enblslpm_quirk by Frank Wang · Tue May 26 11:33:46 2020 +0800
  25. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  26. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  27. c1157dc usb: dwc3: add dis_del_phy_power_chg_quirk by Jagan Teki · Wed May 06 13:20:25 2020 +0530
  28. f8bced1 usb: dwc3: use the phy bulk API to get phys by developer · Sat May 02 11:35:13 2020 +0200
  29. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · Fri Feb 14 16:40:19 2020 +0900
  30. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · Fri Feb 14 16:40:18 2020 +0900
  31. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  32. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  33. 5abcf94 usb: dwc3: Fix UTMI/UTMIW phy interface initialization by Jagan Teki · Wed Dec 18 13:00:02 2019 +0530
  34. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  35. 106c71f usb: dwc3: Add phy interface for dwc3_uboot by Jagan Teki · Tue Nov 19 13:56:20 2019 +0530
  36. 731a2a3 usb: dwc3: Kconfig: get rid of obsolete mode selection by Jean-Jacques Hiblot · Wed Sep 11 11:33:53 2019 +0200
  37. ce868d0 usb: dwc3: Add dwc3_of_parse() to get quirks information from DT by Jean-Jacques Hiblot · Wed Sep 11 11:33:52 2019 +0200
  38. 175cd7c usb: dwc3-generic: add a new host driver that uses the dwc3 core by Jean-Jacques Hiblot · Wed Sep 11 11:33:50 2019 +0200
  39. 73a1b8b usb: dwc3: switch to peripheral mode when exiting by Jean-Jacques Hiblot · Wed Sep 11 11:33:45 2019 +0200
  40. 7bb245a drivers: usb: dwc3: setup phy before dwc3 core soft reset by T Karthik Reddy · Wed May 01 10:14:49 2019 +0530
  41. 3de978a dwc3: move phy operation to core.c by Jean-Jacques Hiblot · Thu Nov 29 10:52:45 2018 +0100
  42. 44aaec7 usb: introduce a separate config option for DM USB device by Jean-Jacques Hiblot · Thu Nov 29 10:52:42 2018 +0100
  43. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · Wed Nov 21 08:43:56 2018 +0100
  44. 121f93c drivers: usb: dwc3: remove devm_zalloc from linux_compact by Mugunthan V N · Fri May 18 13:10:27 2018 +0200
  45. 5f7ff71 usb: dwc3: Add dwc3_init/remove with DM_USB by Mugunthan V N · Fri May 18 13:15:04 2018 +0200
  46. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  47. 8e17c16 usb: dwc3: gadget: make cache-maintenance on event buffers more robust by Philipp Tomsich · Thu Apr 06 16:58:53 2017 +0200
  48. 424305f usb: dwc3: fix build warnings by Felipe Balbi · Thu Oct 01 14:22:18 2015 -0500
  49. 698cd6f usb: dwc3: Fix warnings on 64-bit builds by Michal Simek · Fri Oct 30 16:24:06 2015 +0100
  50. b0bacbe usb: dwc3: optimize interrupt loop by Marek Szyprowski · Tue Mar 03 17:32:12 2015 +0100
  51. bf35c60 usb: dwc3: make dwc3_set_mode to static by Joonyoung Shim · Tue Mar 03 17:32:09 2015 +0100
  52. c7bdfe3 dwc3: flush the buffers before using it by Kishon Vijay Abraham I · Mon Feb 23 18:40:13 2015 +0530
  53. 1cee7b1 dwc3: core: added an API to invoke irq handlers by Kishon Vijay Abraham I · Mon Feb 23 18:40:06 2015 +0530
  54. dc5c653 dwc3: core: add support for multiple dwc3 controllers by Kishon Vijay Abraham I · Mon Feb 23 18:40:05 2015 +0530
  55. bfbf05d dwc3: core: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · Mon Feb 23 18:40:04 2015 +0530
  56. 99030d7 usb: dwc3: core: make dwc3 core build in uboot by Kishon Vijay Abraham I · Mon Feb 23 18:40:02 2015 +0530
  57. 1477017 usb: dwc3: remove pm related operations from dwc3 driver by Kishon Vijay Abraham I · Mon Feb 23 18:39:55 2015 +0530
  58. d1e431a usb: dwc3: Modify the file headers to u-boot format by Kishon Vijay Abraham I · Mon Feb 23 18:39:52 2015 +0530
  59. 1530fe3 usb: dwc3: add dwc3 folder from linux kernel to u-boot by Kishon Vijay Abraham I · Mon Feb 23 18:39:50 2015 +0530