index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc3
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
usb: dwc3: Fix break from cleanup request loop
Pratyush Anand
2012-06-04
1
-1
/
+2
|
*
usb: dwc3: Fix missed isoc IN transaction
Pratyush Anand
2012-06-04
2
-24
/
+52
|
*
USB: DWC3: Correct DWC3_DSTS_SOFFN_MASK definition
Pratyush Anand
2012-06-04
1
-1
/
+1
|
*
USB: DWC3: Correct DWC3_TRB_SIZE_TRBSTS definition
Pratyush Anand
2012-06-04
1
-1
/
+1
|
*
USB: DWC3: Generate interrupt on each TRB as default option
Pratyush Anand
2012-06-04
1
-2
/
+1
|
*
usb: dwc3: ep0: rename dwc3_ep0_complete_req to dwc3_ep0_complete_status
Felipe Balbi
2012-06-03
1
-2
/
+2
|
*
usb: dwc3: ep0: be careful with endianness on SetSEL command
Felipe Balbi
2012-06-03
1
-2
/
+2
|
*
usb: dwc3: ep0: simplify error handling on dwc3_ep0_inspect_setup
Felipe Balbi
2012-06-03
1
-7
/
+5
|
*
usb: dwc3: gadget: move AcceptU1Ena and AcceptU2Ena to Reset IRQ
Gerard CAUVY
2012-06-03
1
-4
/
+1
|
*
usb: dwc3: gadget: disable U1/U2 on disconnect
Felipe Balbi
2012-06-03
1
-5
/
+2
|
*
usb: dwc3: gadget: prevent DCTL register corruption
Felipe Balbi
2012-06-03
1
-0
/
+1
|
*
usb: dwc3: core: make sure evt->lpos is correctly initialized
Paul Zimmerman
2012-06-03
1
-1
/
+6
|
*
usb: dwc3: support new revisions of DWC3 core
Paul Zimmerman
2012-06-03
1
-13
/
+70
|
*
usb: dwc3: gadget: rename phy_power() to phy_suspend()
Paul Zimmerman
2012-06-03
1
-16
/
+16
|
*
usb: dwc3: gadget: reinitialize retries
Paul Zimmerman
2012-06-03
1
-0
/
+1
|
*
usb: dwc3: add definitions for new registers
Paul Zimmerman
2012-06-03
2
-19
/
+80
|
*
usb: dwc3: gadget: remove trailing semicolon
Felipe Balbi
2012-06-03
1
-1
/
+1
|
*
usb: dwc3: ep0: fix a typo in comment
Felipe Balbi
2012-06-03
1
-1
/
+1
|
*
usb: dwc3: ep0: align on function signature
Felipe Balbi
2012-06-03
1
-6
/
+12
|
*
usb: dwc3: ep0: switch over to IS_ALIGNED
Felipe Balbi
2012-06-03
1
-1
/
+1
|
*
usb: dwc3: handle pending unaligned Control OUT data phase correctly
Felipe Balbi
2012-06-03
1
-29
/
+43
|
*
usb: dwc3: fix a WARN and a comment
Felipe Balbi
2012-06-03
1
-4
/
+4
*
|
Merge tag 'gadget-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2012-07-05
1
-1
/
+1
|
\
\
|
*
|
usb: gadget: composite: fix ep->maxburst initialization
Felipe Balbi
2012-06-12
1
-1
/
+1
|
|
/
*
|
usb: dwc3: fix giveback of queued request in ep_dequeue
Pratyush Anand
2012-06-15
1
-1
/
+2
|
/
*
usb: dwc3: Fix the dwc3 dependency
joseph daniel
2012-05-11
1
-1
/
+1
*
Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2012-05-07
8
-84
/
+323
|
\
|
*
usb: dwc3: define DWC3_EP0_BOUNCE_SIZE
Felipe Balbi
2012-05-04
2
-6
/
+8
|
*
usb: dwc3: gadget: issue Update Transfer command after queuing isoc request
Paul Zimmerman
2012-05-02
1
-17
/
+28
|
*
usb: dwc3: ep0: implement support for Set Isoch Delay request
Felipe Balbi
2012-05-02
2
-0
/
+28
|
*
usb: dwc3: gadget: increase setup buffer size
Felipe Balbi
2012-05-02
1
-2
/
+1
|
*
usb: dwc3: ep0: implement Set SEL support
Felipe Balbi
2012-05-02
2
-0
/
+93
|
*
usb: dwc3: gadget: implement Global Command support
Felipe Balbi
2012-05-02
3
-2
/
+32
|
*
usb: dwc3: ep0: add LPM handling
Sebastian Andrzej Siewior
2012-04-30
3
-11
/
+45
|
*
usb: dwc3: core: split host address space
Ido Shayevitz
2012-04-24
4
-35
/
+46
|
*
usb: dwc3: omap: add dwc3_omap_readl/writel functions
Ido Shayevitz
2012-04-24
1
-11
/
+21
|
*
usb: dwc3: workaround: metastability state on Run/Stop bit
Felipe Balbi
2012-04-11
1
-1
/
+18
|
*
usb: dwc3: core: define more revision macros
Felipe Balbi
2012-04-11
1
-0
/
+4
*
|
usb: dwc3: Update dwc3 udc to use usb_endpoint_descriptor inside the struct u...
Ido Shayevitz
2012-05-04
3
-21
/
+19
*
|
usb: dwc3: Free event buffers array
Anton Tikhomirov
2012-04-10
1
-3
/
+3
*
|
usb: dwc3: ep0: add a default case for SetFeature command
Gerard Cauvy
2012-04-10
1
-0
/
+3
*
|
usb: dwc3: ep0: increment "actual" on bounced ep0 case
Felipe Balbi
2012-04-10
1
-1
/
+2
*
|
usb: dwc3: ep0: Handle requests greater than wMaxPacketSize
Moiz Sonasath
2012-04-10
1
-1
/
+5
|
/
*
Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
2012-03-20
11
-490
/
+913
|
\
|
*
usb: dwc3: pci: fix another failure path in dwc3_pci_probe()
Felipe Balbi
2012-03-13
1
-0
/
+1
|
*
usb: dwc3: core: Convert to module_platform_driver
Tobias Klauser
2012-03-02
1
-12
/
+2
|
*
Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2012-03-02
11
-413
/
+897
|
|
\
|
|
*
usb: dwc3: clear 'res_trans_idx' as soon as it becomes invalid
Paul Zimmerman
2012-03-02
2
-3
/
+4
|
|
*
usb: dwc3: take lock while modifying flags
Paul Zimmerman
2012-03-02
1
-0
/
+7
|
|
*
usb: dwc3: shorten long delay in dwc3_gadget_set_link_state()
Paul Zimmerman
2012-03-02
1
-4
/
+3
[prev]
[next]