Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
908f57788485e4f6b000eab75acfaa21bf0ae6cb
908f577
usb: gadget: defer setting maxpacket till ->setup()
by Sebastian Andrzej Siewior
· 14 years ago
355527b
usb: gadget: add SuperSpeed support to the Gadget Framework
by Tatyana Brokhman
· 14 years ago
fd11902
usb: gadget: add max_speed to usb_composite_driver
by Tatyana Brokhman
· 14 years ago
24728e0
usb: gadget: add streams support to the gadget framework
by Tatyana Brokhman
· 14 years ago
9781f7d
usb: gadget: coding style fix
by Tatyana Brokhman
· 14 years ago
ebd3f39
usb: gadget: use config_ep_by_speed() instead of ep_choose()
by Tatyana Brokhman
· 14 years ago
e2a9f93
usb: gadget: configure endpoint according to gadget speed
by Tatyana Brokhman
· 14 years ago
9168a35
usb: gadget: add usb_endpoint_descriptor to struct usb_ep
by Tatyana Brokhman
· 14 years ago
2baadcf
usb: gadget: convert all users to the new udc infrastructure
by Sebastian Andrzej Siewior
· 14 years ago
b657342
usb: gadget: introduce UDC Class
by Felipe Balbi
· 14 years ago
1e4eabf
usb: ch9: add function defines from ch9, USB 3.0 spec
by Sebastian Andrzej Siewior
· 14 years ago
6211888
usb: Add module.h to various dwc3 drivers
by Paul Gortmaker
· 13 years ago
4d873c3
usb: dwc3: convert structures into bitshifts
by Felipe Balbi
· 13 years ago
cfca7a7
usb: dwc3: gadget: allow clock gating to work
by Felipe Balbi
· 13 years ago
6c08fb7
usb: dwc3: core: cache GHWPARAMS* registers
by Felipe Balbi
· 13 years ago
7f7f14f
usb: dwc3: add struct dwc3_hwparams
by Felipe Balbi
· 13 years ago
3269cbc
usb: dwc3: gadget: implement streams support
by Felipe Balbi
· 13 years ago
3923482
usb: dwc3: gadget: add support for Bursts
by Felipe Balbi
· 13 years ago
24a340b
usb: add usb_endpoint_maxp() macro
by kuninori.morimoto.gx@renesas.com
· 14 years ago
a8c7e2c
usb: dwc3: gadget: fix DMA offset calculation
by Paul Zimmerman
· 13 years ago
b669953
usb: dwc3: gadget: make DWC3_EP_WEDGE do the right thing
by Paul Zimmerman
· 13 years ago
0b16af6
usb: dwc3: gadget: driver should not wait for RxFIFO to drain
by Paul Zimmerman
· 13 years ago
074a58e
usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPs
by Paul Zimmerman
· 13 years ago
6a5d97b
usb: dwc: remove "All rights reserved" statement.
by Sebastian Andrzej Siewior
· 13 years ago
4537314
usb: dwc3: ep0: fix debug output
by Sebastian Andrzej Siewior
· 13 years ago
3332e3a
usb: dwc3: ep0: remove second giveback in error case
by Sebastian Andrzej Siewior
· 13 years ago
ab432aa
usb: dwc3: ep0: fix debug message
by Felipe Balbi
· 13 years ago
62f700c
usb: dwc3: ep0: ignore direction on 2-stage transfer
by Felipe Balbi
· 13 years ago
7492d14
usb: dwc3: ep0: Make USB30CV happy with SetAddress
by Felipe Balbi
· 13 years ago
72679f2
usb: dwc3: gadget: improve debug on link state change
by Felipe Balbi
· 14 years ago
9aa0781
usb: dwc3: omap: set idle and standby modes
by Felipe Balbi
· 14 years ago
0883c82
usb: dwc3: ep0: introduce ep0_expect_in flag
by Felipe Balbi
· 14 years ago
685f979
usb: dwc3: ep0: giveback requests on stall_and_restart
by Felipe Balbi
· 14 years ago
8f28d64
usb: dwc3: gadget: drop the useless dma_sync_single* calls
by Felipe Balbi
· 14 years ago
5aa8e6c
usb: dwc3: gadget: fix GCTL programming
by Felipe Balbi
· 14 years ago
cb4884c
usb: dwc3: define ScaleDown macro helper
by Felipe Balbi
· 14 years ago
680df4e
usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECN
by Felipe Balbi
· 14 years ago
6c317eb
usb: dwc3: gadget: do not map/unmap ZLP transfers
by Sebastian Andrzej Siewior
· 14 years ago
0490e89
usb: dwc3: omap: fix IRQ handling
by Felipe Balbi
· 14 years ago
a29eace
usb: dwc3: omap: change IRQ name to dwc3-omap
by Felipe Balbi
· 14 years ago
eac0a18
usb: dwc3: add module.h to dwc3-omap.c and core.c
by Felipe Balbi
· 14 years ago
3853301
usb: dwc3: omap: distinguish between SW and HW modes
by Felipe Balbi
· 14 years ago
a9f36f0
usb: dwc3: omap: drop DEV_PM_OPS for now
by Felipe Balbi
· 14 years ago
25add6a
usb: dwc3: omap: use the macro we already have
by Felipe Balbi
· 14 years ago
6db06e5
usb: dwc3: omap: do not enable DMA Disable Clear IRQ
by Felipe Balbi
· 14 years ago
e57336a
usb: dwc3: omap: fix dev_dbg() calls
by Felipe Balbi
· 14 years ago
fe44a98
usb: dwc3: use ep0_next_event field
by Felipe Balbi
· 14 years ago
660f6fb
usb: dwc3: core: add ep0_next_event field
by Felipe Balbi
· 14 years ago
7971a74
usb: dwc3: drop EP0_STALL state
by Felipe Balbi
· 14 years ago
7467e8b
usb: dwc3: ep0: clear all EP0 flags
by Felipe Balbi
· 14 years ago
c201c02
usb: dwc3: ep0: fix Get Status handling
by Felipe Balbi
· 14 years ago
6028def
usb: dwc3: gadget: replace mdelay with udelay in the busy loop
by Sebastian Andrzej Siewior
· 14 years ago
d63d30a
usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECT
by Sebastian Andrzej Siewior
· 14 years ago
50b47b6
usb: dwc3: core: move the core check before soft reset
by Sebastian Andrzej Siewior
· 14 years ago
63940b6
usb: dwc3: debugfs: remove test mode interface
by Sebastian Andrzej Siewior
· 14 years ago
9e44d2f
usb: dwc3: ep0: simplify EP0 state machine
by Felipe Balbi
· 14 years ago
01eb17f
usb: dwc3: core: add flag for EP0 direction
by Felipe Balbi
· 14 years ago
7f3c16a
usb: dwc3: ep0: add handling for unaligned OUT transfers
by Felipe Balbi
· 14 years ago
abf905d
usb: dwc3: add a bounce buffer for control endpoints
by Felipe Balbi
· 14 years ago
c204098
usb: dwc3: core: add defines for XferNotReady event on Control EPs
by Felipe Balbi
· 14 years ago
60639e6
usb: dwc3: gadget: improve command completion debug message
by Felipe Balbi
· 14 years ago
f3d228b
usb: dwc3: gadget: set request dma to invalid when unmapping
by Felipe Balbi
· 14 years ago
c388134
usb: dwc3: ep0: fix 'transfered' typo
by Felipe Balbi
· 14 years ago
d2a925e
usb: dwc3: core: add missing @ for kerneldoc
by Felipe Balbi
· 14 years ago
b1b7b1a
usb: dwc3: debugfs: add a kfree() on error to dwc3_testmode_open()
by Dan Carpenter
· 14 years ago
2bb2a4a
usb: dwc3: gaget: clear DWC3_EP_WILL_SHUTDOWN bit
by Sebastian Andrzej Siewior
· 14 years ago
043b6e0
usb: dwc3: gadget: use TRB type 6 for ISOC transfers
by Sebastian Andrzej Siewior
· 14 years ago
b767680
usb: dwc3: gadget: reset resource index to zero
by Sebastian Andrzej Siewior
· 14 years ago
f5327ee
usb: dwc3: gadget: fixing dequeue of TRBs
by Sebastian Andrzej Siewior
· 14 years ago
502e0e5
usb: fix dwc3 build when USB_GADGET_DWC3 is not enabled
by Randy Dunlap
· 14 years ago
15dc6e5
usb: include module.h in the DesignWare USB3 DRD driver
by Stephen Rothwell
· 14 years ago
aa526a9
usb: dwc3: Introduce DesignWare USB3 DRD Driver
by Felipe Balbi
· 14 years ago
eaa328c
usb: gadget: introduce gadget_is_dwc3()
by Felipe Balbi
· 14 years ago
45b0e8c
Merge "arm: fiq: Provide empty stubs for fiq functions" into msm-3.0
by Linux Build Service Account
· 13 years ago
6461378
Merge "Bluetooth: Ensure full A2MP msg is pulled from skb" into msm-3.0
by Linux Build Service Account
· 13 years ago
c844009
Merge "ASOC: msm: Add the secondary I2S RX CPU driver." into msm-3.0
by Linux Build Service Account
· 13 years ago
14dc509
Merge "Bluetooth: Allow headroom in ACL data packets from HCI socket" into msm-3.0
by Linux Build Service Account
· 13 years ago
01681c8
Merge "mfd: pm8xxx-pwm: Add support for PM8038" into msm-3.0
by Linux Build Service Account
· 13 years ago
8ebd62d
Merge "USB: OTG: Do not start charging before device enumerates" into msm-3.0
by Linux Build Service Account
· 13 years ago
41262de
Merge "msm: vidc: insert break in switch-case statement" into msm-3.0
by Linux Build Service Account
· 13 years ago
59506e6
Merge "USB: rmnet_smd: Register platform driver to retry smd_open" into msm-3.0
by Linux Build Service Account
· 13 years ago
3f97916
defconfig: msm7627a: Enable atmel mxt driver
by Mohan Pallaka
· 13 years ago
8478b17
USB: OTG: Do not start charging before device enumerates
by Manu Gautam
· 13 years ago
4f6ca0e
USB: rmnet_smd: Register platform driver to retry smd_open
by Manu Gautam
· 13 years ago
22b6b33
Merge "msm: clock-local: Add md_reg check for rcg_clock handoff" into msm-3.0
by Linux Build Service Account
· 13 years ago
8c7c4ef
Merge "msm: bam_dmux: fix init error handling" into msm-3.0
by Linux Build Service Account
· 13 years ago
826b47c
Merge "msm_fb: display: increase timeout value to 2 vsync" into msm-3.0
by Linux Build Service Account
· 13 years ago
9309bd3
Merge "usb: Increase USB buffer size to match 9x15 buffer sizes" into msm-3.0
by Linux Build Service Account
· 13 years ago
6137377
Merge "power: pm8921-charger: limit charger current" into msm-3.0
by Linux Build Service Account
· 13 years ago
fa94c68
Merge "base: genlock: Remove genlock_release_lock and associated ioctl" into msm-3.0
by Linux Build Service Account
· 13 years ago
fdedd28
Merge "board: 8930: Add regulator info for WCD9304" into msm-3.0
by Linux Build Service Account
· 13 years ago
68d1f3f
Merge "msm_fb: display: enable MDP interrupts base on panel interface" into msm-3.0
by Linux Build Service Account
· 13 years ago
0aa11a9
Merge "msm: lpass-8960: Add support for Modem reset notification" into msm-3.0
by Linux Build Service Account
· 13 years ago
ab41801
Merge "usb: rmnet_ctrl_smd: Handle SMD Closing Delay Retry" into msm-3.0
by Linux Build Service Account
· 13 years ago
eff8819
Merge "USB: android: Fix platform driver registration" into msm-3.0
by Linux Build Service Account
· 13 years ago
71db8df
Merge "msm: vidc: Update to new clock APIs." into msm-3.0
by Linux Build Service Account
· 13 years ago
59c206d
Merge "msm: ipc: Trigger loading the GNSS" into msm-3.0
by Linux Build Service Account
· 13 years ago
818baa1
Merge "defconfig: msm8960: Enable usb host driver for X-Box gamepad" into msm-3.0
by Linux Build Service Account
· 13 years ago
20d0983
Merge "msm: audio: qdsp6v2: Fix erroneous print" into msm-3.0
by Linux Build Service Account
· 13 years ago
17b8abd
Merge changes Ie7d86213,I57cece38,I1bac71f7,I2eded919,Ia09fe2a6 into msm-3.0
by Linux Build Service Account
· 13 years ago
Next »