summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-1330-1966/+108
|\
| * usb: gadget: uvc: Fix error handling in uvc_queue_buffer()Laurent Pinchart2013-08-091-1/+5
| * usb: gadget: f_uac1: Staticize local functionsJingoo Han2013-08-091-2/+2
| * usb: gadget: u_uac1: add __user annotationJingoo Han2013-08-091-1/+1
| * usb: gadget: rndis: Staticize rndis_init()/rndis_exit()Jingoo Han2013-08-091-2/+2
| * usb: gadget: f_mass_storage: use NULL instead of 0Jingoo Han2013-08-091-3/+3
| * usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue()Alexey Khoroshilov2013-08-091-2/+2
| * usb: gadget: at91_udc: add usb_clk for transition to common clk frameworkBoris BREZILLON2013-08-022-3/+16
| * usb: gadget: at91_udc: add missing clk_put on fclk and iclkBoris BREZILLON2013-08-021-0/+4
| * usb: gadget: fusb300_udc: Staticize fusb300_rdcxf()Jingoo Han2013-08-021-1/+1
| * usb: gadget: goku_udc: use NULL instead of 0Jingoo Han2013-08-021-1/+1
| * usb: gadget: use dev_get_platdata()Jingoo Han2013-07-3016-29/+29
| * usb: gadget: atmel_usba: prepare clk before calling enableBoris BREZILLON2013-07-291-7/+21
| * usb: phy: make PHY driver selection possible by controller driversRoger Quadros2013-07-291-2/+0
| * usb: gadget: udc-core: move sysfs_notify() to a workqueueFelipe Balbi2013-07-291-1/+11
| * usb: gadget: s3c-hsotg: Allow driver instantiation using device treeTomasz Figa2013-07-291-0/+10
| * usb: gadget: remove imx_udcFelipe Balbi2013-07-294-1911/+0
* | Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman2013-08-054-14/+14
|\ \
| * | usb: gadget: udc-core: fix the typo of udc state attributeRong Wang2013-07-291-1/+1
| * | usb: gadget: f_phonet: remove unused preprocessor conditionalAndrzej Pietrasiewicz2013-07-291-2/+0
| * | usb: gadget: multi: fix error return code in cdc_do_config()Andrzej Pietrasiewicz2013-07-291-7/+3
| * | usb: gadget: free opts struct on error recoveryAndrzej Pietrasiewicz2013-07-256-12/+30
| * | usb: gadget: ether: put_usb_function on unbindAndrzej Pietrasiewicz2013-07-251-4/+10
* | | Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman2013-07-2911-24/+53
|\ \ \ | | |/ | |/|
| * | usb/gadget: free opts struct on error recoveryAndrzej Pietrasiewicz2013-07-256-12/+30
| |/
| * usb: gadget: don't fail when DMA isn't presentAlan Stern2013-07-151-0/+6
| * usb: gadget: USB_MV_U3D should depend on HAS_DMAGeert Uytterhoeven2013-07-151-0/+1
| * usb: gadget: USB_FOTG210_UDC should depend on HAS_DMAGeert Uytterhoeven2013-07-151-0/+1
| * usb: gadget: USB_MV_UDC should depend on HAS_DMAGeert Uytterhoeven2013-07-151-1/+1
| * usb: gadget: Kconfig: Fix configfs-based RNDIS function buildAndrzej Pietrasiewicz2013-07-151-0/+1
| * usb: gadget: mv_u3d_core: fix to pass correct device identity to free_irq()Wei Yongjun2013-07-151-2/+2
| * usb: gadget: at91_udc: prepare clk before calling enableBoris BREZILLON2013-07-151-6/+8
| * usb: gadget: fotg210-udc: remove __init and __exitYuan-Hsin Chen2013-07-151-2/+2
| * usb: gadget: at91_udc: call at91udc_of_init only when neededArnd Bergmann2013-07-151-1/+1
* | USB: gadget: fix up commentGreg Kroah-Hartman2013-07-231-1/+1
|/
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-132-1/+10
|\
| * [media] f_uvc: add v4l2_device and replace parent with v4l2_devHans Verkuil2013-06-212-1/+10
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-07-111-2/+1
|\ \
| * | target: make queue_tm_rsp() return voidJoern Engel2013-07-071-2/+1
| |/
* | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-023-81/+187
|\ \
| * \ Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d...Olof Johansson2013-06-143-81/+187
| |\ \ | | |/ | |/|
| | * USB: gadget: atmel_usba: add DT supportJean-Christophe PLAGNIOL-VILLARD2013-05-243-60/+163
| | * USB: gadget: atmel_usba: allow multi instanceJean-Christophe PLAGNIOL-VILLARD2013-05-241-18/+18
| | * USB: gadget: atmel_usba: move global struct usba_ep usba_ep to struct usba_udcJean-Christophe PLAGNIOL-VILLARD2013-05-242-9/+12
* | | usb: gadget: f_subset: fix missing unlock on error in geth_alloc()Wei Yongjun2013-06-181-0/+1
* | | usb: gadget: f_ncm: fix missing unlock on error in ncm_alloc()Wei Yongjun2013-06-181-0/+1
* | | usb: gadget: f_ecm: fix missing unlock on error in ecm_alloc()Wei Yongjun2013-06-181-0/+1
* | | usb/gadget: Kconfig: fix separate building of configfs-enabled functionsAndrzej Pietrasiewicz2013-06-171-0/+64
* | | usb: gadget: f_mass_storage: fix default product nameAndrzej Pietrasiewicz2013-06-121-2/+2
* | | usb: gadget: add Faraday fotg210_udc driverYuan-Hsin Chen2013-06-104-0/+1483
OpenPOWER on IntegriCloud