- d23607a usb: gadget: convert all users to the new udc infrastructure by Sebastian Andrzej Siewior · 14 years ago
- 5177504 usb: gadget: introduce UDC Class by Felipe Balbi · 14 years ago
- 0be99a2 usb: Add module.h to various dwc3 drivers by Paul Gortmaker · 13 years ago
- f208a8f usb: dwc3: convert structures into bitshifts by Felipe Balbi · 13 years ago
- b141b8c usb: dwc3: gadget: allow clock gating to work by Felipe Balbi · 13 years ago
- b333f87 usb: dwc3: core: cache GHWPARAMS* registers by Felipe Balbi · 13 years ago
- d8e9f2a usb: dwc3: add struct dwc3_hwparams by Felipe Balbi · 13 years ago
- 2aadc55 usb: dwc3: gadget: implement streams support by Felipe Balbi · 13 years ago
- 92366a9 usb: dwc3: gadget: add support for Bursts by Felipe Balbi · 13 years ago
- bba939f usb: dwc3: gadget: fix DMA offset calculation by Paul Zimmerman · 13 years ago
- 4281539 usb: dwc3: gadget: make DWC3_EP_WEDGE do the right thing by Paul Zimmerman · 13 years ago
- df7a63d usb: dwc3: gadget: driver should not wait for RxFIFO to drain by Paul Zimmerman · 13 years ago
- a6544d0 usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPs by Paul Zimmerman · 13 years ago
- 9342a6f usb: dwc: remove "All rights reserved" statement. by Sebastian Andrzej Siewior · 13 years ago
- f8336a2 usb: dwc3: ep0: fix debug output by Sebastian Andrzej Siewior · 13 years ago
- 9b580c9 usb: dwc3: ep0: remove second giveback in error case by Sebastian Andrzej Siewior · 13 years ago
- b55ee45 usb: dwc3: ep0: fix debug message by Felipe Balbi · 13 years ago
- 0788d7b usb: dwc3: ep0: ignore direction on 2-stage transfer by Felipe Balbi · 13 years ago
- b7139d3 usb: dwc3: ep0: Make USB30CV happy with SetAddress by Felipe Balbi · 13 years ago
- 6edd5bd usb: dwc3: gadget: improve debug on link state change by Felipe Balbi · 13 years ago
- 29561f1 usb: dwc3: omap: set idle and standby modes by Felipe Balbi · 13 years ago
- ecc99439 usb: dwc3: ep0: introduce ep0_expect_in flag by Felipe Balbi · 13 years ago
- 4454f03 usb: dwc3: ep0: giveback requests on stall_and_restart by Felipe Balbi · 13 years ago
- d3ba9a9 usb: dwc3: gadget: drop the useless dma_sync_single* calls by Felipe Balbi · 13 years ago
- d195b32 usb: dwc3: gadget: fix GCTL programming by Felipe Balbi · 13 years ago
- e207db6 usb: dwc3: define ScaleDown macro helper by Felipe Balbi · 13 years ago
- 18b26f8 usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECN by Felipe Balbi · 13 years ago
- 4ae8e1c usb: dwc3: gadget: do not map/unmap ZLP transfers by Sebastian Andrzej Siewior · 13 years ago
- 5248ed1 usb: dwc3: omap: fix IRQ handling by Felipe Balbi · 13 years ago
- 6e8585e usb: dwc3: omap: change IRQ name to dwc3-omap by Felipe Balbi · 13 years ago
- 8ff9be9 usb: dwc3: add module.h to dwc3-omap.c and core.c by Felipe Balbi · 13 years ago
- 6f33e1a usb: dwc3: omap: distinguish between SW and HW modes by Felipe Balbi · 13 years ago
- 201d9a0 usb: dwc3: omap: drop DEV_PM_OPS for now by Felipe Balbi · 13 years ago
- c6aa993 usb: dwc3: omap: use the macro we already have by Felipe Balbi · 13 years ago
- e4b3246 usb: dwc3: omap: do not enable DMA Disable Clear IRQ by Felipe Balbi · 13 years ago
- c93695d usb: dwc3: omap: fix dev_dbg() calls by Felipe Balbi · 13 years ago
- 665b9c7 usb: dwc3: use ep0_next_event field by Felipe Balbi · 13 years ago
- 4f072fa usb: dwc3: core: add ep0_next_event field by Felipe Balbi · 13 years ago
- aa7b4d0 usb: dwc3: drop EP0_STALL state by Felipe Balbi · 13 years ago
- 0054d11 usb: dwc3: ep0: clear all EP0 flags by Felipe Balbi · 13 years ago
- c0478e0 usb: dwc3: ep0: fix Get Status handling by Felipe Balbi · 13 years ago
- 6062cac usb: dwc3: gadget: replace mdelay with udelay in the busy loop by Sebastian Andrzej Siewior · 13 years ago
- b55db3b usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECT by Sebastian Andrzej Siewior · 13 years ago
- fe2b091 usb: dwc3: core: move the core check before soft reset by Sebastian Andrzej Siewior · 13 years ago
- 9665fdf usb: dwc3: debugfs: remove test mode interface by Sebastian Andrzej Siewior · 13 years ago
- 32e132e usb: dwc3: ep0: simplify EP0 state machine by Felipe Balbi · 13 years ago
- edb4e77 usb: dwc3: core: add flag for EP0 direction by Felipe Balbi · 13 years ago
- 31d1e80 usb: dwc3: ep0: add handling for unaligned OUT transfers by Felipe Balbi · 13 years ago
- 64e9634 usb: dwc3: add a bounce buffer for control endpoints by Felipe Balbi · 13 years ago
- 6cd800e usb: dwc3: core: add defines for XferNotReady event on Control EPs by Felipe Balbi · 13 years ago
- c7dbe4f usb: dwc3: gadget: improve command completion debug message by Felipe Balbi · 13 years ago
- 162e128 usb: dwc3: gadget: set request dma to invalid when unmapping by Felipe Balbi · 13 years ago
- ff4e987 usb: dwc3: ep0: fix 'transfered' typo by Felipe Balbi · 13 years ago
- 7a769ec usb: dwc3: core: add missing @ for kerneldoc by Felipe Balbi · 13 years ago
- e918b57 usb: dwc3: debugfs: add a kfree() on error to dwc3_testmode_open() by Dan Carpenter · 13 years ago
- b31b612 usb: dwc3: gaget: clear DWC3_EP_WILL_SHUTDOWN bit by Sebastian Andrzej Siewior · 13 years ago
- 15623d7 usb: dwc3: gadget: use TRB type 6 for ISOC transfers by Sebastian Andrzej Siewior · 13 years ago
- 4df3977 usb: dwc3: gadget: reset resource index to zero by Sebastian Andrzej Siewior · 13 years ago
- 679dc46 usb: dwc3: gadget: fixing dequeue of TRBs by Sebastian Andrzej Siewior · 13 years ago
- d9a09a2 usb: fix dwc3 build when USB_GADGET_DWC3 is not enabled by Randy Dunlap · 13 years ago
- faea001 usb: include module.h in the DesignWare USB3 DRD driver by Stephen Rothwell · 13 years ago
- 4dc64e5 usb: dwc3: Introduce DesignWare USB3 DRD Driver by Felipe Balbi · 13 years ago
- 348a4c2 usb: gadget: introduce gadget_is_dwc3() by Felipe Balbi · 13 years ago
- 4d088da Merge changes I2b676dbe,Ic63a24bf into msm-3.0 by Linux Build Service Account · 13 years ago
- 4c7ccb3 msm_fb: display: Use FIR (QSEED) for upscaling. by Ajay Singh Parmar · 13 years ago
- 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
- f1a787c Merge changes Ibe6594e2,Id6e04522 into msm-3.0 by Linux Build Service Account · 13 years ago
- 0c927a1 Merge changes Ib4775ac7,Iedccf467,Ifef57a9d,I4beaceb8 into msm-3.0 by Linux Build Service Account · 13 years ago
- b7cfacd Merge changes I48f834b9,Ic7847baf into msm-3.0 by Linux Build Service Account · 13 years ago
- 38eac1a msm_fb: display: set max clk level when more than 2 pipes used by Adrian Salido-Moreno · 13 years ago
- c246a1b msm_fb: display: perform bus scaling updates when idle by Adrian Salido-Moreno · 13 years ago
- b877ef9 Merge "msm_serial_hs_lite: Add missing register mapping" into msm-3.0 by Linux Build Service Account · 13 years ago
- 09d5408 Merge "msm_fb: display: Remove boot parameter parse support" into msm-3.0 by Linux Build Service Account · 13 years ago
- 41f8579 gpu: ion: Add API to do cache operations by Olav Haugan · 13 years ago
- 79e9ffa gpu: ion: Do not allow cached IOMMU mappings. by Olav Haugan · 13 years ago
- 11926c9 of: of_spmi: Change name of spmi-dev-container by Michael Bohan · 13 years ago
- 115cf65 msm: Add QPNP interrupt support by Michael Bohan · 13 years ago
- cc974cb input: atmel_mxt_ts: Support hex format firmware upgrade by Jing Lin · 13 years ago
- 0bcb5b5 input: atmel-mxt-ts: Provide firmware name via platform data by Anirudh Ghayal · 13 years ago
- 566b084 Merge "vidc: Fix incorrect return value check" into msm-3.0 by Linux Build Service Account · 13 years ago
- 0a4016c Input: atmel-mxt-ts - Improve bootloader support by Nick Dyer · 13 years ago
- 4b34cc9 Merge "usb: diag_bridge: Add support for PID 0x904c" into msm-3.0 by Linux Build Service Account · 13 years ago
- 72646c9 Merge "net: usb: Add support for PID 0x904c" into msm-3.0 by Linux Build Service Account · 13 years ago
- 0caedfd Merge "usb: mdm_bridge: Fix autosuspend for tethered connections" into msm-3.0 by Linux Build Service Account · 13 years ago
- 2dfe5dd msm: kgsl: Add a new property to IOCTL_KGSL_DEVICE_GETPROPERTY by Shubhraprakash Das · 13 years ago
- 9ec5583 Merge changes I1bfdc1f4,I09735f6e,I57f3333e,I37949113,Ic9e9ca4e into msm-3.0 by Linux Build Service Account · 13 years ago
- 4d3c7ef Merge "video: msm: wfd: Set last encoded buffer in input thread" into msm-3.0 by Linux Build Service Account · 13 years ago
- d738761 Merge "usb: qcserial: Add support for PID 0x904c" into msm-3.0 by Linux Build Service Account · 13 years ago
- bbbc99a Merge changes I810ffac4,If881eb08 into msm-3.0 by Linux Build Service Account · 13 years ago
- 77459a7 Merge "video: msm: wfd: Add controls for setting frame QP and I-Frame period" into msm-3.0 by Linux Build Service Account · 13 years ago
- 62f7837 Merge "msm_fb: display: enable unstage caching for command panel" into msm-3.0 by Linux Build Service Account · 13 years ago
- bf02481 net: usb: Add support for PID 0x904c by Hemant Kumar · 13 years ago
- 9b0a0e5 usb: mdm_bridge: Fix autosuspend for tethered connections by Jack Pham · 13 years ago
- 3e9ca08c msm_fb: display: Remove boot parameter parse support by Ravishangar Kalyanam · 13 years ago
- c9857ca power: pm8921-bms: add api to simultaneously read vbatt and ibatt by Abhijeet Dharmapurikar · 13 years ago
- 1b8e829 power: pm8921-bms: calibrate xoadc more often by Abhijeet Dharmapurikar · 13 years ago
- bbae8831 power: pm8921-bms: add protection against divide by zero by Abhijeet Dharmapurikar · 13 years ago
- 08e7e0a power: pm8921-charger: fix 10mv error on vdd_max by Abhijeet Dharmapurikar · 13 years ago
- 8c5201a power: pm8921-charger: fix reverse boosting by David Keitel · 13 years ago
- b88ffd3 msm_fb: display: enable unstage caching for command panel by Adrian Salido-Moreno · 13 years ago