summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2014-11-25usb: gadget: udc: pxa25x: remove unnecessary NULL checkFelipe Balbi1-5/+1
2014-11-25usb: gadget: udc: lpc32xx: remove unnecessary NULL checkFelipe Balbi1-2/+1
2014-11-24usb: gadget: ss_ep_in_comp_desc can be statickbuild test robot1-2/+2
2014-11-21usb: gadget: function: delete an unnecessary check before rndis_add_hdr()Markus Elfring1-2/+1
2014-11-20usb: gadget: net2280: Fix superspeed dma_done()Mario Schuknecht1-1/+1
2014-11-20usb: gadget: at91_udc: move prepare clk into process contextRonald Wahl1-12/+32
2014-11-20usb: gadget: atmel_usba_udc: remove release functionBo Shen1-9/+0
2014-11-20usb: gadget: at91_udc: remove unused release functionBo Shen1-9/+0
2014-11-20usb: gadget: add USB3 support to the printer driverJorge Ramirez-Ortiz1-6/+59
2014-11-18usb: gadget: f_hid: fix error handling in ghid_setup()Dan Carpenter1-5/+10
2014-11-18usb: gadget: f_hid: use after free in hidg_alloc_inst()Dan Carpenter1-0/+1
2014-11-18usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDCAshwini Pahuja14-0/+4384
2014-11-12usb: gadget: midi: f_midi_alloc() can be staticFengguang Wu2-3/+3
2014-11-12usb: gadget: f_hid: hidg_alloc() can be staticFengguang Wu1-1/+1
2014-11-10usb: gadget: atmel_usba_udc: use udc-core's reset notifierPeter Chen1-3/+2
2014-11-10usb: gadget: bcm63xx_udc: use udc-core's reset notifierPeter Chen1-2/+4
2014-11-10usb: gadget: r8a66597-udc: use udc-core's reset notifierPeter Chen1-1/+1
2014-11-10usb: gadget: amd5536udc: use udc-core's reset notifierPeter Chen1-1/+1
2014-11-10usb: gadget: pch_udc: use udc-core's reset notifierPeter Chen1-2/+2
2014-11-10usb: gadget: fsl_qe_udc: use udc-core's reset notifierPeter Chen1-1/+1
2014-11-10usb: gadget: mv_udc_core: use udc-core's reset notifierPeter Chen1-1/+18
2014-11-10usb: gadget: at91_udc: use udc-core's reset notifierPeter Chen1-1/+26
2014-11-10usb: gadget: fsl_udc_core: use udc-core's reset notifierPeter Chen1-4/+7
2014-11-10usb: gadget: m66592-udc: use udc-core's reset notifierPeter Chen1-1/+1
2014-11-10usb: gadget: pxa25x_udc: use udc-core's reset notifierPeter Chen1-1/+28
2014-11-10usb: gadget: net2272: use udc-core's reset notifierAlan Stern1-10/+35
2014-11-10usb: gadget: net2280: use udc-core's reset notifierAlan Stern1-10/+35
2014-11-10usb: gadget: dummy-hcd: use udc-core's reset notifierAlan Stern1-9/+12
2014-11-10usb: gadget: dbgp: Fix endpoint config after USB disconnectKyösti Mälkki1-12/+14
2014-11-10usb: gadget: pxa27x_udc: fix warning in non device-tree buildRobert Jarzmik1-0/+2
2014-11-06usb: gadget: hid: add configfs supportAndrzej Pietrasiewicz3-1/+160
2014-11-06usb: gadget: f_hid: use usb_gstrings_attachAndrzej Pietrasiewicz1-8/+6
2014-11-06usb: gadget: f_hid: remove compatibility layerAndrzej Pietrasiewicz1-73/+0
2014-11-06usb: gadget: hid: convert to new interface of f_hidAndrzej Pietrasiewicz2-23/+56
2014-11-06usb: gadget: f_hid: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz5-32/+227
2014-11-06usb: gadget: hid: mirror init operations in module cleanupAndrzej Pietrasiewicz1-1/+1
2014-11-06usb: gadget: f_hid: check return value of device_createAndrzej Pietrasiewicz1-2/+9
2014-11-06usb: gadget: f_hid: check return value of class_createAndrzej Pietrasiewicz1-0/+4
2014-11-05usb: gadget: f_midi: add configfs supportAndrzej Pietrasiewicz3-2/+181
2014-11-05usb: gadget: f_midi: use usb_gstrings_attachAndrzej Pietrasiewicz1-6/+7
2014-11-05usb: gadget: f_midi: remove compatibility layerAndrzej Pietrasiewicz1-122/+0
2014-11-05usb: gadget: midi: convert to new interface of f_midiAndrzej Pietrasiewicz2-7/+38
2014-11-05usb: gadget: f_midi: convert to new function interface with backward compatib...Andrzej Pietrasiewicz5-6/+179
2014-11-05usb: gadget: f_midi: check kstrdup() return valueAndrzej Pietrasiewicz1-5/+18
2014-11-05usb: gadget: f_midi: enable use of the index parameterAndrzej Pietrasiewicz1-1/+1
2014-11-05usb: gadget: Kconfig: enable separate compilation of uac1/uac2 functionsAndrzej Pietrasiewicz1-0/+31
2014-11-03usb: gadget: fix ptr_ret.cocci warningsFengguang Wu1-4/+1
2014-11-03usb: gadget: function: Added usb_assign_descriptors failure checkPavitrakumar Managutte1-0/+3
2014-11-03usb: gadget: udc: pxa27x: do not call usb_gadget_unregister_driver()Felipe Balbi1-1/+0
2014-11-03usb: gadget: udc: net2272: do not call usb_gadget_unregister_driver()Felipe Balbi1-10/+0