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