1. bc2aa11 usb: gadget: add SuperSpeed support to the Gadget Framework by Tatyana Brokhman · 15 years ago
  2. 3ba2890 usb: gadget: add max_speed to usb_composite_driver by Tatyana Brokhman · 15 years ago
  3. 081412d usb: gadget: add streams support to the gadget framework by Tatyana Brokhman · 15 years ago
  4. 5ef53d9 usb: gadget: coding style fix by Tatyana Brokhman · 15 years ago
  5. 31ac352 usb: gadget: use config_ep_by_speed() instead of ep_choose() by Tatyana Brokhman · 15 years ago
  6. cf64ce4 usb: gadget: configure endpoint according to gadget speed by Tatyana Brokhman · 15 years ago
  7. cf709c1 usb: gadget: add usb_endpoint_descriptor to struct usb_ep by Tatyana Brokhman · 15 years ago
  8. d23607a usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 15 years ago
  9. 5177504 usb: gadget: introduce UDC Class by Felipe Balbi · 15 years ago
  10. 9bcc83f usb: ch9: add function defines from ch9, USB 3.0 spec by Sebastian Andrzej Siewior · 15 years ago
  11. 0be99a2 usb: Add module.h to various dwc3 drivers by Paul Gortmaker · 15 years ago
  12. f208a8f usb: dwc3: convert structures into bitshifts by Felipe Balbi · 15 years ago
  13. b141b8c usb: dwc3: gadget: allow clock gating to work by Felipe Balbi · 15 years ago
  14. b333f87 usb: dwc3: core: cache GHWPARAMS* registers by Felipe Balbi · 15 years ago
  15. d8e9f2a usb: dwc3: add struct dwc3_hwparams by Felipe Balbi · 15 years ago
  16. 2aadc55 usb: dwc3: gadget: implement streams support by Felipe Balbi · 15 years ago
  17. 92366a9 usb: dwc3: gadget: add support for Bursts by Felipe Balbi · 15 years ago
  18. 4f5db5c usb: add usb_endpoint_maxp() macro by kuninori.morimoto.gx@renesas.com · 15 years ago
  19. bba939f usb: dwc3: gadget: fix DMA offset calculation by Paul Zimmerman · 15 years ago
  20. 4281539 usb: dwc3: gadget: make DWC3_EP_WEDGE do the right thing by Paul Zimmerman · 15 years ago
  21. df7a63d usb: dwc3: gadget: driver should not wait for RxFIFO to drain by Paul Zimmerman · 15 years ago
  22. a6544d0 usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPs by Paul Zimmerman · 15 years ago
  23. 9342a6f usb: dwc: remove "All rights reserved" statement. by Sebastian Andrzej Siewior · 15 years ago
  24. f8336a2 usb: dwc3: ep0: fix debug output by Sebastian Andrzej Siewior · 15 years ago
  25. 9b580c9 usb: dwc3: ep0: remove second giveback in error case by Sebastian Andrzej Siewior · 15 years ago
  26. b55ee45 usb: dwc3: ep0: fix debug message by Felipe Balbi · 15 years ago
  27. 0788d7b usb: dwc3: ep0: ignore direction on 2-stage transfer by Felipe Balbi · 15 years ago
  28. b7139d3 usb: dwc3: ep0: Make USB30CV happy with SetAddress by Felipe Balbi · 15 years ago
  29. 6edd5bd usb: dwc3: gadget: improve debug on link state change by Felipe Balbi · 15 years ago
  30. 29561f1 usb: dwc3: omap: set idle and standby modes by Felipe Balbi · 15 years ago
  31. ecc99439 usb: dwc3: ep0: introduce ep0_expect_in flag by Felipe Balbi · 15 years ago
  32. 4454f03 usb: dwc3: ep0: giveback requests on stall_and_restart by Felipe Balbi · 15 years ago
  33. d3ba9a9 usb: dwc3: gadget: drop the useless dma_sync_single* calls by Felipe Balbi · 15 years ago
  34. d195b32 usb: dwc3: gadget: fix GCTL programming by Felipe Balbi · 15 years ago
  35. e207db6 usb: dwc3: define ScaleDown macro helper by Felipe Balbi · 15 years ago
  36. 18b26f8 usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECN by Felipe Balbi · 15 years ago
  37. 4ae8e1c usb: dwc3: gadget: do not map/unmap ZLP transfers by Sebastian Andrzej Siewior · 15 years ago
  38. 5248ed1 usb: dwc3: omap: fix IRQ handling by Felipe Balbi · 15 years ago
  39. 6e8585e usb: dwc3: omap: change IRQ name to dwc3-omap by Felipe Balbi · 15 years ago
  40. 8ff9be9 usb: dwc3: add module.h to dwc3-omap.c and core.c by Felipe Balbi · 15 years ago
  41. 6f33e1a usb: dwc3: omap: distinguish between SW and HW modes by Felipe Balbi · 15 years ago
  42. 201d9a0 usb: dwc3: omap: drop DEV_PM_OPS for now by Felipe Balbi · 15 years ago
  43. c6aa993 usb: dwc3: omap: use the macro we already have by Felipe Balbi · 15 years ago
  44. e4b3246 usb: dwc3: omap: do not enable DMA Disable Clear IRQ by Felipe Balbi · 15 years ago
  45. c93695d usb: dwc3: omap: fix dev_dbg() calls by Felipe Balbi · 15 years ago
  46. 665b9c7 usb: dwc3: use ep0_next_event field by Felipe Balbi · 15 years ago
  47. 4f072fa usb: dwc3: core: add ep0_next_event field by Felipe Balbi · 15 years ago
  48. aa7b4d0 usb: dwc3: drop EP0_STALL state by Felipe Balbi · 15 years ago
  49. 0054d11 usb: dwc3: ep0: clear all EP0 flags by Felipe Balbi · 15 years ago
  50. c0478e0 usb: dwc3: ep0: fix Get Status handling by Felipe Balbi · 15 years ago
  51. 6062cac usb: dwc3: gadget: replace mdelay with udelay in the busy loop by Sebastian Andrzej Siewior · 15 years ago
  52. b55db3b usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECT by Sebastian Andrzej Siewior · 15 years ago
  53. fe2b091 usb: dwc3: core: move the core check before soft reset by Sebastian Andrzej Siewior · 15 years ago
  54. 9665fdf usb: dwc3: debugfs: remove test mode interface by Sebastian Andrzej Siewior · 15 years ago
  55. 32e132e usb: dwc3: ep0: simplify EP0 state machine by Felipe Balbi · 15 years ago
  56. edb4e77 usb: dwc3: core: add flag for EP0 direction by Felipe Balbi · 15 years ago
  57. 31d1e80 usb: dwc3: ep0: add handling for unaligned OUT transfers by Felipe Balbi · 15 years ago
  58. 64e9634 usb: dwc3: add a bounce buffer for control endpoints by Felipe Balbi · 15 years ago
  59. 6cd800e usb: dwc3: core: add defines for XferNotReady event on Control EPs by Felipe Balbi · 15 years ago
  60. c7dbe4f usb: dwc3: gadget: improve command completion debug message by Felipe Balbi · 15 years ago
  61. 162e128 usb: dwc3: gadget: set request dma to invalid when unmapping by Felipe Balbi · 15 years ago
  62. ff4e987 usb: dwc3: ep0: fix 'transfered' typo by Felipe Balbi · 15 years ago
  63. 7a769ec usb: dwc3: core: add missing @ for kerneldoc by Felipe Balbi · 15 years ago
  64. e918b57 usb: dwc3: debugfs: add a kfree() on error to dwc3_testmode_open() by Dan Carpenter · 15 years ago
  65. b31b612 usb: dwc3: gaget: clear DWC3_EP_WILL_SHUTDOWN bit by Sebastian Andrzej Siewior · 15 years ago
  66. 15623d7 usb: dwc3: gadget: use TRB type 6 for ISOC transfers by Sebastian Andrzej Siewior · 15 years ago
  67. 4df3977 usb: dwc3: gadget: reset resource index to zero by Sebastian Andrzej Siewior · 15 years ago
  68. 679dc46 usb: dwc3: gadget: fixing dequeue of TRBs by Sebastian Andrzej Siewior · 15 years ago
  69. d9a09a2 usb: fix dwc3 build when USB_GADGET_DWC3 is not enabled by Randy Dunlap · 15 years ago
  70. faea001 usb: include module.h in the DesignWare USB3 DRD driver by Stephen Rothwell · 15 years ago
  71. 4dc64e5 usb: dwc3: Introduce DesignWare USB3 DRD Driver by Felipe Balbi · 15 years ago
  72. 348a4c2 usb: gadget: introduce gadget_is_dwc3() by Felipe Balbi · 15 years ago
  73. 7055298 Merge "defconfig: automatic update" into msm-3.0 by Linux Build Service Account · 14 years ago
  74. 4d088da Merge changes I2b676dbe,Ic63a24bf into msm-3.0 by Linux Build Service Account · 14 years ago
  75. 7b46eb5 Merge "msm: audio: qdsp6v2: Update ACDB driver to use ION" into msm-3.0 by Linux Build Service Account · 14 years ago
  76. 4e3a631f defconfig: automatic update by Steve Muckle · 14 years ago
  77. 4c7ccb3 msm_fb: display: Use FIR (QSEED) for upscaling. by Ajay Singh Parmar · 14 years ago
  78. 06eb6c1 Merge "msm: kgsl: Add a new property to IOCTL_KGSL_DEVICE_GETPROPERTY" into msm-3.0 by Linux Build Service Account · 14 years ago
  79. 58f6ad0 Merge "ASoC: msm: Add mixer control to mute rx device" into msm-3.0 by Linux Build Service Account · 14 years ago
  80. f1a787c Merge changes Ibe6594e2,Id6e04522 into msm-3.0 by Linux Build Service Account · 14 years ago
  81. 0c927a1 Merge changes Ib4775ac7,Iedccf467,Ifef57a9d,I4beaceb8 into msm-3.0 by Linux Build Service Account · 14 years ago
  82. b7cfacd Merge changes I48f834b9,Ic7847baf into msm-3.0 by Linux Build Service Account · 14 years ago
  83. 7fc089a Merge "msm: bus: Migrate to dynamic printk/debug" into msm-3.0 by Linux Build Service Account · 14 years ago
  84. fb1cce9 msm: smd: add smd device for 8625 by Angshuman Sarkar · 14 years ago
  85. 38eac1a msm_fb: display: set max clk level when more than 2 pipes used by Adrian Salido-Moreno · 14 years ago
  86. c246a1b msm_fb: display: perform bus scaling updates when idle by Adrian Salido-Moreno · 14 years ago
  87. f909aac Merge "defconfig: 9615: enable runtime pm" into msm-3.0 by Linux Build Service Account · 14 years ago
  88. 2fd4cba Merge "msm: 8930: set SDC1 CMD and DATA line to pull up state during LPM" into msm-3.0 by Linux Build Service Account · 14 years ago
  89. b877ef9 Merge "msm_serial_hs_lite: Add missing register mapping" into msm-3.0 by Linux Build Service Account · 14 years ago
  90. 09d5408 Merge "msm_fb: display: Remove boot parameter parse support" into msm-3.0 by Linux Build Service Account · 14 years ago
  91. e4678d7 Merge "msm: acpuclock-7201: Convert to clock APIs for PLL control" into msm-3.0 by Linux Build Service Account · 14 years ago
  92. 41f8579 gpu: ion: Add API to do cache operations by Olav Haugan · 14 years ago
  93. 79e9ffa gpu: ion: Do not allow cached IOMMU mappings. by Olav Haugan · 14 years ago
  94. 11926c9 of: of_spmi: Change name of spmi-dev-container by Michael Bohan · 14 years ago
  95. 115cf65 msm: Add QPNP interrupt support by Michael Bohan · 15 years ago
  96. 6865693 ASoC: msm: Add mixer control to mute rx device by Helen Zeng · 15 years ago
  97. 3432d7f board: 8960: Specify the touchscreen firmware file name by Anirudh Ghayal · 14 years ago
  98. cc974cb input: atmel_mxt_ts: Support hex format firmware upgrade by Jing Lin · 14 years ago
  99. 0bcb5b5 input: atmel-mxt-ts: Provide firmware name via platform data by Anirudh Ghayal · 14 years ago
  100. 566b084 Merge "vidc: Fix incorrect return value check" into msm-3.0 by Linux Build Service Account · 14 years ago