summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dwc3-for-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-05-071-5/+34
|\
| * usb: dwc3: define DWC3_EP0_BOUNCE_SIZEFelipe Balbi2012-05-041-0/+1
| * usb: dwc3: ep0: implement support for Set Isoch Delay requestFelipe Balbi2012-05-021-0/+2
| * usb: dwc3: ep0: implement Set SEL supportFelipe Balbi2012-05-021-0/+10
| * usb: dwc3: gadget: implement Global Command supportFelipe Balbi2012-05-021-2/+4
| * usb: dwc3: ep0: add LPM handlingSebastian Andrzej Siewior2012-04-301-0/+1
| * usb: dwc3: core: split host address spaceIdo Shayevitz2012-04-241-3/+12
| * usb: dwc3: core: define more revision macrosFelipe Balbi2012-04-111-0/+4
* | usb: dwc3: Update dwc3 udc to use usb_endpoint_descriptor inside the struct u...Ido Shayevitz2012-05-041-1/+0
|/
* Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2012-03-021-116/+82
|\
| * usb: dwc3: replace hard-coded constant in DWC3_GCTL_SCALEDOWN(3)Paul Zimmerman2012-03-021-0/+1
| * usb: dwc3: clean up whitespace damage, typos, missing parens, etc.Paul Zimmerman2012-03-021-11/+11
| * usb: dwc3: convert TRBs into bitshiftsFelipe Balbi2012-02-131-104/+38
| * usb: dwc3: ep0: fix SetFeature(TEST)Gerard Cauvy2012-02-101-0/+3
| * usb: dwc3: gadget: start core on Rx.DetectFelipe Balbi2012-02-061-0/+9
| * usb: dwc3: gadget: dynamically re-size TxFifosFelipe Balbi2012-02-061-1/+15
| * usb: dwc3: gadget: fix XferNotReady debug printFelipe Balbi2012-02-061-0/+5
* | usb: dwc3: gadget: use generic map/unmap routinesFelipe Balbi2012-02-281-2/+0
|/
* usb: dwc3: gadget: fix stream enable bitFelipe Balbi2011-12-121-0/+1
* usb: dwc3: ep0: use dwc3_request for ep0 requsts instead of usb_requestSebastian Andrzej Siewior2011-12-121-1/+15
* usb: dwc3: workaround: missing disconnect eventFelipe Balbi2011-12-121-0/+2
* usb: dwc3: workaround: U1/U2 -> U0 transitonFelipe Balbi2011-12-121-0/+2
* usb: dwc3: ep0: handle delayed_status againSebastian Andrzej Siewior2011-12-121-0/+1
* usb: dwc3: use a helper function for operation mode settingSebastian Andrzej Siewior2011-12-121-0/+2
* usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAXFelipe Balbi2011-12-121-2/+1
* usb: dwc3: move dwc3 device ID bitmap to core.cFelipe Balbi2011-12-121-0/+3
* usb: dwc3: remove special status request handling in ep0Sebastian Andrzej Siewior2011-12-121-2/+0
* usb: dwc3: debugfs: add support for changing port modeFelipe Balbi2011-12-121-0/+1
* usb: dwc3: move gadget prototypes to core.hFelipe Balbi2011-12-121-0/+3
* usb: dwc3: add xHCI Host supportFelipe Balbi2011-12-121-0/+9
* usb: dwc3: fetch mode of operation from HWFelipe Balbi2011-12-121-0/+11
* usb: dwc3: calculate number of event buffers dynamicallyFelipe Balbi2011-12-121-2/+6
* usb: dwc3: allow forcing a maximum speedFelipe Balbi2011-12-121-0/+2
* usb: dwc3: gadget: allow clock gating to workFelipe Balbi2011-10-041-0/+6
* usb: dwc3: add struct dwc3_hwparamsFelipe Balbi2011-10-041-0/+26
* usb: dwc3: gadget: implement streams supportFelipe Balbi2011-10-041-0/+6
* usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPsPaul Zimmerman2011-10-041-0/+2
* usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior2011-10-041-1/+0
* usb: dwc3: ep0: introduce ep0_expect_in flagFelipe Balbi2011-09-091-0/+2
* usb: dwc3: define ScaleDown macro helperFelipe Balbi2011-09-091-0/+1
* usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECNFelipe Balbi2011-09-091-1/+1
* usb: dwc3: core: add ep0_next_event fieldFelipe Balbi2011-09-091-0/+10
* usb: dwc3: drop EP0_STALL stateFelipe Balbi2011-09-091-1/+0
* usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECTSebastian Andrzej Siewior2011-09-091-1/+0
* usb: dwc3: ep0: simplify EP0 state machineFelipe Balbi2011-09-091-9/+3
* usb: dwc3: core: add flag for EP0 directionFelipe Balbi2011-09-091-0/+3
* usb: dwc3: add a bounce buffer for control endpointsFelipe Balbi2011-09-091-0/+6
* usb: dwc3: core: add defines for XferNotReady event on Control EPsFelipe Balbi2011-09-091-0/+6
* usb: dwc3: core: add missing @ for kerneldocFelipe Balbi2011-09-091-7/+7
* usb: Introduce DesignWare USB3 DRD DriverFelipe Balbi2011-08-221-0/+709