1. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 10 months ago
  2. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  3. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  4. c628295 dwc3-generic: Add support for AM654 USB controller by Vignesh Raghavendra · 5 years ago
  5. 5abcf94 usb: dwc3: Fix UTMI/UTMIW phy interface initialization by Jagan Teki · 5 years ago
  6. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  7. 106c71f usb: dwc3: Add phy interface for dwc3_uboot by Jagan Teki · 5 years ago
  8. c6de6cf dwc3: flush cache only if there is a buffer attached to a request by Marek Szyprowski · 5 years ago
  9. e9310fc dwc3-generic: Don't fail probe if clk/reset entries are absent by Vignesh Raghavendra · 5 years ago
  10. 731a2a3 usb: dwc3: Kconfig: get rid of obsolete mode selection by Jean-Jacques Hiblot · 5 years ago
  11. ce868d0 usb: dwc3: Add dwc3_of_parse() to get quirks information from DT by Jean-Jacques Hiblot · 5 years ago
  12. 547df0d usb: dwc3-generic: if no max speed is specified in DT, assume super speed by Jean-Jacques Hiblot · 5 years ago
  13. 175cd7c usb: dwc3-generic: add a new host driver that uses the dwc3 core by Jean-Jacques Hiblot · 5 years ago
  14. 2bf2c35 usb: dwc3-generic: factorize code by Jean-Jacques Hiblot · 5 years ago
  15. a33aa76 usb: dwc3-generic: use platdata by Jean-Jacques Hiblot · 5 years ago
  16. 9f1b49c usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit by Jean-Jacques Hiblot · 5 years ago
  17. 73a1b8b usb: dwc3: switch to peripheral mode when exiting by Jean-Jacques Hiblot · 5 years ago
  18. 7bb245a drivers: usb: dwc3: setup phy before dwc3 core soft reset by T Karthik Reddy · 6 years ago
  19. b49b5c2 usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue by Jean-Jacques Hiblot · 5 years ago
  20. 5a94557 usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback by Jean-Jacques Hiblot · 5 years ago
  21. 1f70889 usb: dwc3: Add Meson G12A USB Glue by Neil Armstrong · 6 years ago
  22. ca848df dwc3-generic: Add support for the am437x by Jean-Jacques Hiblot · 6 years ago
  23. 3e0684b usb: dwc3-generic: make it compatible with "ti, keystone-dwc3" by Jean-Jacques Hiblot · 6 years ago
  24. 80d353c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · 6 years ago
  25. 65596f1 dwc3-generic: Add support for the TI DWC3 glue by Jean-Jacques Hiblot · 6 years ago
  26. 31da49d usb: dwc3: Fix a compilation error with the edison defconfig by Jean-Jacques Hiblot · 6 years ago
  27. ae004d3 dwc3-generic: Add select_dr_mode operation by Jean-Jacques Hiblot · 6 years ago
  28. aa866a0 dwc3-generic: Handle the PHYs, the clocks and the reset lines by Jean-Jacques Hiblot · 6 years ago
  29. 9dc0d5c dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  30. 3de978a dwc3: move phy operation to core.c by Jean-Jacques Hiblot · 6 years ago
  31. d7c36ae dwc3_generic: do not probe the USB device driver when it's bound by Jean-Jacques Hiblot · 6 years ago
  32. 49ba05c usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt() by Jean-Jacques Hiblot · 6 years ago
  33. 44aaec7 usb: introduce a separate config option for DM USB device by Jean-Jacques Hiblot · 6 years ago
  34. 8a3cb9f1 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
  35. d6e53c7 drivers: cosmetic: Convert SPDX license tags to Linux Kernel style by Patrick Delaunay · 6 years ago
  36. 9aadafc bug.h: introduce WARN_ONCE by Ramon Fried · 6 years ago
  37. 121f93c drivers: usb: dwc3: remove devm_zalloc from linux_compact by Mugunthan V N · 7 years ago
  38. 9d8cbbf usb: dwc3: Add generic DWC3 glue logic driver by Michal Simek · 7 years ago
  39. 5f7ff71 usb: dwc3: Add dwc3_init/remove with DM_USB by Mugunthan V N · 7 years ago
  40. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  41. 0da3db9 usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h> by Masahiro Yamada · 7 years ago
  42. 958f0f0 bug.h: move runtime BUG/WARN macros into <linux/bug.h> by Masahiro Yamada · 7 years ago
  43. bf9c293 printk: collect printk stuff into <linux/printk.h> with loglevel support by Masahiro Yamada · 7 years ago
  44. a50bab3 usb: dwc3: add UniPhier specific glue layer by Masahiro Yamada · 7 years ago
  45. 66038de usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3 by Masahiro Yamada · 7 years ago
  46. 8e17c16 usb: dwc3: gadget: make cache-maintenance on event buffers more robust by Philipp Tomsich · 8 years ago
  47. ed12167 usb: dwc3: ensure consistent types for dwc3_flush_cache by Philipp Tomsich · 8 years ago
  48. c3e61e0 usb: dwc3: gadget: Remove unused header inclusion by Vincent Tinelli · 8 years ago
  49. 813fe9d ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX by Nishanth Menon · 8 years ago
  50. 470c722 usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabled by Roger Quadros · 9 years ago
  51. 38db33a usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig by Sam Protsenko · 9 years ago
  52. 70ad200 usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig by Sam Protsenko · 9 years ago
  53. 8073f47 usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig by Sam Protsenko · 9 years ago
  54. b4a0bf7 usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig by Sam Protsenko · 9 years ago
  55. 78eeb91 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  56. 424305f usb: dwc3: fix build warnings by Felipe Balbi · 9 years ago
  57. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  58. 698cd6f usb: dwc3: Fix warnings on 64-bit builds by Michal Simek · 9 years ago
  59. 9851f52 linux, compat: add missing definitions for ubi by Heiko Schocher · 9 years ago
  60. cc55adf TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xx by Kishon Vijay Abraham I · 9 years ago
  61. 4329a05 usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interrupts by Kishon Vijay Abraham I · 9 years ago
  62. f873c5c samsung: usb: phy: Support for DWC3 PHY by Lukasz Majewski · 10 years ago
  63. 5eee56a usb: dwc3: Correct clean up code for requests by Lukasz Majewski · 10 years ago
  64. b0abde9 usb: dwc3: gadget: Set non EP0 max packet limit to 512B by Lukasz Majewski · 10 years ago
  65. 9f28505 usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be LST by Lukasz Majewski · 10 years ago
  66. b0bacbe usb: dwc3: optimize interrupt loop by Marek Szyprowski · 10 years ago
  67. 3a88fd2 usb: dwc3: add a workaround for too small OUT requests by Marek Szyprowski · 10 years ago
  68. bf35c60 usb: dwc3: make dwc3_set_mode to static by Joonyoung Shim · 10 years ago
  69. dc6d240 usb: dwc3: Remove BIT(x) macro from DWC3's gadget code by Lukasz Majewski · 10 years ago
  70. ea71c1a usb: dwc3: Makefile: Make dwc3 driver compile in u-boot by Kishon Vijay Abraham I · 10 years ago
  71. f18ed9a usb: dwc3: Add chained TRB support for ep0 by Kishon Vijay Abraham I · 10 years ago
  72. e1d80c9 usb: dwc3: ep0: preparation for implementing chained TRB by Kishon Vijay Abraham I · 10 years ago
  73. c7bdfe3 dwc3: flush the buffers before using it by Kishon Vijay Abraham I · 10 years ago
  74. e99e37b usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms by Kishon Vijay Abraham I · 10 years ago
  75. 0bc879b usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts by Kishon Vijay Abraham I · 10 years ago
  76. ee0bb0a dwc3: dwc3-omap: add support for multiple dwc3-omap controllers by Kishon Vijay Abraham I · 10 years ago
  77. 6311ae7 usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · 10 years ago
  78. dcc2c44 include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data by Kishon Vijay Abraham I · 10 years ago
  79. e9808cf usb: dwc3: dwc3-omap: make dwc3-omap build in uboot by Kishon Vijay Abraham I · 10 years ago
  80. 1cee7b1 dwc3: core: added an API to invoke irq handlers by Kishon Vijay Abraham I · 10 years ago
  81. dc5c653 dwc3: core: add support for multiple dwc3 controllers by Kishon Vijay Abraham I · 10 years ago
  82. bfbf05d dwc3: core: change probe and remove to uboot init and uboot exit code by Kishon Vijay Abraham I · 10 years ago
  83. 99030d7 usb: dwc3: core: make dwc3 core build in uboot by Kishon Vijay Abraham I · 10 years ago
  84. 9c38ca4 usb: dwc3: ep0: make dwc3 ep0 build in uboot by Kishon Vijay Abraham I · 10 years ago
  85. 35ffd28 usb: dwc3: gadget: make dwc3 gadget build in uboot by Kishon Vijay Abraham I · 10 years ago
  86. e23c920 usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy by Kishon Vijay Abraham I · 10 years ago
  87. 1477017 usb: dwc3: remove pm related operations from dwc3 driver by Kishon Vijay Abraham I · 10 years ago
  88. c2b77b6 usb: dwc3: fix dwc3 header files by Kishon Vijay Abraham I · 10 years ago
  89. 389f6d4 usb: dwc3: remove trace_* APIs from dwc3 driver by Kishon Vijay Abraham I · 10 years ago
  90. d1e431a usb: dwc3: Modify the file headers to u-boot format by Kishon Vijay Abraham I · 10 years ago
  91. a6184a3 usb: dwc3: remove un-used files from dwc3 folder by Kishon Vijay Abraham I · 10 years ago
  92. 1530fe3 usb: dwc3: add dwc3 folder from linux kernel to u-boot by Kishon Vijay Abraham I · 10 years ago