index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
/
gadget.c
Age
Commit message (
Expand
)
Author
2015-05-29
usb: dwc3: gadget: don't clear EP_BUSY too early
Felipe Balbi
2015-05-26
usb: dwc3: gadget: return error if command sent to DEPCMD register fails
Subbaraya Sundeep Bhatta
2015-05-26
usb: dwc3: gadget: return error if command sent to DGCMD register fails
Subbaraya Sundeep Bhatta
2015-03-09
usb: dwc3: gadget: drop unnecessary loop when cleaning up TRBs
Felipe Balbi
2015-01-29
usb: dwc3: gadget: use common is_selfpowered
Peter Chen
2015-01-29
usb: dwc3: gadget: add missing spin_lock()
Felipe Balbi
2015-01-27
usb: dwc3: remove reliance on dev_vdbg()
Felipe Balbi
2015-01-27
usb: dwc3: gadget: WARN() in case of unknown IRQ
Felipe Balbi
2015-01-27
usb: dwc3: gadget: avoid variable shadowing
Felipe Balbi
2015-01-19
Merge tag 'v3.19-rc5' into next
Felipe Balbi
2015-01-14
usb: dwc3: gadget: Stop TRB preparation after limit is reached
Amit Virdi
2015-01-14
usb: dwc3: gadget: Fix TRB preparation during SG
Amit Virdi
2015-01-12
usb: dwc3: gadget: Remove redundant check
Amit Virdi
2015-01-12
usb: dwc3: Fixed a typo in comments
Mickael Maison
2014-11-10
usb: dwc3: gadget: use udc-core's reset notifier
Felipe Balbi
2014-11-03
usb: dwc3: make HIRD threshold configurable
Huang Rui
2014-11-03
usb: dwc3: add lpm erratum support
Huang Rui
2014-11-03
usb: gadget: remove unnecessary 'driver' argument
Felipe Balbi
2014-11-03
usb: dwc3: gadget: WARN() on bogus usb_ep_queue()
Felipe Balbi
2014-11-03
usb: dwc3: gadget: set state to NOT_ATTACHED on disconnect_irq
Felipe Balbi
2014-11-03
usb: dwc3: get rid of ->prepare()/->complete()
Felipe Balbi
2014-10-23
usb: dwc3: gadget: Properly initialize LINK TRB
Jack Pham
2014-10-20
usb: dwc3: gadget: fix set_halt() bug with pending transfers
Felipe Balbi
2014-10-20
usb: dwc3: gadget: hold the lock through set_wedge()'s life
Felipe Balbi
2014-10-20
usb: dwc3: gadget: move isoc endpoint check to unlocked set_halt
Felipe Balbi
2014-09-25
usb: gadget: Refactor request completion
Michal Sojka
2014-09-16
Merge tag 'v3.17-rc5' into next
Felipe Balbi
2014-09-05
usb: dwc3: add tracepoints to aid debugging
Felipe Balbi
2014-09-05
usb: dwc3: gadget: cmd argument should always be unsigned
Felipe Balbi
2014-09-05
usb: dwc3: move all string helper functions to debug.h
Felipe Balbi
2014-09-05
usb: dwc3: fix TRB completion when multiple TRBs are started
Felipe Balbi
2014-09-03
usb: dwc3: gadget: Fix desc NULL pointer in dwc3_gadget_ep_queue()
Zhuang Jin Can
2014-08-20
usb: dwc3: remove unnecessary OOM messages
Jingoo Han
2014-07-21
Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2014-07-10
usb: dwc3: gadget: remove unnecessary 'start_new' variable
Jingoo Han
2014-06-19
usb: dwc3: gadget: check link trb after free_slot is increased
Zhuang Jin Can
2014-05-23
Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2014-05-15
usb: dwc3: no need to initialize ret variable
Andy Shevchenko
2014-04-25
usb: dwc3: gadget: pretty print Generic CMDs
Felipe Balbi
2014-04-25
usb: dwc3: gadget: pretty print link states
Felipe Balbi
2014-04-25
usb: dwc3: gadget: print both cmd string and number
Felipe Balbi
2014-04-16
usb: dwc3: gadget: clear stall when disabling endpoint
Felipe Balbi
2014-04-16
usb: dwc3: gadget: Iterate only over valid endpoints
Jack Pham
2014-03-07
usb: dwc3: gadget: remove known conditions
Dan Carpenter
2014-03-07
usb: dwc3: gadget: cut and paste fixups in suspend/resume
Dan Carpenter
2014-03-05
usb: dwc3: gadget: pre-start Stream transfers when they're queued
Felipe Balbi
2014-03-05
usb: dwc3: gadget: call gadget driver's ->suspend/->resume
Felipe Balbi
2014-03-05
usb: dwc3: gadget: add 'force' argument to stop_active_transfer
Paul Zimmerman
2014-03-05
usb: dwc3: gadget: make sure HIRD threshold is 0 in superspeed
Felipe Balbi
2014-03-05
usb: dwc3: gadget: set KEEP_CONNECT in case of hibernation
Felipe Balbi
[next]