summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/legacy
AgeCommit message (Expand)Author
2015-12-15usb: gadget: gmidi: Cleanup legacy codeFelipe F. Tonello
2015-12-15usb: gadget: f_sourcesink: add queue depthPeter Chen
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig
2015-09-27usb: gadget: legacy: tcm: eliminate abuse of ep->driver dataRobert Baldyga
2015-09-27usb: gadget: legacy: dbgp: eliminate abuse of ep->driver dataRobert Baldyga
2015-08-06usb: gadget: legacy: nokia: add CONFIG_BLOCK dependencyFelipe Balbi
2015-08-06usb: gadget: remove gadget_chips.hRobert Baldyga
2015-07-31usb: gadget: mass_storage: Use static array for lunsKrzysztof Opasiak
2015-07-30usb: gadget: apply generic altsetting support check mechanismRobert Baldyga
2015-07-29usb: gadget: zero: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: serial: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: printer: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: ncm: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: multi: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: mass_storage: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: hid: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: g_ffs: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: cdc2: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: audio: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: acm_ms: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: ether: allocate and init otg descriptor by otg capabilitiesLi Jun
2015-07-29usb: gadget: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar
2015-07-29usb: gadget: nokia: Add mass storage driver to g_nokiaPali Rohár
2015-07-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-06-26Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2015-06-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-06-15target: Drop unnecessary core_tpg_register TFO parameterNicholas Bellinger
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman
2015-06-02target: Minimize SCSI header #include directivesBart Van Assche
2015-05-30target: target_core_configfs.h is not needed in fabric driversChristoph Hellwig
2015-05-30target: Move task tag into struct se_cmd + support 64-bit tagsBart Van Assche
2015-05-30target: move transport ID handling to the coreChristoph Hellwig
2015-05-30target: remove the get_fabric_proto_ident methodChristoph Hellwig
2015-05-30target: change core_tpg_register prototypeChristoph Hellwig
2015-05-30target: move node ACL allocation to core codeChristoph Hellwig
2015-05-30target: refactor init/drop_nodeacl methodsChristoph Hellwig
2015-05-30target: make the tpg_get_default_depth method optionalChristoph Hellwig
2015-05-30tcm_usb: remove struct usbg_naclChristoph Hellwig
2015-05-26usb: gadget: g_ffs: Fix counting of missing_functionsKrzysztof Opasiak
2015-05-18Merge 4.1-rc4 into usb-nextGreg Kroah-Hartman
2015-05-10USB: inode.c: move assignment out of if () blockGreg Kroah-Hartman
2015-04-27usb: gadget: remove incorrect __init/__exit annotationsArnd Bergmann
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-14target: simplify the target template registration APIChristoph Hellwig
2015-04-11make new_sync_{read,write}() staticAl Viro