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
/
core.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: dwc3: use bus->sysdev for DMA configuration
Arnd Bergmann
2016-11-18
1
-0
/
+3
*
usb: dwc3: Implement interrupt moderation
John Youn
2016-11-18
1
-0
/
+15
*
usb: dwc3: core: add a event buffer cache
John Youn
2016-11-18
1
-0
/
+2
*
usb: dwc3: Add a check for the DWC_usb3 core
John Youn
2016-11-18
1
-0
/
+6
*
usb: dwc3: gadget: Remove descriptor arguments to ep_enable
John Youn
2016-11-18
1
-1
/
+0
*
usb: dwc3: gadget: tracking per-TRB remaining bytes
Felipe Balbi
2016-11-03
1
-0
/
+2
*
usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()
Felipe Balbi
2016-11-03
1
-0
/
+1
*
usb: dwc3: gadget: wait for End Transfer to complete
Baolin Wang
2016-11-03
1
-0
/
+8
*
usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do so
Baolin Wang
2016-11-03
1
-0
/
+3
*
usb: dwc3: Add support for device L1 exit
John Youn
2016-11-03
1
-0
/
+4
*
usb: dwc3: remove unused struct member dwc3->mem
Lu Baolu
2016-11-03
1
-3
/
+0
*
usb: dwc3: gadget: remove unused 'first_trb_index'
Felipe Balbi
2016-11-03
1
-2
/
+0
*
usb: dwc3: debug: decode control endpoint phase too
Felipe Balbi
2016-10-31
1
-0
/
+1
*
usb: dwc3: gadget: properly check ep cmd
Felipe Balbi
2016-10-31
1
-0
/
+2
*
usb: dwc3: Fix dr_mode validation
Thinh Nguyen
2016-09-07
1
-1
/
+4
*
usb: dwc3: Add ENDXFER command polling
John Youn
2016-08-25
1
-0
/
+4
*
usb: dwc3: Add revision numbers for the USB 3.0 IP
John Youn
2016-08-25
1
-0
/
+2
*
usb: dwc3: add dis_del_phy_power_chg_quirk
William Wu
2016-08-25
1
-0
/
+3
*
usb: dwc3: make usb2 phy utmi interface configurable
William Wu
2016-08-25
1
-0
/
+12
*
usb: dwc3: add dis_u2_freeclk_exists_quirk
William Wu
2016-08-25
1
-0
/
+5
*
usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_request
Felipe Balbi
2016-08-22
1
-0
/
+4
*
usb: dwc3: gadget: keep track of allocated and queued reqs
Felipe Balbi
2016-06-20
1
-0
/
+4
*
usb: dwc3: add DWC3_GUCTL1 reg for debug
William Wu
2016-06-20
1
-0
/
+1
*
usb: dwc3: Fix DWC3_USB31_REVISION_110A definition
John Youn
2016-06-20
1
-1
/
+1
*
usb: dwc3: gadget: add a per-endpoint request queue lock
Felipe Balbi
2016-06-20
1
-0
/
+2
*
usb: dwc3: implement runtime PM
Felipe Balbi
2016-06-20
1
-0
/
+9
*
usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadget
Felipe Balbi
2016-06-20
1
-0
/
+2
*
usb: dwc3: core: simplify suspend/resume operations
Felipe Balbi
2016-06-20
1
-3
/
+0
*
usb: dwc3: core: move fladj to dwc3 structure
Felipe Balbi
2016-06-20
1
-0
/
+2
*
usb: dwc3: gadget: add a pointer to endpoint registers
Felipe Balbi
2016-06-20
1
-4
/
+9
*
usb: dwc3: gadget: pass dep as argument to endpoint command
Felipe Balbi
2016-06-20
1
-4
/
+4
*
usb: dwc3: gadget: initialize NUMP based on RxFIFO Size
Felipe Balbi
2016-06-20
1
-0
/
+12
*
usb: dwc3: gadget: fix gadget suspend/resume
Felipe Balbi
2016-06-20
1
-1
/
+0
*
usb: dwc3: Set the ClearPendIN bit on Clear Stall EP command
John Youn
2016-06-01
1
-0
/
+1
*
usb: dwc3: gadget: fix mask and shift order in DWC3_DCFG_NUMP()
Dan Carpenter
2016-05-03
1
-1
/
+1
*
usb: dwc3: gadget: disable automatic calculation of ACK TP NUMP
Felipe Balbi
2016-04-28
1
-0
/
+5
*
usb: dwc3: gadget: update DCFG.NumP to max burst size
Felipe Balbi
2016-04-28
1
-0
/
+3
*
usb: dwc3: gadget: give better command return code
Konrad Leszczynski
2016-04-28
1
-0
/
+4
*
usb: dwc3: core: add helper to extract trb type
Felipe Balbi
2016-04-19
1
-0
/
+1
*
usb: dwc3: core: add fifo space helper
Felipe Balbi
2016-04-19
1
-0
/
+14
*
usb: dwc3: get rid of DWC3_TRB_MASK
Felipe Balbi
2016-04-19
1
-1
/
+0
*
usb: dwc3: switch trb enqueue/dequeue and first_trb_index to u8
Felipe Balbi
2016-04-18
1
-3
/
+13
*
usb: dwc3: core: document struct dwc3_request
Felipe Balbi
2016-04-18
1
-0
/
+13
*
usb: dwc3: gadget: rename busy/free_slot to trb_enqueue/dequeue
Felipe Balbi
2016-04-18
1
-5
/
+5
*
usb: dwc3: add disable receiver detection in P3 quirk
Rajesh Bhagat
2016-04-18
1
-0
/
+2
*
usb: dwc3: drop ev_buffs array
Felipe Balbi
2016-04-14
1
-1
/
+1
*
usb: dwc3: remove num_event_buffers
Felipe Balbi
2016-04-14
1
-2
/
+0
*
usb: dwc3: better name for our request management lists
Felipe Balbi
2016-04-14
1
-5
/
+5
*
usb: dwc3: increase maximum number of TRBs per endpoint
Felipe Balbi
2016-04-14
1
-1
/
+1
*
usb: dwc3: drop FIFO resizing logic
Felipe Balbi
2016-04-14
1
-5
/
+0
[next]