summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2013-09-13Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-08-30usb: acm gadget: Null termintate strings tableGraham Williams
2013-08-28usb: fotg210-udc: use platform_{get,set}_drvdata()Libo Chen
2013-08-27Merge tag 'usb-for-v3.12-part2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2013-08-27usb: gadget: double unlocks on error in atmel_usba_start()Dan Carpenter
2013-08-27usb: gadget: gadgetfs: potential use after free in unbind()Dan Carpenter
2013-08-27usb: gadget: gadgetfs: use after free in dev_release()Dan Carpenter
2013-08-27USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman
2013-08-27usb: gadget: USB_NET2272_DMA should depend on HAS_DMAGeert Uytterhoeven
2013-08-27usb: gadget: USB_R8A66597 should depend on HAS_DMAGeert Uytterhoeven
2013-08-27usb: gadget: USB_FUSB300 should depend on HAS_DMAGeert Uytterhoeven
2013-08-27usb: gadget: configfs: keep a function if it is not successfully addedAndrzej Pietrasiewicz
2013-08-20usb:gadget Fix comment for pointer to configfsPhilippe De Swert
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2013-08-09usb: gadget: uvc: Fix error handling in uvc_queue_buffer()Laurent Pinchart
2013-08-09usb: gadget: f_uac1: Staticize local functionsJingoo Han
2013-08-09usb: gadget: u_uac1: add __user annotationJingoo Han
2013-08-09usb: gadget: rndis: Staticize rndis_init()/rndis_exit()Jingoo Han
2013-08-09usb: gadget: f_mass_storage: use NULL instead of 0Jingoo Han
2013-08-09usb: gadget: amd5536udc: unconditionally use GFP_ATOMIC in udc_queue()Alexey Khoroshilov
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman
2013-08-02usb: gadget: at91_udc: add usb_clk for transition to common clk frameworkBoris BREZILLON
2013-08-02usb: gadget: at91_udc: add missing clk_put on fclk and iclkBoris BREZILLON
2013-08-02usb: gadget: fusb300_udc: Staticize fusb300_rdcxf()Jingoo Han
2013-08-02usb: gadget: goku_udc: use NULL instead of 0Jingoo Han
2013-07-30aio: Kill aio_rw_vect_retry()Kent Overstreet
2013-07-30aio: io_cancel() no longer returns the io_eventKent Overstreet
2013-07-30usb: gadget: use dev_get_platdata()Jingoo Han
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman
2013-07-29usb: gadget: udc-core: fix the typo of udc state attributeRong Wang
2013-07-29usb: gadget: f_phonet: remove unused preprocessor conditionalAndrzej Pietrasiewicz
2013-07-29usb: gadget: multi: fix error return code in cdc_do_config()Andrzej Pietrasiewicz
2013-07-29usb: gadget: atmel_usba: prepare clk before calling enableBoris BREZILLON
2013-07-29usb: phy: make PHY driver selection possible by controller driversRoger Quadros
2013-07-29usb: gadget: udc-core: move sysfs_notify() to a workqueueFelipe Balbi
2013-07-29usb: gadget: s3c-hsotg: Allow driver instantiation using device treeTomasz Figa
2013-07-29usb: gadget: remove imx_udcFelipe Balbi
2013-07-25usb/gadget: free opts struct on error recoveryAndrzej Pietrasiewicz
2013-07-25usb: gadget: free opts struct on error recoveryAndrzej Pietrasiewicz
2013-07-25usb: gadget: ether: put_usb_function on unbindAndrzej Pietrasiewicz
2013-07-23USB: gadget: fix up commentGreg Kroah-Hartman
2013-07-15usb: gadget: don't fail when DMA isn't presentAlan Stern
2013-07-15usb: gadget: USB_MV_U3D should depend on HAS_DMAGeert Uytterhoeven
2013-07-15usb: gadget: USB_FOTG210_UDC should depend on HAS_DMAGeert Uytterhoeven
2013-07-15usb: gadget: USB_MV_UDC should depend on HAS_DMAGeert Uytterhoeven
2013-07-15usb: gadget: Kconfig: Fix configfs-based RNDIS function buildAndrzej Pietrasiewicz
2013-07-15usb: gadget: mv_u3d_core: fix to pass correct device identity to free_irq()Wei Yongjun
2013-07-15usb: gadget: at91_udc: prepare clk before calling enableBoris BREZILLON
2013-07-15usb: gadget: fotg210-udc: remove __init and __exitYuan-Hsin Chen