summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: gadget: drop unnecessary loop when cleaning up TRBsFelipe Balbi2015-03-091-21/+16
* usb: dwc3: gadget: use common is_selfpoweredPeter Chen2015-01-291-1/+1
* usb: dwc3: gadget: add missing spin_lock()Felipe Balbi2015-01-291-0/+1
* usb: dwc3: remove reliance on dev_vdbg()Felipe Balbi2015-01-271-27/+38
* usb: dwc3: gadget: WARN() in case of unknown IRQFelipe Balbi2015-01-271-1/+1
* usb: dwc3: gadget: avoid variable shadowingFelipe Balbi2015-01-271-6/+1
* Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-191-2/+4
|\
| * usb: dwc3: gadget: Stop TRB preparation after limit is reachedAmit Virdi2015-01-141-0/+3
| * usb: dwc3: gadget: Fix TRB preparation during SGAmit Virdi2015-01-141-2/+1
* | usb: dwc3: gadget: Remove redundant checkAmit Virdi2015-01-121-3/+0
* | usb: dwc3: Fixed a typo in commentsMickael Maison2015-01-121-1/+1
|/
* usb: dwc3: gadget: use udc-core's reset notifierFelipe Balbi2014-11-101-5/+12
* usb: dwc3: make HIRD threshold configurableHuang Rui2014-11-031-5/+1
* usb: dwc3: add lpm erratum supportHuang Rui2014-11-031-0/+13
* usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi2014-11-031-2/+1
* usb: dwc3: gadget: WARN() on bogus usb_ep_queue()Felipe Balbi2014-11-031-2/+10
* usb: dwc3: gadget: set state to NOT_ATTACHED on disconnect_irqFelipe Balbi2014-11-031-0/+1
* usb: dwc3: get rid of ->prepare()/->complete()Felipe Balbi2014-11-031-14/+6
* usb: dwc3: gadget: Properly initialize LINK TRBJack Pham2014-10-231-2/+1
* usb: dwc3: gadget: fix set_halt() bug with pending transfersFelipe Balbi2014-10-201-4/+12
* usb: dwc3: gadget: hold the lock through set_wedge()'s lifeFelipe Balbi2014-10-201-3/+6
* usb: dwc3: gadget: move isoc endpoint check to unlocked set_haltFelipe Balbi2014-10-201-8/+5
* usb: gadget: Refactor request completionMichal Sojka2014-09-251-1/+1
* Merge tag 'v3.17-rc5' into nextFelipe Balbi2014-09-161-8/+3
|\
| * usb: dwc3: fix TRB completion when multiple TRBs are startedFelipe Balbi2014-09-051-7/+1
| * usb: dwc3: gadget: Fix desc NULL pointer in dwc3_gadget_ep_queue()Zhuang Jin Can2014-09-031-1/+2
* | usb: dwc3: add tracepoints to aid debuggingFelipe Balbi2014-09-051-21/+15
* | usb: dwc3: gadget: cmd argument should always be unsignedFelipe Balbi2014-09-051-1/+1
* | usb: dwc3: move all string helper functions to debug.hFelipe Balbi2014-09-051-88/+1
* | usb: dwc3: remove unnecessary OOM messagesJingoo Han2014-08-201-9/+2
|/
* Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-07-211-4/+3
|\
| * usb: dwc3: gadget: remove unnecessary 'start_new' variableJingoo Han2014-07-101-4/+3
* | usb: dwc3: gadget: check link trb after free_slot is increasedZhuang Jin Can2014-06-191-4/+4
|/
* Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-05-231-6/+77
|\
| * usb: dwc3: no need to initialize ret variableAndy Shevchenko2014-05-151-1/+1
| * usb: dwc3: gadget: pretty print Generic CMDsFelipe Balbi2014-04-251-0/+29
| * usb: dwc3: gadget: pretty print link statesFelipe Balbi2014-04-251-3/+41
| * usb: dwc3: gadget: print both cmd string and numberFelipe Balbi2014-04-251-2/+2
| * usb: dwc3: gadget: clear stall when disabling endpointFelipe Balbi2014-04-161-0/+4
* | usb: dwc3: gadget: Iterate only over valid endpointsJack Pham2014-04-161-8/+4
|/
* usb: dwc3: gadget: remove known conditionsDan Carpenter2014-03-071-4/+2
* usb: dwc3: gadget: cut and paste fixups in suspend/resumeDan Carpenter2014-03-071-2/+2
* usb: dwc3: gadget: pre-start Stream transfers when they're queuedFelipe Balbi2014-03-051-0/+17
* usb: dwc3: gadget: call gadget driver's ->suspend/->resumeFelipe Balbi2014-03-051-0/+35
* usb: dwc3: gadget: add 'force' argument to stop_active_transferPaul Zimmerman2014-03-051-7/+8
* usb: dwc3: gadget: make sure HIRD threshold is 0 in superspeedFelipe Balbi2014-03-051-0/+4
* usb: dwc3: gadget: set KEEP_CONNECT in case of hibernationFelipe Balbi2014-03-051-4/+14
* usb: dwc3: gadget: add a 'restore' argument to set_ep_configPaul Zimmerman2014-03-051-10/+22
* usb: dwc3: gadget: implement dwc3_gadget_get_link_statePaul Zimmerman2014-03-051-0/+16
* usb: dwc3: workaround: bogus hibernation eventsFelipe Balbi2014-03-051-0/+31
OpenPOWER on IntegriCloud