summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy
AgeCommit message (Expand)AuthorFilesLines
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2-191/+12
2015-06-26Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+6
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+0
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger1-4/+1
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman1-1/+3
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche2-2/+0
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig1-1/+0
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche1-13/+2
2015-05-30target: move transport ID handling to the coreChristoph Hellwig2-72/+5
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig1-18/+0
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig1-2/+2
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig1-14/+0
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig1-37/+5
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig1-6/+0
2015-05-30tcm_usb: remove struct usbg_naclChristoph Hellwig2-30/+3
2015-05-26usb: gadget: g_ffs: Fix counting of missing_functionsKrzysztof Opasiak1-1/+3
2015-05-18Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman17-66/+66
2015-05-10USB: inode.c: move assignment out of if () blockGreg Kroah-Hartman1-3/+6
2015-04-27usb: gadget: remove incorrect __init/__exit annotationsArnd Bergmann17-66/+66
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-48/+9
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+0
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-1/+1
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+4
2015-04-14target: simplify the target template registration APIChristoph Hellwig1-48/+9
2015-04-11make new_sync_{read,write}() staticAl Viro1-2/+0
2015-04-11Merge branch 'iocb' into for-nextAl Viro1-2/+4
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig1-0/+1
2015-03-24Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2-1191/+49
2015-03-22Merge tag 'usb-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-21/+0
2015-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-3/+2
2015-03-19loop/usb/vhost-scsi/xen-scsiback: Fix use of __transport_register_sessionBart Van Assche1-3/+2
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-273/+193
2015-03-13fs: split generic and aio kiocbChristoph Hellwig1-2/+3
2015-03-11Revert "usb: gadget: zero: Add support for interrupt EP"Felipe Balbi1-21/+0
2015-03-10usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz1-13/+1
2015-03-10usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz2-14/+37
2015-03-10usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz1-0/+1
2015-03-10usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz1-1249/+6
2015-03-10usb: gadget: printer: allocate printer_dev instances dynamicallyAndrzej Pietrasiewicz1-22/+40
2015-03-10usb: gadget: printer: add req_match for printer functionAndrzej Pietrasiewicz1-0/+36
2015-03-10usb: gadget: printer: name class specific requestsAndrzej Pietrasiewicz1-3/+6
2015-03-10usb: gadget: printer: add container_of helper for printer_devAndrzej Pietrasiewicz1-5/+10
2015-03-10usb: gadget: printer: don't access file global usb_printer_gadget in function...Andrzej Pietrasiewicz1-1/+1
2015-03-10usb: gadget: printer: eliminate file global printer_mutexAndrzej Pietrasiewicz1-3/+0
2015-03-10usb: gadget: printer: call gprinter_setup() from gadget's bindAndrzej Pietrasiewicz1-17/+18
2015-03-10usb: gadget: printer: add setup and cleanup functionsAndrzej Pietrasiewicz1-15/+31
2015-03-10usb: gadget: printer: don't access file global pnp_string in function's codeAndrzej Pietrasiewicz1-6/+8
2015-03-10usb: gadget: printer: define pnp string buffer lengthAndrzej Pietrasiewicz1-2/+4
2015-03-10usb: gadget: printer: move function-related unbind code to function's unbindAndrzej Pietrasiewicz1-33/+25