summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-81/+187
2013-06-18usb: gadget: f_subset: fix missing unlock on error in geth_alloc()Wei Yongjun1-0/+1
2013-06-18usb: gadget: f_ncm: fix missing unlock on error in ncm_alloc()Wei Yongjun1-0/+1
2013-06-18usb: gadget: f_ecm: fix missing unlock on error in ecm_alloc()Wei Yongjun1-0/+1
2013-06-18usb/gadget: Kconfig: fix separate building of configfs-enabled functionsAndrzej Pietrasiewicz1-0/+64
2013-06-15Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d...Olof Johansson3-81/+187
2013-06-13usb: gadget: f_mass_storage: fix default product nameAndrzej Pietrasiewicz1-2/+2
2013-06-10usb: gadget: add Faraday fotg210_udc driverYuan-Hsin Chen4-0/+1483
2013-06-10usb: gadget: f_rndis: add configfs supportAndrzej Pietrasiewicz3-1/+73
2013-06-10usb: gadget: f_rndis: use usb_gstrings_attachAndrzej Pietrasiewicz1-14/+8
2013-06-10usb: gadget: rndis: init & exit rndis at module load/unloadAndrzej Pietrasiewicz3-18/+4
2013-06-10usb: gadget: ether: convert to new interface of f_rndisAndrzej Pietrasiewicz2-23/+34
2013-06-10usb: gadget: f_rndis: convert to new function interface with backward compati...Andrzej Pietrasiewicz7-28/+215
2013-06-10usb: gadget: f_subset: add configfs supportAndrzej Pietrasiewicz3-1/+64
2013-06-10usb: gadget: f_subset: use usb_gstrings_attachAndrzej Pietrasiewicz1-10/+8
2013-06-10usb: gadget: ether: convert to new interface of f_subsetAndrzej Pietrasiewicz2-47/+58
2013-06-10usb: gadget: f_subset: convert to new function interface with backward compat...Andrzej Pietrasiewicz6-15/+155
2013-06-10usb: gadget: multi: Remove unused includeAndrzej Pietrasiewicz1-1/+0
2013-06-10usb: gadget: f_eem: add configfs supportAndrzej Pietrasiewicz3-0/+73
2013-06-10usb: gadget: f_eem: use usb_gstrings_attachAndrzej Pietrasiewicz1-11/+6
2013-06-10usb: gadget: f_eem: remove compatibility layerAndrzej Pietrasiewicz2-60/+0
2013-06-10usb: gadget: ether: convert to new interface of f_eemAndrzej Pietrasiewicz2-9/+46
2013-06-10usb: gadget: f_eem: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz5-36/+172
2013-06-10usb: gadget: ether: convert to new interface of f_ecmAndrzej Pietrasiewicz2-13/+61
2013-06-10usb: gadget: u_ether: allow getting binary-form host addressAndrzej Pietrasiewicz2-0/+19
2013-06-10usb: gadget: f_phonet: add configfs supportAndrzej Pietrasiewicz2-0/+66
2013-06-10usb: gadget: nokia: convert to new interface of f_ecmAndrzej Pietrasiewicz2-31/+36
2013-06-10usb: gadget: f_phonet: remove compatibility layerAndrzej Pietrasiewicz2-81/+4
2013-06-10usb: gadget: nokia: convert to new interface of f_phonetAndrzej Pietrasiewicz2-17/+40
2013-06-10usb: gadget: f_phonet: convert to new function interface with backward compat...Andrzej Pietrasiewicz5-5/+161
2013-06-10usb: gadget: phonet: move global dev variable to its userAndrzej Pietrasiewicz3-17/+23
2013-06-10usb: gadget: f_obex: remove compatibility layerAndrzej Pietrasiewicz1-52/+0
2013-06-10usb: gadget: nokia: convert to new interface of f_obexAndrzej Pietrasiewicz2-38/+85
2013-06-10usb: gadget: f_obex: use usb_gstrings_attachAndrzej Pietrasiewicz1-15/+8
2013-06-10usb: gadget: f_ecm: add configfs supportAndrzej Pietrasiewicz2-1/+58
2013-06-10usb: gadget: f_ecm: use usb_gstrings_attachAndrzej Pietrasiewicz1-14/+9
2013-06-10usb: gadget: cdc2: convert to new interface of f_ecmAndrzej Pietrasiewicz2-27/+60
2013-06-10usb: gadget: f_ecm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz9-14/+174
2013-06-10usb: gadget: add helpers for configfs support for USB EthernetAndrzej Pietrasiewicz2-128/+175
2013-06-10usb: gadget: f_ncm: add configfs supportAndrzej Pietrasiewicz2-0/+175
2013-06-10usb: gadget: f_ncm: use usb_gstrings_attachAndrzej Pietrasiewicz1-16/+10
2013-06-10usb: gadget: f_ncm: remove compatibility layerAndrzej Pietrasiewicz2-82/+0
2013-06-10usb: gadget: ncm: convert to new function interfaceAndrzej Pietrasiewicz2-22/+36
2013-06-10usb: gadget: f_ncm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz5-35/+194
2013-06-10usb: gadget: u_ether: construct with default values and add setters/gettersAndrzej Pietrasiewicz2-1/+307
2013-06-10usb: gadget: rndis: convert into moduleAndrzej Pietrasiewicz7-3/+32
2013-06-10usb: gadget: u_ether: convert into moduleAndrzej Pietrasiewicz10-52/+98
2013-06-10usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_neededUCHINO Satoshi1-0/+2
2013-06-10USB: gadget: f_uac2: Fix broken prm to uac2 mappingJassi Brar1-14/+6
2013-06-10usb: gadget: r8a66597-udc: do not unlock unheld spinlock in r8a66597_sudmac_i...Alexey Khoroshilov1-2/+2