| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: dwc3: core: fix cached revision on our structure | Felipe Balbi | 2011-12-14 | 1 | -1/+1 |
* | usb: dwc3: gadget: initialize max_streams | Sebastian Andrzej Siewior | 2011-11-14 | 1 | -0/+1 |
* | usb: Add module.h to various dwc3 drivers | Paul Gortmaker | 2011-10-04 | 2 | -0/+2 |
* | usb: dwc3: convert structures into bitshifts | Felipe Balbi | 2011-10-04 | 3 | -137/+48 |
* | usb: dwc3: gadget: allow clock gating to work | Felipe Balbi | 2011-10-04 | 2 | -0/+14 |
* | usb: dwc3: core: cache GHWPARAMS* registers | Felipe Balbi | 2011-10-04 | 1 | -0/+17 |
* | usb: dwc3: add struct dwc3_hwparams | Felipe Balbi | 2011-10-04 | 1 | -0/+26 |
* | usb: dwc3: gadget: implement streams support | Felipe Balbi | 2011-10-04 | 2 | -4/+36 |
* | usb: dwc3: gadget: add support for Bursts | Felipe Balbi | 2011-10-04 | 1 | -0/+1 |
* | usb: dwc3: gadget: fix DMA offset calculation | Paul Zimmerman | 2011-10-04 | 1 | -1/+1 |
* | usb: dwc3: gadget: make DWC3_EP_WEDGE do the right thing | Paul Zimmerman | 2011-10-04 | 1 | -1/+5 |
* | usb: dwc3: gadget: driver should not wait for RxFIFO to drain | Paul Zimmerman | 2011-10-04 | 1 | -19/+0 |
* | usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPs | Paul Zimmerman | 2011-10-04 | 3 | -1/+12 |
* | usb: dwc: remove "All rights reserved" statement. | Sebastian Andrzej Siewior | 2011-10-04 | 10 | -10/+0 |
* | usb: dwc3: ep0: fix debug output | Sebastian Andrzej Siewior | 2011-10-04 | 1 | -1/+1 |
* | usb: dwc3: ep0: remove second giveback in error case | Sebastian Andrzej Siewior | 2011-10-04 | 1 | -1/+0 |
* | usb: dwc3: ep0: fix debug message | Felipe Balbi | 2011-10-04 | 1 | -4/+4 |
* | usb: dwc3: ep0: ignore direction on 2-stage transfer | Felipe Balbi | 2011-10-04 | 1 | -4/+4 |
* | usb: dwc3: ep0: Make USB30CV happy with SetAddress | Felipe Balbi | 2011-10-04 | 1 | -22/+9 |
* | usb: dwc3: gadget: improve debug on link state change | Felipe Balbi | 2011-09-09 | 1 | -2/+2 |
* | usb: dwc3: omap: set idle and standby modes | Felipe Balbi | 2011-09-09 | 1 | -0/+24 |
* | usb: dwc3: ep0: introduce ep0_expect_in flag | Felipe Balbi | 2011-09-09 | 2 | -0/+18 |
* | usb: dwc3: ep0: giveback requests on stall_and_restart | Felipe Balbi | 2011-09-09 | 1 | -0/+10 |
* | usb: dwc3: gadget: drop the useless dma_sync_single* calls | Felipe Balbi | 2011-09-09 | 1 | -9/+0 |
* | usb: dwc3: gadget: fix GCTL programming | Felipe Balbi | 2011-09-09 | 1 | -6/+3 |
* | usb: dwc3: define ScaleDown macro helper | Felipe Balbi | 2011-09-09 | 1 | -0/+1 |
* | usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECN | Felipe Balbi | 2011-09-09 | 1 | -1/+1 |
* | usb: dwc3: gadget: do not map/unmap ZLP transfers | Sebastian Andrzej Siewior | 2011-09-09 | 1 | -0/+10 |
* | usb: dwc3: omap: fix IRQ handling | Felipe Balbi | 2011-09-09 | 1 | -27/+12 |
* | usb: dwc3: omap: change IRQ name to dwc3-omap | Felipe Balbi | 2011-09-09 | 1 | -1/+1 |
* | usb: dwc3: add module.h to dwc3-omap.c and core.c | Felipe Balbi | 2011-09-09 | 2 | -0/+2 |
* | usb: dwc3: omap: distinguish between SW and HW modes | Felipe Balbi | 2011-09-09 | 1 | -0/+22 |
* | usb: dwc3: omap: drop DEV_PM_OPS for now | Felipe Balbi | 2011-09-09 | 1 | -41/+0 |
* | usb: dwc3: omap: use the macro we already have | Felipe Balbi | 2011-09-09 | 1 | -1/+2 |
* | usb: dwc3: omap: do not enable DMA Disable Clear IRQ | Felipe Balbi | 2011-09-09 | 1 | -2/+1 |
* | usb: dwc3: omap: fix dev_dbg() calls | Felipe Balbi | 2011-09-09 | 1 | -10/+10 |
* | usb: dwc3: use ep0_next_event field | Felipe Balbi | 2011-09-09 | 1 | -4/+36 |
* | usb: dwc3: core: add ep0_next_event field | Felipe Balbi | 2011-09-09 | 1 | -0/+10 |
* | usb: dwc3: drop EP0_STALL state | Felipe Balbi | 2011-09-09 | 3 | -5/+8 |
* | usb: dwc3: ep0: clear all EP0 flags | Felipe Balbi | 2011-09-09 | 1 | -1/+1 |
* | usb: dwc3: ep0: fix Get Status handling | Felipe Balbi | 2011-09-09 | 1 | -1/+1 |
* | usb: dwc3: gadget: replace mdelay with udelay in the busy loop | Sebastian Andrzej Siewior | 2011-09-09 | 1 | -8/+4 |
* | usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECT | Sebastian Andrzej Siewior | 2011-09-09 | 2 | -20/+12 |
* | usb: dwc3: core: move the core check before soft reset | Sebastian Andrzej Siewior | 2011-09-09 | 1 | -10/+9 |
* | usb: dwc3: debugfs: remove test mode interface | Sebastian Andrzej Siewior | 2011-09-09 | 1 | -94/+0 |
* | usb: dwc3: ep0: simplify EP0 state machine | Felipe Balbi | 2011-09-09 | 3 | -215/+163 |
* | usb: dwc3: core: add flag for EP0 direction | Felipe Balbi | 2011-09-09 | 1 | -0/+3 |
* | usb: dwc3: ep0: add handling for unaligned OUT transfers | Felipe Balbi | 2011-09-09 | 1 | -5/+32 |
* | usb: dwc3: add a bounce buffer for control endpoints | Felipe Balbi | 2011-09-09 | 2 | -7/+28 |
* | usb: dwc3: core: add defines for XferNotReady event on Control EPs | Felipe Balbi | 2011-09-09 | 1 | -0/+6 |