summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/legacy
AgeCommit message (Expand)AuthorFilesLines
2016-05-31usb: gadget: fix spinlock dead lock in gadgetfsBin Liu1-4/+13
2016-04-19usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz4-27/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2016-03-04usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski1-25/+3
2016-02-23usb: gadget: gadgetfs: unregister gadget only if it got successfully registeredMarek Szyprowski1-2/+5
2016-02-15treewide: Fix typo in printkMasanari Iida1-2/+1
2016-01-22wrappers for ->i_mutex accessAl Viro1-2/+2
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds3-2249/+50
2015-12-20usb: gadget: tcm: convert to use new function registration interfaceAndrzej Pietrasiewicz2-10/+53
2015-12-20usb: gadget: f_tcm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz1-0/+1
2015-12-20usb: gadget: tcm: factor out f_tcmAndrzej Pietrasiewicz2-2260/+2
2015-12-20usb: gadget: tcm: simplify attribute store functionAndrzej Pietrasiewicz1-15/+7
2015-12-20usb: gadget: tcm: use strtobool for a boolean valueAndrzej Pietrasiewicz1-6/+4
2015-12-20usb: gadget: tcm: follow naming conventionsAndrzej Pietrasiewicz1-14/+14
2015-12-20usb: gadget: tcm: split string definitions into function and deviceAndrzej Pietrasiewicz2-6/+22
2015-12-20tcm_usb_gadget: Fix enabled attribute failureNicholas Bellinger1-3/+9
2015-12-20tcm_usb_gadget: Fix nexus leakNicholas Bellinger1-0/+3
2015-12-20tcm_usb_gadget: Don't strip off nexus WWPN prefixNicholas Bellinger1-1/+1
2015-12-16usb: gadget: inode.c: fix unbalanced spin_lock in ep0_writeDavid Eccher1-2/+1
2015-12-16usb: gadget: f_midi: pre-allocate IN requestsFelipe F. Tonello1-1/+1
2015-12-15usb: gadget: composite: remove redundant bcdUSB setting in legacyIgor Kotrasinski16-16/+16
2015-12-15usb: gadget: gmidi: Cleanup legacy codeFelipe F. Tonello1-8/+0
2015-12-15usb: gadget: f_sourcesink: add queue depthPeter Chen1-0/+12
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-25/+19
2015-10-13target: use per-attribute show and store methodsChristoph Hellwig1-25/+19
2015-09-27usb: gadget: legacy: tcm: eliminate abuse of ep->driver dataRobert Baldyga1-18/+0
2015-09-27usb: gadget: legacy: dbgp: eliminate abuse of ep->driver dataRobert Baldyga1-16/+2
2015-08-06usb: gadget: legacy: nokia: add CONFIG_BLOCK dependencyFelipe Balbi1-0/+1
2015-08-06usb: gadget: remove gadget_chips.hRobert Baldyga6-8/+0
2015-07-31usb: gadget: mass_storage: Use static array for lunsKrzysztof Opasiak4-28/+4
2015-07-30usb: gadget: apply generic altsetting support check mechanismRobert Baldyga1-1/+1
2015-07-29usb: gadget: zero: allocate and init otg descriptor by otg capabilitiesLi Jun1-20/+21
2015-07-29usb: gadget: serial: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+21
2015-07-29usb: gadget: printer: allocate and init otg descriptor by otg capabilitiesLi Jun1-19/+30
2015-07-29usb: gadget: ncm: allocate and init otg descriptor by otg capabilitiesLi Jun1-15/+19
2015-07-29usb: gadget: multi: allocate and init otg descriptor by otg capabilitiesLi Jun1-17/+20
2015-07-29usb: gadget: mass_storage: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+19
2015-07-29usb: gadget: hid: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+20
2015-07-29usb: gadget: g_ffs: allocate and init otg descriptor by otg capabilitiesLi Jun1-15/+17
2015-07-29usb: gadget: cdc2: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+19
2015-07-29usb: gadget: audio: allocate and init otg descriptor by otg capabilitiesLi Jun1-15/+19
2015-07-29usb: gadget: acm_ms: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+19
2015-07-29usb: gadget: ether: allocate and init otg descriptor by otg capabilitiesLi Jun1-16/+20
2015-07-29usb: gadget: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar4-14/+14
2015-07-29usb: gadget: nokia: Add mass storage driver to g_nokiaPali Rohár2-1/+102
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