summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-131-5/+4
|\
| * aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-301-3/+3
| * aio: io_cancel() no longer returns the io_eventKent Overstreet2013-07-301-2/+1
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-2/+2
* | usb: acm gadget: Null termintate strings tableGraham Williams2013-08-301-0/+1
* | usb: fotg210-udc: use platform_{get,set}_drvdata()Libo Chen2013-08-271-2/+2
* | Merge tag 'usb-for-v3.12-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-08-275-14/+11
|\ \
| * | usb: gadget: double unlocks on error in atmel_usba_start()Dan Carpenter2013-08-271-6/+4
| * | usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter2013-08-271-1/+1
| * | usb: gadget: gadgetfs: use after free in dev_release()Dan Carpenter2013-08-271-4/+0
| * | usb: gadget: USB_NET2272_DMA should depend on HAS_DMAGeert Uytterhoeven2013-08-271-1/+1
| * | usb: gadget: USB_R8A66597 should depend on HAS_DMAGeert Uytterhoeven2013-08-271-0/+1
| * | usb: gadget: USB_FUSB300 should depend on HAS_DMAGeert Uytterhoeven2013-08-271-1/+1
| * | usb: gadget: configfs: keep a function if it is not successfully addedAndrzej Pietrasiewicz2013-08-271-1/+3
* | | USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman2013-08-277-48/+43
|/ /
* | usb:gadget Fix comment for pointer to configfsPhilippe De Swert2013-08-191-1/+1
* | 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
| |/