aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-29usb: gadget: udc-core: fix the typo of udc state attributeRong Wang1-1/+1
2013-07-29usb: gadget: f_phonet: remove unused preprocessor conditionalAndrzej Pietrasiewicz1-2/+0
2013-07-29usb: gadget: multi: fix error return code in cdc_do_config()Andrzej Pietrasiewicz1-7/+3
2013-07-25usb: gadget: free opts struct on error recoveryAndrzej Pietrasiewicz6-12/+30
2013-07-25usb: gadget: ether: put_usb_function on unbindAndrzej Pietrasiewicz1-4/+10
2013-07-15usb: gadget: don't fail when DMA isn't presentAlan Stern1-0/+6
2013-07-15usb: gadget: USB_MV_U3D should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-07-15usb: gadget: USB_FOTG210_UDC should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2013-07-15usb: gadget: USB_MV_UDC should depend on HAS_DMAGeert Uytterhoeven1-1/+1
2013-07-15usb: gadget: Kconfig: Fix configfs-based RNDIS function buildAndrzej Pietrasiewicz1-0/+1
2013-07-15usb: gadget: mv_u3d_core: fix to pass correct device identity to free_irq()Wei Yongjun1-2/+2
2013-07-15usb: gadget: at91_udc: prepare clk before calling enableBoris BREZILLON1-6/+8
2013-07-15usb: gadget: fotg210-udc: remove __init and __exitYuan-Hsin Chen1-2/+2
2013-07-15usb: gadget: at91_udc: call at91udc_of_init only when neededArnd Bergmann1-1/+1
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-1/+10
2013-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+1
2013-07-07target: make queue_tm_rsp() return voidJoern Engel1-2/+1
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-81/+187
2013-06-21[media] f_uvc: add v4l2_device and replace parent with v4l2_devHans Verkuil2-1/+10
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-17usb/gadget: Kconfig: fix separate building of configfs-enabled functionsAndrzej Pietrasiewicz1-0/+64
2013-06-14Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/driversOlof Johansson3-81/+187
2013-06-12usb: 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 compatibilityAndrzej 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 compatibilityAndrzej 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 compatibilityAndrzej 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 compatibilityAndrzej 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