aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/epautoconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07usb: gadget: move non-super speed code out of usb_ep_autoconfig_ss()Andrzej Pietrasiewicz1-17/+24
2017-11-07USB: gadget: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2015-09-27usb: gadget: epautoconf: add usb_ep_autoconfig_release() functionRobert Baldyga1-0/+17
2015-09-27usb: gadget: fix few outdated commentsRobert Baldyga1-4/+4
2015-09-14usb: gadget: fix possible regression introduced with ep->claimedRobert Baldyga1-0/+1
2015-08-06usb: gadget: remove gadget_chips.hRobert Baldyga1-2/+0
2015-08-06usb: musb: gadget: add musb_match_ep() functionRobert Baldyga1-23/+0
2015-08-06usb: gadget: goku_udc: add goku_match_ep() functionRobert Baldyga1-18/+2
2015-08-06usb: gadget: net2280: add net2280_match_ep() functionRobert Baldyga1-22/+1
2015-08-06usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga1-21/+9
2015-08-06usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga1-84/+11
2015-08-06usb: gadget: add 'ep_match' callback to usb_gadget_opsRobert Baldyga1-0/+6
2015-08-06usb: gadget: epautoconf: rework ep_matches() functionRobert Baldyga1-49/+32
2015-08-04usb: gadget: epautoconf: remove ep and desc configuration from ep_matches()Robert Baldyga1-32/+34
2015-08-04usb: gadget: epautoconf: remove pxa quirk from ep_matches()Robert Baldyga1-5/+0
2015-08-04usb: gadget: epautoconf: add endpoint capabilities flags verificationRobert Baldyga1-66/+30
2015-08-04usb: gadget: encapsulate endpoint claiming mechanismRobert Baldyga1-5/+6
2015-05-26usb: gadget: autoconf: net2280: match hardware and usb ep addressMian Yousaf Kaukab1-7/+17
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga1-3/+3
2013-11-26usb: gadget: epautoconf: switch over to usb_endpoint_type()Felipe Balbi1-1/+1
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior1-2/+4
2012-09-10usb: gadget: move global vars from epautoconf into struct usb_gadgetSebastian Andrzej Siewior1-21/+6
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-6/+10
2012-02-09usb: gadget: clean the ep in autoconf before returning it.Sebastian Andrzej Siewior1-6/+10
2012-01-24usb: gadget: check for streams only for SS udcsSebastian Andrzej Siewior1-1/+1
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+3
2011-12-19usb: gadget: epautoconf: do not change number of streamsFelipe Balbi1-3/+0
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-3/+3
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-10/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-07-01usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman1-3/+3
2011-06-28usb: gadget: add streams support to the gadget frameworkTatyana Brokhman1-25/+100
2011-06-28usb: gadget: configure endpoint according to gadget speedTatyana Brokhman1-0/+1
2011-02-04USB: Gadget: Initialize wMaxPacketSize if not already setJassi Brar1-0/+7
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz1-6/+6
2010-03-19USB: gadget: fix Blackfin builds after gadget cleansingMike Frysinger1-1/+1
2010-03-02USB: Remove unsupported usb gadget driversChristoph Egger1-11/+0
2010-03-02USB: gadget: add INT support for Blackfin musbCliff Cai1-0/+5
2010-03-02USB: gadget: use ep5 for bulk-in and ep6 for bulk-out for Blackfin MUSBBryan Wu1-0/+14
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-07USB: gadget: change simple_strtol to simple_strtoulJulia Lawall1-1/+1
2008-07-21usb gadget: descriptor copying supportDavid Brownell1-0/+1
2008-04-24USB: gadget section fixesDavid Brownell1-6/+6
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-07-30USB: "sparse" cleanups for usb gadgetsDavid Brownell1-1/+1
2007-06-08USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell1-1/+1
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-07-12[PATCH] USB: gadget section fixupsDavid Brownell1-8/+8