index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
/
gadget.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-22
usb: dwc2: gadget: Repair DSTS register decoding
Marek Vasut
1
-1
/
+1
2015-12-22
usb: dwc2: gadget: Remove call to dwc2_hsotg_init()
John Youn
1
-2
/
+0
2015-12-22
usb: dwc2: gadget: Replace dwc2_hsotg_corereset()
John Youn
1
-49
/
+1
2015-12-22
usb: dwc2: gadget: Use hw params from core
John Youn
1
-25
/
+16
2015-12-22
usb: dwc2: gadget: don't overwrite DCTL register on NAKEFF interrupts
Gregory Herrero
1
-2
/
+2
2015-12-22
usb: dwc2: fix transfer stop programming for out endpoint
Du, Changbin
1
-5
/
+5
2015-10-14
usb: dwc2: refactor common low-level hw code to platform.c
Marek Szyprowski
1
-169
/
+17
2015-10-14
usb: dwc2: remove no longer needed init_mutex
Marek Szyprowski
1
-17
/
+0
2015-10-02
usb: dwc2: gadget: parity fix in isochronous mode
Roman Bacik
1
-8
/
+63
2015-10-01
usb: dwc2: remove non-functional clock gating
Marek Szyprowski
1
-6
/
+0
2015-10-01
usb: dwc2: remove double call to dwc2_hsotg_of_probe
Marek Szyprowski
1
-2
/
+0
2015-10-01
usb: dwc2: gadget: fix a memory use-after-free bug
Yunzhi Li
1
-3
/
+3
2015-10-01
usb: dwc2: gadget: handle reset interrupt before endpoint interrupts
Mian Yousaf Kaukab
1
-30
/
+30
2015-10-01
usb: dwc2: gadget: exit hibernation before power down
Gregory Herrero
1
-6
/
+7
2015-10-01
usb: dwc2: gadget: unmask idstschng interrupt only if controller supports it
Gregory Herrero
1
-7
/
+10
2015-10-01
usb: dwc2: gadget: only reset core after addressed state
Mian Yousaf Kaukab
1
-8
/
+3
2015-10-01
usb: dwc2: gadget: kill ep0 requests before reinitializing core
Mian Yousaf Kaukab
1
-5
/
+3
2015-10-01
usb: dwc2: gadget: stop current transfer on dequeue
Mian Yousaf Kaukab
1
-0
/
+77
2015-10-01
usb: dwc2: gadget: print complete setup packet
Mian Yousaf Kaukab
1
-3
/
+4
2015-10-01
usb: dwc2: gadget: ignore stall check for ep0
Mian Yousaf Kaukab
1
-1
/
+1
2015-10-01
usb: dwc2: gadget: abort core init if core_reset fails
Gregory Herrero
1
-1
/
+2
2015-10-01
usb: dwc2: gadget: set op_state in vbus_session call
Gregory Herrero
1
-0
/
+1
2015-10-01
usb: dwc2: gadget: don't modify pullup state in host mode
Gregory Herrero
1
-1
/
+8
2015-10-01
usb: dwc2: gadget: initialize op_state for peripheral only configuration
Mian Yousaf Kaukab
1
-0
/
+2
2015-10-01
usb: dwc2: gadget: ensure lx_state corresponds to current state
Gregory Herrero
1
-4
/
+4
2015-09-27
usb: dwc2: Use platform endianness when accessing registers
Antti Seppälä
1
-142
/
+142
2015-09-27
usb: dwc2: rename all s3c_* to dwc2_*
Felipe Balbi
1
-348
/
+348
2015-08-04
usb: dwc2: gadget: add ep capabilities support
Robert Baldyga
1
-0
/
+13
2015-07-29
usb: dwc2: gadget: use | instead of + for bitmasks
Felipe Balbi
1
-1
/
+1
2015-04-29
usb: dwc2: remove dwc2_platform.ko
Mian Yousaf Kaukab
1
-5
/
+0
2015-04-29
usb: dwc2: gadget: remove s3c_hsotg_ep_disable_force
Mian Yousaf Kaukab
1
-5
/
+1
2015-04-29
usb: dwc2: gadget: enable otg flag in dual role configuration
Gregory Herrero
1
-0
/
+2
2015-04-29
usb: dwc2: gadget: powerup controller if needed
Gregory Herrero
1
-0
/
+9
2015-04-29
usb: dwc2: gadget: prevent new request submission during suspend
Gregory Herrero
1
-0
/
+7
2015-04-29
usb: dwc2: gadget: ignore pm suspend/resume in L2
Gregory Herrero
1
-0
/
+6
2015-04-29
usb: dwc2: gadget: use reset detect interrupt
Gregory Herrero
1
-3
/
+16
2015-04-29
usb: dwc2: move debugfs code to a separate file
Mian Yousaf Kaukab
1
-404
/
+1
2015-02-04
usb: dwc2: Fix a bug in reading the endpoint directions from reg.
Roshan Pius
1
-1
/
+1
2015-01-30
usb: dwc2: gadget: initialize controller in pullup callback
Gregory Herrero
1
-0
/
+1
2015-01-30
usb: dwc2: gadget: replace constants with defines
Mian Yousaf Kaukab
1
-12
/
+12
2015-01-30
usb: dwc2: gadget: fix phy interface configuration
Mian Yousaf Kaukab
1
-3
/
+7
2015-01-30
usb: dwc2: gadget: fix debug message for zlp
Mian Yousaf Kaukab
1
-1
/
+6
2015-01-30
usb: dwc2: gadget: don't modify pullup status during reset
Gregory Herrero
1
-1
/
+0
2015-01-30
usb: dwc2: gadget: add reset flag in init function
Gregory Herrero
1
-12
/
+21
2015-01-30
usb: dwc2: gadget: add unaligned buffers support
Mian Yousaf Kaukab
1
-1
/
+61
2015-01-30
usb: dwc2: gadget: remove hardcoded if (0) and if (1) checks
Mian Yousaf Kaukab
1
-13
/
+1
2015-01-30
usb: dwc2: gadget: fix a typo in comment
Gregory Herrero
1
-1
/
+1
2015-01-30
usb: dwc2: gadget: add TEST_MODE feature support
Gregory Herrero
1
-7
/
+182
2015-01-30
usb: dwc2: gadget: fix clear halt feature handling
Gregory Herrero
1
-7
/
+13
2015-01-19
Merge tag 'v3.19-rc5' into next
Felipe Balbi
1
-1
/
+5
[next]