summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-042-191/+12
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-151-4/+1
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-301-1/+0
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-301-13/+2
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-302-72/+5
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-301-18/+0
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-301-2/+2
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-301-14/+0
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-301-37/+5
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-301-6/+0
| * tcm_usb: remove struct usbg_naclChristoph Hellwig2015-05-302-30/+3
* | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-261-3/+6
|\ \
| * \ Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-081-1/+3
| |\ \
| * \ \ Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman2015-05-1817-66/+66
| |\ \ \
| * | | | USB: inode.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-3/+6
| | |_|/ | |/| |
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-06-232-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | target: Minimize SCSI header #include directivesBart Van Assche2015-06-022-2/+0
| |/ /
* | | usb: gadget: g_ffs: Fix counting of missing_functionsKrzysztof Opasiak2015-05-261-1/+3
| |/ |/|
* | usb: gadget: remove incorrect __init/__exit annotationsArnd Bergmann2015-04-2717-66/+66
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-1/+1
|\
| * VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-04-241-48/+9
|\ \
| * | target: simplify the target template registration APIChristoph Hellwig2015-04-141-48/+9
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-2/+0
|\ \ \ | | |/ | |/|
| * | make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-141-2/+4
|\ \ \ | |/ /
| * | Merge branch 'iocb' into for-nextAl Viro2015-04-111-2/+4
| |\ \
| | * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-0/+1
| | * | fs: split generic and aio kiocbChristoph Hellwig2015-03-131-2/+3
* | | | Merge tag 'usb-for-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-03-242-1191/+49
|\ \ \ \ | |/ / / |/| | |
| * | | usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz2015-03-101-13/+1
| * | | usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz2015-03-102-14/+37
| * | | usb: gadget: f_printer: convert to new function interface with backward compa...Andrzej Pietrasiewicz2015-03-101-0/+1
| * | | usb: gadget: printer: factor out f_printerAndrzej Pietrasiewicz2015-03-101-1249/+6
| * | | usb: gadget: printer: allocate printer_dev instances dynamicallyAndrzej Pietrasiewicz2015-03-101-22/+40
| * | | usb: gadget: printer: add req_match for printer functionAndrzej Pietrasiewicz2015-03-101-0/+36
| * | | usb: gadget: printer: name class specific requestsAndrzej Pietrasiewicz2015-03-101-3/+6
| * | | usb: gadget: printer: add container_of helper for printer_devAndrzej Pietrasiewicz2015-03-101-5/+10
| * | | usb: gadget: printer: don't access file global usb_printer_gadget in function...Andrzej Pietrasiewicz2015-03-101-1/+1
| * | | usb: gadget: printer: eliminate file global printer_mutexAndrzej Pietrasiewicz2015-03-101-3/+0
| * | | usb: gadget: printer: call gprinter_setup() from gadget's bindAndrzej Pietrasiewicz2015-03-101-17/+18
| * | | usb: gadget: printer: add setup and cleanup functionsAndrzej Pietrasiewicz2015-03-101-15/+31
| * | | usb: gadget: printer: don't access file global pnp_string in function's codeAndrzej Pietrasiewicz2015-03-101-6/+8
| * | | usb: gadget: printer: define pnp string buffer lengthAndrzej Pietrasiewicz2015-03-101-2/+4
| * | | usb: gadget: printer: move function-related unbind code to function's unbindAndrzej Pietrasiewicz2015-03-101-33/+25
| * | | usb: gadget: printer: call usb_add_function() lastAndrzej Pietrasiewicz2015-03-101-5/+4
| * | | usb: gadget: printer: move function-related bind code to function's bindAndrzej Pietrasiewicz2015-03-101-48/+66
| * | | usb: gadget: printer: standardize printer_do_configAndrzej Pietrasiewicz2015-03-101-15/+24
| * | | usb: gadget: printer: follow the naming convention for usb_add_config callbackAndrzej Pietrasiewicz2015-03-101-2/+2
| * | | usb: gadget: printer: eliminate pdev member of struct printer_devAndrzej Pietrasiewicz2015-03-101-4/+4
OpenPOWER on IntegriCloud