summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz2016-06-211-9/+6
* usb: gadget: fix spinlock dead lock in gadgetfsBin Liu2016-05-311-4/+13
* usb: f_mass_storage: test whether thread is running before starting anotherMichal Nazarewicz2016-04-194-27/+0
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-2/+1
|\
| * treewide: Fix typo in printkMasanari Iida2016-02-151-2/+1
* | usb: gadget: provide interface for legacy gadgets to get UDC nameMarek Szyprowski2016-03-041-25/+3
* | usb: gadget: gadgetfs: unregister gadget only if it got successfully registeredMarek Szyprowski2016-02-231-2/+5
* | wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-203-2249/+50
|\ \
| * | usb: gadget: tcm: convert to use new function registration interfaceAndrzej Pietrasiewicz2015-12-202-10/+53
| * | usb: gadget: f_tcm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz2015-12-201-0/+1
| * | usb: gadget: tcm: factor out f_tcmAndrzej Pietrasiewicz2015-12-202-2260/+2
| * | usb: gadget: tcm: simplify attribute store functionAndrzej Pietrasiewicz2015-12-201-15/+7
| * | usb: gadget: tcm: use strtobool for a boolean valueAndrzej Pietrasiewicz2015-12-201-6/+4
| * | usb: gadget: tcm: follow naming conventionsAndrzej Pietrasiewicz2015-12-201-14/+14
| * | usb: gadget: tcm: split string definitions into function and deviceAndrzej Pietrasiewicz2015-12-202-6/+22
| * | tcm_usb_gadget: Fix enabled attribute failureNicholas Bellinger2015-12-201-3/+9
| * | tcm_usb_gadget: Fix nexus leakNicholas Bellinger2015-12-201-0/+3
| * | tcm_usb_gadget: Don't strip off nexus WWPN prefixNicholas Bellinger2015-12-201-1/+1
* | | usb: gadget: inode.c: fix unbalanced spin_lock in ep0_writeDavid Eccher2015-12-161-2/+1
* | | usb: gadget: f_midi: pre-allocate IN requestsFelipe F. Tonello2015-12-161-1/+1
* | | usb: gadget: composite: remove redundant bcdUSB setting in legacyIgor Kotrasinski2015-12-1516-16/+16
* | | usb: gadget: gmidi: Cleanup legacy codeFelipe F. Tonello2015-12-151-8/+0
* | | usb: gadget: f_sourcesink: add queue depthPeter Chen2015-12-151-0/+12
|/ /
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-11-131-25/+19
|\ \ | |/ |/|
| * target: use per-attribute show and store methodsChristoph Hellwig2015-10-131-25/+19
* | usb: gadget: legacy: tcm: eliminate abuse of ep->driver dataRobert Baldyga2015-09-271-18/+0
* | usb: gadget: legacy: dbgp: eliminate abuse of ep->driver dataRobert Baldyga2015-09-271-16/+2
|/
* usb: gadget: legacy: nokia: add CONFIG_BLOCK dependencyFelipe Balbi2015-08-061-0/+1
* usb: gadget: remove gadget_chips.hRobert Baldyga2015-08-066-8/+0
* usb: gadget: mass_storage: Use static array for lunsKrzysztof Opasiak2015-07-314-28/+4
* 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/+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
OpenPOWER on IntegriCloud