summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_fs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-05-231-29/+4
|\
| * usb: gadget: FunctionFS: share VLA macros with all usb gadget filesAndrzej Pietrasiewicz2014-05-141-26/+1
| * usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi2014-04-211-3/+3
* | usb: gadget: ffs: race between ffs_epfile_io() and ffs_func_eps_disable()Chao Bi2014-04-161-0/+7
|/
* usb: gadget: f_fs: add missing spinlock and mutex unlockRobert Baldyga2014-03-171-2/+6
* Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-03-071-136/+476
|\
| * usb: gadget: return the right length in ffs_epfile_io()Chuansheng Liu2014-03-071-13/+15
| * usb: gadget: f_fs: Add flags to descriptors blockMichal Nazarewicz2014-03-051-76/+56
| * usb: gadget: f_fs: Add support for SuperSpeed ModeManu Gautam2014-03-051-46/+136
| * usb: gadget: f_fs: add aio supportRobert Baldyga2014-02-181-26/+239
| * usb: gadget: f_fs: add poll for endpoint 0Robert Baldyga2014-02-181-0/+42
| * usb: gadget: f_fs: fix setup request handlingRobert Baldyga2014-02-181-1/+1
| * usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline functionMichal Nazarewicz2014-02-181-6/+16
| * usb: gadget: functionfs: fix typo in the enum variableMichal Nazarewicz2014-02-181-8/+8
| * usb: gadget: FunctionFS: use consistent naming with regard to ffs_lockAndrzej Pietrasiewicz2014-02-181-15/+15
| * usb: gadget: FunctionFS: staticize functions used only in f_fs.cAndrzej Pietrasiewicz2014-02-181-2/+4
| * usb: gadget: code cleanupAndrzej Pietrasiewicz2014-02-181-1/+1
| * usb: gadget: FunctionFS: dereference ffs_dev conditionallyAndrzej Pietrasiewicz2014-02-181-4/+5
* | usb: gadget: fix NULL pointer dereferenceAndrzej Pietrasiewicz2014-02-201-1/+6
|/
* usb: gadget: f_fs: fix sparse warningFelipe Balbi2013-12-121-1/+1
* usb: gadget: FunctionFS: add configfs supportAndrzej Pietrasiewicz2013-12-121-1/+79
* usb: gadget: FunctionFS: Remove compatibility layerAndrzej Pietrasiewicz2013-12-121-114/+0
* usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz2013-12-121-209/+213
* usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz2013-12-121-7/+231
* usb: gadget: FunctionFS: create utility fileAndrzej Pietrasiewicz2013-12-121-0/+1
* usb: gadget: FunctionFS: Remove VLAIS usage from gadget codeAndrzej Pietrasiewicz2013-12-121-40/+76
* usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsizeMichal Nazarewicz2013-12-091-4/+19
* usb: gadget: f_fs: remove loop from I/O functionMichal Nazarewicz2013-12-091-54/+40
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-10-011-0/+2
|\
| * usb: gadget: f_fs: fix error handlingRobert Baldyga2013-10-011-0/+2
* | USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-261-34/+26
|/
* usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter2013-08-271-1/+1
* gadgetfs: don't bother with fops->ownerAl Viro2013-04-091-2/+0
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman2013-01-251-3/+3
|\
| * usb: gadget: FunctionFS: Fix missing braces in parse_optsBenoit Goby2013-01-181-3/+3
* | usb: gadget: FunctionFS: Use kstrtoul()Michal Nazarewicz2013-01-101-3/+2
|/
* usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior2012-10-311-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-2/+2
|\
| * usb/gadget: fix misannotationsAl Viro2012-09-261-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-7/+16
|\ \ | |/ |/|
| * userns: Convert usb functionfs to use kuid/kgid where appropriateEric W. Biederman2012-09-211-7/+16
* | usb: gadget: add multiple definition guardsAndrzej Pietrasiewicz2012-09-061-0/+4
|/
* usb: gadget: ffs: add HID descriptor support.Koen Beel2012-06-041-0/+7
* FunctionFS: enable multiple functionsAndrzej Pietrasiewicz2012-05-141-7/+31
* f_fs: ffs_func_free: cleanup requests allocated by autoconfigPeter Korsgaard2012-05-041-0/+14
* usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz2012-04-101-1/+1
* usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix)Andrzej Pietrasiewicz2012-04-101-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-211-6/+2
|\
OpenPOWER on IntegriCloud