1. 33e8e61 usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2 by Tom Rini · 3 years, 1 month ago
  2. dcd2bbe usb: dwc2: Avoid delay when initializing USB peripheral by dwc2 by João Loureiro · 3 years, 6 months ago
  3. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  4. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  5. 046ade8 usb: dwc2: Fix not calling dev_xxx with a device by Sean Anderson · 4 years ago
  6. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  7. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  8. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  9. 245847f usb: host: dwc2: add trace to have clean usb start by Patrick Delaunay · 4 years, 5 months ago
  10. 6600438 usb: host: dwc2: force reset assert by Patrick Delaunay · 4 years, 5 months ago
  11. 0bc632c usb: host: dwc2: add clk support by Patrick Delaunay · 4 years, 5 months ago
  12. e17a4bf usb: host: dwc2: add phy support by Patrick Delaunay · 4 years, 5 months ago
  13. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  14. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 10 months ago
  15. 9dcab2c dwc2: use the nonblock argument in submit_int_msg by Michal Suchanek · 5 years ago
  16. 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  17. fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  18. 88c34b8 usb: dwc2: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  19. ff5d5cc usb: dwc2: Add brcm,bcm2708-usb compatible by Emmanuel Vadot · 6 years ago
  20. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  21. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  22. ac6c796 usb: dwc2: Replace printf, pr_err by dev_info, dev_err by Patrice Chotard · 7 years ago
  23. c2e4c86 usb: dwc2: increase timeout in wait_for_chhltd by Christophe Kerello · 7 years ago
  24. 82e7975 usb: dwc2: disable external vbus supply when the device is removed by Christophe Kerello · 7 years ago
  25. 42637fd usb: dwc2: Allow selection of data buffer size by Alexey Brodkin · 7 years ago
  26. 163f885 usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH by Alexey Brodkin · 7 years ago
  27. 4826350 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  28. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  29. a9d3037 usb: dwc2: convert to livetree by Philipp Tomsich · 7 years ago
  30. dd22bac usb: dwc2: use dev_read_bool() instead of fdt_getprop() by Meng Dongyang · 7 years ago
  31. c65a349 usb: dwc2: force to host mode if not support HNP/SRP by Meng Dongyang · 7 years ago
  32. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  33. 57ca63b usb: dwc2: invalidate the dcache before starting the DMA by Eddie Cai · 7 years ago
  34. 5c73536 usb: dwc2: add support for external vbus supply by Kever Yang · 8 years ago
  35. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  36. 2bf352f usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA by Stefan Roese · 8 years ago
  37. e96e064 usb: dwc2: Init desc_before_addr by Marek Vasut · 8 years ago
  38. b4fbd08 usb: dwc2: Make OC protection configurable by Marek Vasut · 8 years ago
  39. 618da56 usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init() by Marek Vasut · 8 years ago
  40. 5590198 usb: dwc2: Pass private data into dwc_otg_core_init() by Marek Vasut · 8 years ago
  41. b5ab663 usb: dwc2: disable erroneous overcurrent condition by Dinh Nguyen · 9 years ago
  42. 9c3193f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
  43. fd2cd66 usb: dwc2: Use shared wait_for_bit by Mateusz Kulikowski · 9 years ago
  44. 25612f2 usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check bounds by Stefan Brüns · 9 years ago
  45. d2ff51b usb: dwc2: Add SPLIT INTERRUPT transaction support by Stefan Brüns · 9 years ago
  46. b54e447 usb: dwc2: Implement SPLIT transaction support by Stefan Brüns · 9 years ago
  47. 890f0ee usb: dwc2: add helper function for setting SPLIT HC registers by Stefan Brüns · 9 years ago
  48. daed305 usb: dwc2: split transfer core from outer loop by Stefan Brüns · 9 years ago
  49. 03460cd usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ack by Stefan Brüns · 9 years ago
  50. 56a7bbd usb: dwc2: Fix out-of-bounds access, fix chunk size by Stefan Brüns · 9 years ago
  51. 5253ade usb: dwc2: avoid out of bounds access by Stefan Brüns · 9 years ago
  52. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  53. 7a1386f usb: dwc2: Rename to dwc2_usb by Marek Vasut · 9 years ago
  54. f522f94 usb: dwc2: Add original Synopsys compat string by Marek Vasut · 9 years ago
  55. db402e0 dwc2: Add dcache support by Alexander Stein · 9 years ago
  56. f58a41e dm: usb: Add driver-model support to dwc2 by Simon Glass · 9 years ago
  57. cc3e3a9 dm: usb: Prepare dwc2 driver for driver-model conversion by Simon Glass · 9 years ago
  58. 93b9957 usb: dwc2: Call board_usb_init() from usb_lowlevel_init() by Peter Griffin · 9 years ago
  59. 5cfd6c0 usb: dwc2: Add support for v3 snpsid value by Peter Griffin · 9 years ago
  60. 5877de9 usb: dwc2: retry NAK'd interrupt transfers by Stephen Warren · 9 years ago
  61. e236519 usb: dwc2: implement interrupt transfers by Stephen Warren · 9 years ago
  62. ed9bcbc usb: dwc2: correctly program hcchar for LS devices by Stephen Warren · 9 years ago
  63. 4748cce usb: dwc2: detect device speed correctly by Stephen Warren · 9 years ago
  64. 5c0beb5 usb: dwc2: use phys_to_bus/bus_to_phys by Stephen Warren · 10 years ago
  65. fc909c0 usb: dwc2: fix bulk transfers by Stephen Warren · 10 years ago
  66. 805b67e usb: dwc2: remove restriction on buffer length by Stephen Warren · 10 years ago
  67. d1c880c usb: dwc2: fix aligned buffer usage by Stephen Warren · 10 years ago
  68. 66ffc87 usb: dwc2: simplify wait_for_chhltd by Stephen Warren · 10 years ago
  69. 282685e usb: dwc2: remove control_data_toggle[] by Stephen Warren · 10 years ago
  70. ee83755 usb: dwc2: usb chunk_msg() for control transfers too by Stephen Warren · 10 years ago
  71. 7b5e504 usb: dwc2: refactor submit_bulk_msg to be common by Stephen Warren · 10 years ago
  72. 4a1d21f usb: dwc2: unify waiting for transfer completion by Stephen Warren · 10 years ago
  73. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  74. 6e9e062 usb: dwc2: Add driver for Synopsis DWC2 USB IP block by Oleksandr Tymoshenko · 11 years ago