summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* usb: gadget: remove DMA_ADDR_INVALID from f_uac2 and gadgetfsSebastian Andrzej Siewior2012-10-311-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-2/+2
|\
| * userns: Convert gadgetfs to use kuid and kgid where appropriateEric W. Biederman2012-09-211-2/+2
* | usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2012-09-101-3/+4
* | usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior2012-09-101-2/+5
* | usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz2012-08-311-11/+4
|/
* USB: remove compile warning on gadget/inode.cMichael BRIGHT2012-04-061-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-9/+4
|\
| * gadgetfs: list_for_each_safe() misuseAl Viro2012-03-201-6/+3
| * switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-3/+1
* | usb: gadgetfs: return number of bytes on ep0 read requestThomas Faber2012-03-021-0/+2
|/
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-01-091-3/+3
|\
| * usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-121-3/+3
* | ... and the same for gadgetfsAl Viro2012-01-081-15/+11
|/
* USB: gadgetfs: gadgetfs_disconnect: fix inconsistent lock stateMarc Kleine-Budde2011-11-141-2/+3
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-091-9/+0
* usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior2011-07-011-3/+2
* usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman2011-06-281-2/+4
* usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov2011-06-061-1/+3
* USB: usb-gadget: unlock data->lock mutex on error path in ep_read()Alexey Khoroshilov2011-04-131-1/+3
* convert get_sb_single() usersAl Viro2010-10-291-5/+5
* fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-221-4/+2
|\
| * usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-4/+2
* | BKL: Remove BKL from USB gadgetfsArnd Bergmann2010-10-041-1/+0
|/
* usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann2010-08-101-4/+2
* USB: gadget: Use memdup_userJulia Lawall2010-08-101-7/+3
* usb: gadgetfs: Convert semaphore to mutexThomas Gleixner2010-03-021-18/+21
* headers: remove sched.h from poll.hAlexey Dobriyan2009-10-041-0/+1
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* USB: gadgetfs: use helper functions to determine endpoint type and directionMatthias Kaehlcke2009-06-151-8/+6
* USB: replace uses of __constant_{endian}Harvey Harrison2009-03-241-2/+2
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0
* saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-251-2/+0
* USB: gadget: Push BKL down into driversAlan Cox2008-07-211-10/+13
* [ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC dr...Philipp Zabel2008-07-091-1/+1
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-9/+9
* USB: fix gadgetfs class request delegationRoy Hashimoto2008-03-241-2/+2
* USB: gadget code switches to pr_err() and friendsDavid Brownell2008-02-011-1/+1
* USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell2007-10-121-1/+1
* USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell2007-10-121-24/+20
* USB: "sparse" cleanups for usb gadgetsDavid Brownell2007-07-301-2/+2
* usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell2007-07-121-2/+2
* USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h>David Brownell2007-07-121-1/+1
* USB: usb gadget, dead config cleanupDavid Brownell2007-07-121-1/+1
* USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell2007-06-081-4/+4
* gadgetfs: Fixed bug in ep_aio_read_retry.Sarah Bailey2007-02-231-1/+4
* USB: gadgetfs AIO tweaksAlan Stern2007-02-071-9/+7