summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/epautoconf.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: epautoconf: add usb_ep_autoconfig_release() functionRobert Baldyga2015-09-271-0/+17
* usb: gadget: fix few outdated commentsRobert Baldyga2015-09-271-4/+4
* usb: gadget: fix possible regression introduced with ep->claimedRobert Baldyga2015-09-141-0/+1
* usb: gadget: remove gadget_chips.hRobert Baldyga2015-08-061-2/+0
* usb: musb: gadget: add musb_match_ep() functionRobert Baldyga2015-08-061-23/+0
* usb: gadget: goku_udc: add goku_match_ep() functionRobert Baldyga2015-08-061-18/+2
* usb: gadget: net2280: add net2280_match_ep() functionRobert Baldyga2015-08-061-22/+1
* usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga2015-08-061-21/+9
* usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga2015-08-061-84/+11
* usb: gadget: add 'ep_match' callback to usb_gadget_opsRobert Baldyga2015-08-061-0/+6
* usb: gadget: epautoconf: rework ep_matches() functionRobert Baldyga2015-08-061-49/+32
* usb: gadget: epautoconf: remove ep and desc configuration from ep_matches()Robert Baldyga2015-08-041-32/+34
* usb: gadget: epautoconf: remove pxa quirk from ep_matches()Robert Baldyga2015-08-041-5/+0
* usb: gadget: epautoconf: add endpoint capabilities flags verificationRobert Baldyga2015-08-041-66/+30
* usb: gadget: encapsulate endpoint claiming mechanismRobert Baldyga2015-08-041-5/+6
* usb: gadget: autoconf: net2280: match hardware and usb ep addressMian Yousaf Kaukab2015-05-261-7/+17
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-171-3/+3
* usb: gadget: epautoconf: switch over to usb_endpoint_type()Felipe Balbi2013-11-261-1/+1
* usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior2012-09-101-2/+4
* usb: gadget: move global vars from epautoconf into struct usb_gadgetSebastian Andrzej Siewior2012-09-101-21/+6
* Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-011-6/+10
|\
| * usb: gadget: clean the ep in autoconf before returning it.Sebastian Andrzej Siewior2012-02-091-6/+10
* | usb: gadget: check for streams only for SS udcsSebastian Andrzej Siewior2012-01-241-1/+1
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-3/+3
|\
| * usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz2011-12-121-3/+3
* | usb: gadget: epautoconf: do not change number of streamsFelipe Balbi2011-12-191-3/+0
|/
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-091-10/+0
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman2011-07-011-3/+3
* usb: gadget: add streams support to the gadget frameworkTatyana Brokhman2011-06-281-25/+100
* usb: gadget: configure endpoint according to gadget speedTatyana Brokhman2011-06-281-0/+1
* USB: Gadget: Initialize wMaxPacketSize if not already setJassi Brar2011-02-041-0/+7
* USB: gadget: __init and __exit tags removedMichal Nazarewicz2010-05-201-6/+6
* USB: gadget: fix Blackfin builds after gadget cleansingMike Frysinger2010-03-191-1/+1
* USB: Remove unsupported usb gadget driversChristoph Egger2010-03-021-11/+0
* USB: gadget: add INT support for Blackfin musbCliff Cai2010-03-021-0/+5
* USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSBBryan Wu2010-03-021-0/+14
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-241-1/+1
* USB: gadget: change simple_strtol to simple_strtoulJulia Lawall2009-01-071-1/+1
* usb gadget: descriptor copying supportDavid Brownell2008-07-211-0/+1
* USB: gadget section fixesDavid Brownell2008-04-241-6/+6
* USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell2007-10-121-1/+1
* USB: "sparse" cleanups for usb gadgetsDavid Brownell2007-07-301-1/+1
* USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell2007-06-081-1/+1
* USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell2007-02-071-1/+1
* [PATCH] USB: gadget section fixupsDavid Brownell2006-07-121-8/+8
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+310
OpenPOWER on IntegriCloud