summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/f_fs.c
AgeCommit message (Expand)Author
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz
2014-07-10usb: gadget: f_fs: OS descriptors supportAndrzej Pietrasiewicz
2014-07-10usb: gadget: f_fs: rename descriptor parsing functionsAndrzej Pietrasiewicz
2014-06-30usb: gadget: FunctionFS: Return -ENOENT instead of -ENODEV when device not fo...Krzysztof Opasiak
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2014-05-14usb: gadget: FunctionFS: share VLA macros with all usb gadget filesAndrzej Pietrasiewicz
2014-04-21usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi
2014-04-16usb: gadget: ffs: race between ffs_epfile_io() and ffs_func_eps_disable()Chao Bi
2014-03-17usb: gadget: f_fs: add missing spinlock and mutex unlockRobert Baldyga
2014-03-07Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2014-03-07usb: gadget: return the right length in ffs_epfile_io()Chuansheng Liu
2014-03-05usb: gadget: f_fs: Add flags to descriptors blockMichal Nazarewicz
2014-03-05usb: gadget: f_fs: Add support for SuperSpeed ModeManu Gautam
2014-02-20usb: gadget: fix NULL pointer dereferenceAndrzej Pietrasiewicz
2014-02-18usb: gadget: f_fs: add aio supportRobert Baldyga
2014-02-18usb: gadget: f_fs: add poll for endpoint 0Robert Baldyga
2014-02-18usb: gadget: f_fs: fix setup request handlingRobert Baldyga
2014-02-18usb: gadget: functionfs: replace FFS_SETUP_STATUS with an inline functionMichal Nazarewicz
2014-02-18usb: gadget: functionfs: fix typo in the enum variableMichal Nazarewicz
2014-02-18usb: gadget: FunctionFS: use consistent naming with regard to ffs_lockAndrzej Pietrasiewicz
2014-02-18usb: gadget: FunctionFS: staticize functions used only in f_fs.cAndrzej Pietrasiewicz
2014-02-18usb: gadget: code cleanupAndrzej Pietrasiewicz
2014-02-18usb: gadget: FunctionFS: dereference ffs_dev conditionallyAndrzej Pietrasiewicz
2013-12-12usb: gadget: f_fs: fix sparse warningFelipe Balbi
2013-12-12usb: gadget: FunctionFS: add configfs supportAndrzej Pietrasiewicz
2013-12-12usb: gadget: FunctionFS: Remove compatibility layerAndrzej Pietrasiewicz
2013-12-12usb: gadget: FunctionFS: convert to new function interface with backward comp...Andrzej Pietrasiewicz
2013-12-12usb: gadget: FunctionFS: add devices management codeAndrzej Pietrasiewicz
2013-12-12usb: gadget: FunctionFS: create utility fileAndrzej Pietrasiewicz
2013-12-12usb: gadget: FunctionFS: Remove VLAIS usage from gadget codeAndrzej Pietrasiewicz
2013-12-09usb: f_fs: check quirk to pad epout buf size when not aligned to maxpacketsizeMichal Nazarewicz
2013-12-09usb: gadget: f_fs: remove loop from I/O functionMichal Nazarewicz
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-10-01Merge tag 'fixes-for-v3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-10-01usb: gadget: f_fs: fix error handlingRobert Baldyga
2013-09-26USB: Fix breakage in ffs_fs_mount()Al Viro
2013-08-27usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter
2013-04-09gadgetfs: don't bother with fops->ownerAl Viro
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman
2013-01-25Merge 3.8-rc5 into usb-nextGreg Kroah-Hartman
2013-01-18usb: gadget: FunctionFS: Fix missing braces in parse_optsBenoit Goby
2013-01-10usb: gadget: FunctionFS: Use kstrtoul()Michal Nazarewicz
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-26usb/gadget: fix misannotationsAl Viro
2012-09-21userns: Convert usb functionfs to use kuid/kgid where appropriateEric W. Biederman
2012-09-06usb: gadget: add multiple definition guardsAndrzej Pietrasiewicz
2012-06-04usb: gadget: ffs: add HID descriptor support.Koen Beel
2012-05-14FunctionFS: enable multiple functionsAndrzej Pietrasiewicz