1. 16d9785 usb: dwc3: add layerscape support by Michael Walle · 3 years, 1 month ago
  2. 668bdf6 usb: dwc3: Enable undefined length INCR burst type by Michael Walle · 3 years, 1 month ago
  3. 679f13c usb: dwc3: Add frame length adjustment quirk by Michael Walle · 3 years, 1 month ago
  4. 2e166c8 usb: dwc3: meson-gxl: add AXG compatible by Neil Armstrong · 3 years, 2 months ago
  5. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  6. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
  7. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · 3 years, 5 months ago
  8. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 5 months ago
  9. b032aa6 usb: dwc3-generic: Disable host driver definition if gadget only by Kunihiko Hayashi · 3 years, 7 months ago
  10. f2a1bed usb: dwc3-meson-g12a: skip phy on -ENODATA aswell by Neil Armstrong · 3 years, 7 months ago
  11. 9297a7f lib: string: Implement strlcat by Sean Anderson · 3 years, 9 months ago
  12. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  13. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  14. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  15. 221d7fa x86: edison: Use dwc3-generic driver for Intel Edison by Andy Shevchenko · 4 years ago
  16. 75275c6 usb: dwc3-meson-g12a: always configure dr-mode by Marek Szyprowski · 4 years ago
  17. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  18. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  19. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  20. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  21. c37f8f3 usb: dwc3: Handle case where setup_phy is not needed by Siva Durga Prasad Paladugu · 4 years, 1 month ago
  22. 60d6b5d Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 2 months ago
  23. c1a7e72c usb: dwc3: add Amlogic GXL & GXL DWC3 Glue by Neil Armstrong · 4 years, 3 months ago
  24. a468d76 usb: dwc3: Don't include asm-generic/io.h by Sean Anderson · 4 years, 2 months ago
  25. 9a62b42 usb: dwc3: ti: Fix not calling dev_err with a device by Sean Anderson · 4 years, 2 months ago
  26. 2789ce8 usb: dwc3: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 2 months ago
  27. 746862b usb: dwc3: Add Qualcomm DWC3 compatible string by Robert Marko · 4 years, 3 months ago
  28. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  29. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  30. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  31. f5a6c5b usb: dwc3: add make compatible for rockchip platform by Frank Wang · 4 years, 6 months ago
  32. a4a2912 usb: dwc3: amend UTMI/UTMIW phy interface setup by Frank Wang · 4 years, 6 months ago
  33. 461409b usb: dwc3: Enable AutoRetry feature in the controller by Jagan Teki · 4 years, 6 months ago
  34. 0ece2f7 usb: dwc3: Add disable u2mac linestate check quirk by Jagan Teki · 4 years, 6 months ago
  35. b29bcd7 usb: dwc3: add dis_u2_freeclk_exists_quirk by Frank Wang · 4 years, 6 months ago
  36. 0c3b6f5 usb: dwc3: add dis_enblslpm_quirk by Frank Wang · 4 years, 6 months ago
  37. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  38. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  39. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  40. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  41. 1eb3c30 usb: dwc3: Add versal compatibility string to dwc3 glue ids by Siva Durga Prasad Paladugu · 4 years, 7 months ago
  42. c1157dc usb: dwc3: add dis_del_phy_power_chg_quirk by Jagan Teki · 4 years, 7 months ago
  43. f8bced1 usb: dwc3: use the phy bulk API to get phys by developer · 4 years, 7 months ago
  44. a29def2 usb: dwc3-meson-g12a: add power-on/off of the PHYs by Neil Armstrong · 4 years, 7 months ago
  45. 1b80705 usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 9 months ago
  46. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 10 months ago
  47. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 10 months ago
  48. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  49. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  50. c628295 dwc3-generic: Add support for AM654 USB controller by Vignesh Raghavendra · 5 years ago
  51. 5abcf94 usb: dwc3: Fix UTMI/UTMIW phy interface initialization by Jagan Teki · 5 years ago
  52. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  53. 106c71f usb: dwc3: Add phy interface for dwc3_uboot by Jagan Teki · 5 years ago
  54. c6de6cf dwc3: flush cache only if there is a buffer attached to a request by Marek Szyprowski · 5 years ago
  55. e9310fc dwc3-generic: Don't fail probe if clk/reset entries are absent by Vignesh Raghavendra · 5 years ago
  56. 731a2a3 usb: dwc3: Kconfig: get rid of obsolete mode selection by Jean-Jacques Hiblot · 5 years ago
  57. ce868d0 usb: dwc3: Add dwc3_of_parse() to get quirks information from DT by Jean-Jacques Hiblot · 5 years ago
  58. 547df0d usb: dwc3-generic: if no max speed is specified in DT, assume super speed by Jean-Jacques Hiblot · 5 years ago
  59. 175cd7c usb: dwc3-generic: add a new host driver that uses the dwc3 core by Jean-Jacques Hiblot · 5 years ago
  60. 2bf2c35 usb: dwc3-generic: factorize code by Jean-Jacques Hiblot · 5 years ago
  61. a33aa76 usb: dwc3-generic: use platdata by Jean-Jacques Hiblot · 5 years ago
  62. 9f1b49c usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit by Jean-Jacques Hiblot · 5 years ago
  63. 73a1b8b usb: dwc3: switch to peripheral mode when exiting by Jean-Jacques Hiblot · 5 years ago
  64. 7bb245a drivers: usb: dwc3: setup phy before dwc3 core soft reset by T Karthik Reddy · 6 years ago
  65. b49b5c2 usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue by Jean-Jacques Hiblot · 5 years ago
  66. 5a94557 usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback by Jean-Jacques Hiblot · 5 years ago
  67. 1f70889 usb: dwc3: Add Meson G12A USB Glue by Neil Armstrong · 6 years ago
  68. ca848df dwc3-generic: Add support for the am437x by Jean-Jacques Hiblot · 6 years ago
  69. 3e0684b usb: dwc3-generic: make it compatible with "ti, keystone-dwc3" by Jean-Jacques Hiblot · 6 years ago
  70. 80d353c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · 6 years ago
  71. 65596f1 dwc3-generic: Add support for the TI DWC3 glue by Jean-Jacques Hiblot · 6 years ago
  72. 31da49d usb: dwc3: Fix a compilation error with the edison defconfig by Jean-Jacques Hiblot · 6 years ago
  73. ae004d3 dwc3-generic: Add select_dr_mode operation by Jean-Jacques Hiblot · 6 years ago
  74. aa866a0 dwc3-generic: Handle the PHYs, the clocks and the reset lines by Jean-Jacques Hiblot · 6 years ago
  75. 9dc0d5c dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  76. 3de978a dwc3: move phy operation to core.c by Jean-Jacques Hiblot · 6 years ago
  77. d7c36ae dwc3_generic: do not probe the USB device driver when it's bound by Jean-Jacques Hiblot · 6 years ago
  78. 49ba05c usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt() by Jean-Jacques Hiblot · 6 years ago
  79. 44aaec7 usb: introduce a separate config option for DM USB device by Jean-Jacques Hiblot · 6 years ago
  80. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  81. d6e53c7 drivers: cosmetic: Convert SPDX license tags to Linux Kernel style by Patrick Delaunay · 6 years ago
  82. 9aadafc bug.h: introduce WARN_ONCE by Ramon Fried · 6 years ago
  83. 121f93c drivers: usb: dwc3: remove devm_zalloc from linux_compact by Mugunthan V N · 7 years ago
  84. 9d8cbbf usb: dwc3: Add generic DWC3 glue logic driver by Michal Simek · 7 years ago
  85. 5f7ff71 usb: dwc3: Add dwc3_init/remove with DM_USB by Mugunthan V N · 7 years ago
  86. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  87. 0da3db9 usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h> by Masahiro Yamada · 7 years ago
  88. 958f0f0 bug.h: move runtime BUG/WARN macros into <linux/bug.h> by Masahiro Yamada · 7 years ago
  89. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  90. a50bab3 usb: dwc3: add UniPhier specific glue layer by Masahiro Yamada · 7 years ago
  91. 66038de usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3 by Masahiro Yamada · 7 years ago
  92. 8e17c16 usb: dwc3: gadget: make cache-maintenance on event buffers more robust by Philipp Tomsich · 8 years ago
  93. ed12167 usb: dwc3: ensure consistent types for dwc3_flush_cache by Philipp Tomsich · 8 years ago
  94. c3e61e0 usb: dwc3: gadget: Remove unused header inclusion by Vincent Tinelli · 8 years ago
  95. 813fe9d ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX by Nishanth Menon · 8 years ago
  96. 470c722 usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabled by Roger Quadros · 9 years ago
  97. 38db33a usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig by Sam Protsenko · 9 years ago
  98. 70ad200 usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig by Sam Protsenko · 9 years ago
  99. 8073f47 usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig by Sam Protsenko · 9 years ago
  100. b4a0bf7 usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig by Sam Protsenko · 9 years ago