aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior1-3/+2
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-2/+4
2011-06-06usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov1-1/+3
2011-04-13USB: usb-gadget: unlock data->lock mutex on error path in ep_read()Alexey Khoroshilov1-1/+3
2010-10-29convert get_sb_single() usersAl Viro1-5/+5
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-4/+2
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-4/+2
2010-10-04BKL: Remove BKL from USB gadgetfsArnd Bergmann1-1/+0
2010-08-10usb: gadget: Do not take BKL for gadget->ops->ioctlArnd Bergmann1-4/+2
2010-08-10USB: gadget: Use memdup_userJulia Lawall1-7/+3
2010-03-02usb: gadgetfs: Convert semaphore to mutexThomas Gleixner1-18/+21
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-06-15USB: gadgetfs: use helper functions to determine endpoint type and directionMatthias Kaehlcke1-8/+6
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-2/+0
2008-07-21USB: gadget: Push BKL down into driversAlan Cox1-10/+13
2008-07-09[ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC driversPhilipp Zabel1-1/+1
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-9/+9
2008-03-24USB: fix gadgetfs class request delegationRoy Hashimoto1-2/+2
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell1-1/+1
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12USB: gadget: gadget_is_{dualspeed,otg} predicates and cleanupDavid Brownell1-24/+20
2007-07-30USB: "sparse" cleanups for usb gadgetsDavid Brownell1-2/+2
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell1-2/+2
2007-07-12USB: export <linux/usb_gadgetfs> as <linux/usb/gadgetfs.h>David Brownell1-1/+1
2007-07-12USB: usb gadget, dead config cleanupDavid Brownell1-1/+1
2007-06-08USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell1-4/+4
2007-02-23gadgetfs: Fixed bug in ep_aio_read_retry.Sarah Bailey1-1/+4
2007-02-07USB: gadgetfs AIO tweaksAlan Stern1-9/+7
2007-02-07USB: gadgetfs behaves better on userspace init bugDavid Brownell1-4/+4
2007-02-07USB: gadgetfs race fixDavid Brownell1-7/+11
2007-02-07USB: gadgetfs simplificationsDavid Brownell1-16/+13
2007-02-07USB: gadgetfs cleanupsDavid Brownell1-34/+41
2007-02-07usb: gadgetfs remove delayed init modePhil Endecott1-48/+12
2007-02-07usb: gadgetfs whitespace cleanupDavid Brownell1-28/+28
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-3/+3
2006-10-01[PATCH] Vectorize aio_read/aio_write fileop methodsBadari Pulavarty1-25/+55
2006-10-01[PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra1-1/+1
2006-09-27gadgetfs patch for ep0outSkip Hansen1-1/+1
2006-09-27USB gadget: gadgetfs dont try to lock before freeMilan Svoboda1-1/+0
2006-09-27USB: add poll to gadgetfs's endpoint zeroMilan Svoboda1-1/+31
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino1-4/+4
2006-09-27USB: gadgetfs: protect ep_release with lockMilan Svoboda1-0/+5
2006-09-27USB: fix ep_config to return correct valueMilan Svoboda1-3/+4
2006-09-27USB: correct locking in gadgetfs_disconnectMilan Svoboda1-2/+3
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-1/+0