1. 30643b5 usb: dwc2: host: use msleep() for long delay by Nicholas Mc Guire · 7 years ago
  2. a07ce8d usb: dwc2: Add msleep for host-only by Heiko Stuebner · 8 years ago
  3. 2938fc6 usb: dwc2: Properly account for the force mode delays by John Youn · 8 years ago
  4. fef6bc3 usb: dwc2: Add delay to core soft reset by John Youn · 8 years ago
  5. b02038f usb: dwc2: Move host-specific core functions into hcd.c by John Youn · 8 years ago
  6. 58e52ff6a usb: dwc2: Move register save and restore functions by John Youn · 8 years ago
  7. 9cf1a60 usb: dwc2: host: Properly set even/odd frame by Douglas Anderson · 8 years ago
  8. 9ed04d9 usb: dwc2: host: Properly set the HFIR by Douglas Anderson · 8 years ago
  9. c9c8ac0 usb: dwc2: host: fix split transfer schedule sequence by Douglas Anderson · 8 years ago
  10. 3bc04e2 usb: dwc2: host: Get aligned DMA in a more supported way by Douglas Anderson · 8 years ago
  11. bd84f4a usb: dwc2: Add extra delay when forcing dr_mode by John Youn · 8 years ago
  12. 192cb07 usb: dwc2: Fix probe problem on bcm2835 by John Youn · 8 years ago
  13. 03b32e4 Revert "usb: dwc2: Move reset into dwc2_get_hwparams()" by John Youn · 8 years ago
  14. 97e4638 usb: dwc2: Reduce delay when forcing mode in reset by John Youn · 8 years ago
  15. 55e1040 usb: dwc2: Improve handling of host and device hwparams by John Youn · 8 years ago
  16. 09c9698 usb: dwc2: Add functions to set and clear force mode by John Youn · 8 years ago
  17. 263b7fb usb: dwc2: Move reset into dwc2_get_hwparams() by John Youn · 8 years ago
  18. 6bea962 usb: dwc2: Add functions to check the HW OTG config by John Youn · 8 years ago
  19. b5d308a usb: dwc2: Add dwc2_core_reset() by John Youn · 8 years ago
  20. 6d58f34 usb: dwc2: Rename dwc2_core_reset() by John Youn · 8 years ago
  21. b8ccc59 usb: dwc2: Reorder AHBIDLE and CSFTRST in dwc2_core_reset() by John Youn · 8 years ago
  22. 7d56cc2 usb: dwc2: Avoid more calls to dwc2_core_reset() by Douglas Anderson · 8 years ago
  23. 20bde64 usb: dwc2: reduce dwc2 driver probe time by Yunzhi Li · 8 years ago
  24. f619473 usb: dwc2: Speed dwc2_get_hwparams() on some host-only ports by Douglas Anderson · 8 years ago
  25. 0fe239b usb: dwc2: Avoid double-reset at boot time by Douglas Anderson · 8 years ago
  26. cebfdbf usb: dwc2: reset dwc2 core before dwc2_get_hwparams() by Yunzhi Li · 8 years ago
  27. 9918246 usb: dwc2: Restore GUSBCFG in dwc2_get_hwparams() by Douglas Anderson · 8 years ago
  28. 69b76cd usb: dwc2: host: Support immediate retries for split transactions by Douglas Anderson · 9 years ago
  29. e23b8a5 usb: dwc2: host: fix descriptor list address masking by Mian Yousaf Kaukab · 9 years ago
  30. 95105a9 usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabled by Gregory Herrero · 9 years ago
  31. fbb9e22 usb: dwc2: host: enable descriptor dma for fs devices by Mian Yousaf Kaukab · 9 years ago
  32. 44e4a60 usb: dwc2: fix duplicate argument warning by Mian Yousaf Kaukab · 9 years ago
  33. cad73da usb: dwc2: host: clear pending interrupts prior hibernation by Gregory Herrero · 9 years ago
  34. 77dbf71 usb: dwc2: host: add disconnect interrupt to host only interrupts by Mian Yousaf Kaukab · 9 years ago
  35. 08c4ffc usb: dwc2: host: reset frame number after suspend by Gregory Herrero · 9 years ago
  36. cc047ce usb: dwc2: host: don't clear hprt0 status bits when exiting hibernation by Gregory Herrero · 9 years ago
  37. 95c8bc3 usb: dwc2: Use platform endianness when accessing registers by Antti Seppälä · 9 years ago
  38. 971bd8f treewide: Fix typo in printk by Masanari Iida · 9 years ago
  39. cc1e204 usb: dwc2: embed storage for reg backup in struct dwc2_hsotg by Mian Yousaf Kaukab · 9 years ago
  40. 285046a usb: dwc2: add hibernation core parameter by Gregory Herrero · 9 years ago
  41. 2d1165a usb: dwc2: remove dwc2_platform.ko by Mian Yousaf Kaukab · 9 years ago
  42. ecb176c usb: dwc2: set parameter values in probe function by Mian Yousaf Kaukab · 9 years ago
  43. a6d249d usb: dwc2: add external_id_pin_ctl core parameter by Gregory Herrero · 9 years ago
  44. d17ee77 usb: dwc2: add controller hibernation support by Gregory Herrero · 9 years ago
  45. 997f4f8 usb: dwc2: Fixed a few typos in comments by Mickael Maison · 9 years ago
  46. db8178c usb: dwc2: Update common interrupt handler to call gadget interrupt handler by Dinh Nguyen · 10 years ago
  47. e8f8c14 usb: dwc2: clip max_transfer_size to 65535 by Paul Zimmerman · 10 years ago
  48. c0155b9 usb: dwc2: add 'mode' which based on Kconfig select or dts setting by Kever Yang · 10 years ago
  49. 2867c05 usb: dwc2: Read GNPTXFSIZ when in forced HOST mode. by Doug Anderson · 10 years ago
  50. 112fe8e usb: dwc2: Add function to calculate correct FIFO sizes by Dinh Nguyen · 10 years ago
  51. a23666c usb: dwc2: fix role switch breakage by Paul Zimmerman · 10 years ago
  52. 197ba5f Move DWC2 driver out of staging by Paul Zimmerman · 10 years ago[Renamed from drivers/staging/dwc2/core.c]
  53. 49cf10c staging: dwc2: fix sparse non static symbol warning by Wei Yongjun · 11 years ago
  54. e8576e6 staging: dwc2: move function to more logical place by Paul Zimmerman · 11 years ago
  55. fff04e0 staging: dwc2: remove stale comment after changing function to void by Paul Zimmerman · 11 years ago
  56. 057715f staging: dwc2: rename dwc2_check_core_status() by Paul Zimmerman · 11 years ago
  57. b66a3f0 staging: dwc2: remove useless cast by Paul Zimmerman · 11 years ago
  58. c17d482 staging: dwc2: remove use of NO_FS_PHY_HW_CHECKS macro by Paul Zimmerman · 11 years ago
  59. 7218dae staging: dwc2: make all the dwc2_set_param* functions void by Paul Zimmerman · 11 years ago
  60. 498f066 staging: dwc2: rename DWC2_PARAM_TEST to DWC2_OUT_OF_BOUNDS by Paul Zimmerman · 11 years ago
  61. beb7e59 staging: dwc2: add check on dwc2_core_reset return by Julien DELACOU · 11 years ago
  62. b34085f staging: dwc2: do not clear pending interrupts twice by Julien DELACOU · 11 years ago
  63. 0464a3d Staging: dwc2: core: coding style - indentation should use tabs by Luis Ortega Perez de Villar · 11 years ago
  64. 20f2eb9 staging: dwc2: add microframe scheduler from downstream Pi kernel by Dom Cobley · 11 years ago
  65. 0dcde508 staging: dwc2: Fix typo in staging/dwc2 by Masanari Iida · 11 years ago
  66. de4a193 staging: dwc2: validate the value for phy_utmi_width by Matthijs Kooijman · 11 years ago
  67. 9badec2 staging: dwc2: interpret all hwcfg and related register at init time by Matthijs Kooijman · 11 years ago
  68. a1fc524 staging: dwc2: properly mask the GRXFSIZ register by Matthijs Kooijman · 11 years ago
  69. 08b9f9d staging: dwc2: remove redundant register reads by Matthijs Kooijman · 11 years ago
  70. c35205a staging: dwc2: re-use hptxfsiz variable by Matthijs Kooijman · 11 years ago
  71. 57bb8ae staging: dwc2: simplify debug output in dwc_hc_init by Matthijs Kooijman · 11 years ago
  72. d6ec53e staging: dwc2: simplify register shift expressions by Matthijs Kooijman · 11 years ago
  73. f923463 staging: dwc2: unshift non-bool register value constants by Matthijs Kooijman · 11 years ago
  74. 3b9edf8 staging: dwc2: fix off-by-one in check for max_packet_count parameter by Matthijs Kooijman · 11 years ago
  75. 4d3190e staging: dwc2: add driver parameter to set AHB config register value by Paul Zimmerman · 11 years ago
  76. 81a5895 staging: dwc2: fix thinko in dwc2_hc_set_even_odd_frame() by Paul Zimmerman · 11 years ago
  77. 90dbcea staging: dwc2: add const to handling of dwc2_core_params by Stephen Warren · 11 years ago
  78. 1208605 staging: dwc2: remove unneeded check by Matthijs Kooijman · 11 years ago
  79. 73cfe0e staging: dwc2: remove some device-mode related debug code by Matthijs Kooijman · 11 years ago
  80. 37e1dcc staging: dwc2: use dwc2_hcd_get_frame_number where possible by Matthijs Kooijman · 11 years ago
  81. 929aea0 staging: dwc2: replace some magic numbers by constants by Matthijs Kooijman · 11 years ago
  82. 6706c72 staging: dwc2: register common irq handler in dwc2_core_init by Matthijs Kooijman · 11 years ago
  83. b49977a staging: dwc2: toggle periodic debugging output separately by Matthijs Kooijman · 11 years ago
  84. 56f5b1c staging: Core files for the DWC2 driver by Paul Zimmerman · 11 years ago