summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: legacy: nokia: add CONFIG_BLOCK dependencyFelipe Balbi2015-08-061-0/+1
* usb: gadget: remove gadget_chips.hRobert Baldyga2015-08-066-8/+0Star
* usb: gadget: mass_storage: Use static array for lunsKrzysztof Opasiak2015-07-314-28/+4Star
* usb: gadget: apply generic altsetting support check mechanismRobert Baldyga2015-07-301-1/+1
* usb: gadget: zero: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-20/+21
* usb: gadget: serial: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+21
* usb: gadget: printer: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-19/+30
* usb: gadget: ncm: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-15/+19
* usb: gadget: multi: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-17/+20
* usb: gadget: mass_storage: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+19
* usb: gadget: hid: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+20
* usb: gadget: g_ffs: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-15/+17
* usb: gadget: cdc2: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+19
* usb: gadget: audio: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-15/+19
* usb: gadget: acm_ms: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+19
* usb: gadget: ether: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-16/+20
* usb: gadget: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar2015-07-294-14/+14
* usb: gadget: nokia: Add mass storage driver to g_nokiaPali Rohár2015-07-292-1/+102
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-07-042-191/+12Star
|\
| * target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger2015-06-161-4/+1Star
| * target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig2015-05-311-1/+0Star
| * target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche2015-05-311-13/+2Star
| * target: move transport ID handling to the coreChristoph Hellwig2015-05-312-72/+5Star
| * target: remove the get_fabric_proto_ident methodChristoph Hellwig2015-05-311-18/+0Star
| * target: change core_tpg_register prototypeChristoph Hellwig2015-05-311-2/+2
| * target: move node ACL allocation to core codeChristoph Hellwig2015-05-311-14/+0Star
| * target: refactor init/drop_nodeacl methodsChristoph Hellwig2015-05-311-37/+5Star
| * target: make the tpg_get_default_depth method optionalChristoph Hellwig2015-05-311-6/+0Star
| * tcm_usb: remove struct usbg_naclChristoph Hellwig2015-05-312-30/+3Star
* | Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-06-271-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-1917-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-242-2/+0Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | target: Minimize SCSI header #include directivesBart Van Assche2015-06-022-2/+0Star
| |/ /
* | / 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-271-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/+9Star
|\ \
| * | target: simplify the target template registration APIChristoph Hellwig2015-04-141-48/+9Star
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-2/+0Star
|\ \ \ | | |/ | |/|
| * | make new_sync_{read,write}() staticAl Viro2015-04-121-2/+0Star
* | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-2/+4
|\| |
| * | Merge branch 'iocb' into for-nextAl Viro2015-04-121-2/+4
| |\ \
| | * | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-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/+49Star
|\ \ \ \ | |/ / / |/| | |
| * | | usb: gadget: printer: use module_usb_composite_driver helper macroAndrzej Pietrasiewicz2015-03-101-13/+1Star
| * | | usb: gadget: printer: convert to new interface of f_printerAndrzej Pietrasiewicz2015-03-102-14/+37