summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy
Commit message (Expand)AuthorAgeFilesLines
* USB: gadgetfs: remove unnecessary assignmentAlan Stern2017-01-021-1/+0
* USB: gadgetfs: fix checks of wTotalLength in config descriptorsAlan Stern2017-01-021-3/+7
* USB: gadgetfs: fix use-after-free bugAlan Stern2017-01-021-0/+2
* USB: gadgetfs: fix unbounded memory allocation bugAlan Stern2017-01-021-1/+1
* usb: gadgetfs: restrict upper bound on device configuration sizeGreg Kroah-Hartman2017-01-021-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | usb: gadget: f_midi: defaults buflen sizes to 512Felipe F. Tonello2016-08-251-1/+1
|/
* usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau2016-08-111-1/+1
* usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet2016-08-111-1/+1
* usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz2016-06-211-9/+6
* usb: gadget: fix spinlock dead lock in gadgetfsBin Liu2016-05-311-4/+13
* usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz2016-04-194-27/+0
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-2/+1
|\
| * treewide: Fix typo in printkMasanari Iida2016-02-151-2/+1
* | usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski2016-03-041-25/+3
* | usb: gadget: gadgetfs: unregister gadget only if it got successfully registeredMarek Szyprowski2016-02-231-2/+5
* | wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-203-2249/+50
|\ \
| * | usb: gadget: tcm: convert to use new function registration interfaceAndrzej Pietrasiewicz2015-12-202-10/+53
| * | usb: gadget: f_tcm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz2015-12-201-0/+1
| * | usb: gadget: tcm: factor out f_tcmAndrzej Pietrasiewicz2015-12-202-2260/+2
| * | usb: gadget: tcm: simplify attribute store functionAndrzej Pietrasiewicz2015-12-201-15/+7
| * | usb: gadget: tcm: use strtobool for a boolean valueAndrzej Pietrasiewicz2015-12-201-6/+4
| * | usb: gadget: tcm: follow naming conventionsAndrzej Pietrasiewicz2015-12-201-14/+14
| * | usb: gadget: tcm: split string definitions into function and deviceAndrzej Pietrasiewicz2015-12-202-6/+22
| * | tcm_usb_gadget: Fix enabled attribute failureNicholas Bellinger2015-12-201-3/+9
| * | tcm_usb_gadget: Fix nexus leakNicholas Bellinger2015-12-201-0/+3
| * | tcm_usb_gadget: Don't strip off nexus WWPN prefixNicholas Bellinger2015-12-201-1/+1
* | | usb: gadget: inode.c: fix unbalanced spin_lock in ep0_writeDavid Eccher2015-12-161-2/+1
* | | usb: gadget: f_midi: pre-allocate IN requestsFelipe F. Tonello2015-12-161-1/+1
* | | usb: gadget: composite: remove redundant bcdUSB setting in legacyIgor Kotrasinski2015-12-1516-16/+16
* | | usb: gadget: gmidi: Cleanup legacy codeFelipe F. Tonello2015-12-151-8/+0
* | | usb: gadget: f_sourcesink: add queue depthPeter Chen2015-12-151-0/+12
|/ /
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-25/+19
|\ \ | |/ |/|
| * target: use per-attribute show and store methodsChristoph Hellwig2015-10-131-25/+19
* | usb: gadget: legacy: tcm: eliminate abuse of ep->driver dataRobert Baldyga2015-09-271-18/+0
* | usb: gadget: legacy: dbgp: eliminate abuse of ep->driver dataRobert Baldyga2015-09-271-16/+2
|/
* usb: gadget: legacy: nokia: add CONFIG_BLOCK dependencyFelipe Balbi2015-08-061-0/+1
* usb: gadget: remove gadget_chips.hRobert Baldyga2015-08-066-8/+0
* usb: gadget: mass_storage: Use static array for lunsKrzysztof Opasiak2015-07-314-28/+4
* usb: gadget: apply generic altsetting support check mechanismRobert Baldyga2015-07-301-1/+1
* usb: gadget: zero: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-20/+21
* usb: gadget: serial: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+21
* usb: gadget: printer: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-19/+30
* usb: gadget: ncm: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-15/+19
* usb: gadget: multi: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-17/+20
OpenPOWER on IntegriCloud