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