summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: renesas_usbhs: change d{0,1}fifo to dfifo arrayYoshihiro Shimoda2014-11-122-4/+4
* usb: gadget: midi: f_midi_alloc() can be staticFengguang Wu2014-11-122-3/+3
* usb: gadget: f_hid: hidg_alloc() can be staticFengguang Wu2014-11-121-1/+1
* usb: phy: fsl: Fix build errorsFelipe Balbi2014-11-122-8/+8
* usb: host: ohci: omap: fix build breakageFelipe Balbi2014-11-111-1/+1
* usb: gadget: atmel_usba_udc: use udc-core's reset notifierPeter Chen2014-11-111-3/+2
* usb: gadget: bcm63xx_udc: use udc-core's reset notifierPeter Chen2014-11-111-2/+4
* usb: gadget: r8a66597-udc: use udc-core's reset notifierPeter Chen2014-11-111-1/+1
* usb: gadget: amd5536udc: use udc-core's reset notifierPeter Chen2014-11-111-1/+1
* usb: gadget: pch_udc: use udc-core's reset notifierPeter Chen2014-11-111-2/+2
* usb: gadget: fsl_qe_udc: use udc-core's reset notifierPeter Chen2014-11-111-1/+1
* usb: gadget: mv_udc_core: use udc-core's reset notifierPeter Chen2014-11-111-1/+18
* usb: gadget: at91_udc: use udc-core's reset notifierPeter Chen2014-11-111-1/+26
* usb: gadget: fsl_udc_core: use udc-core's reset notifierPeter Chen2014-11-111-4/+7
* usb: gadget: m66592-udc: use udc-core's reset notifierPeter Chen2014-11-111-1/+1
* usb: gadget: pxa25x_udc: use udc-core's reset notifierPeter Chen2014-11-111-1/+28
* usb: chipidea: gadget: use udc-core's reset notifierPeter Chen2014-11-111-6/+2
* usb: gadget: net2272: use udc-core's reset notifierAlan Stern2014-11-111-10/+35
* usb: gadget: net2280: use udc-core's reset notifierAlan Stern2014-11-111-10/+35
* usb: gadget: dummy-hcd: use udc-core's reset notifierAlan Stern2014-11-111-9/+12
* usb: musb: gadget: use udc-core's reset notifierFelipe Balbi2014-11-111-3/+6
* usb: dwc3: gadget: use udc-core's reset notifierFelipe Balbi2014-11-111-5/+12
* usb: gadget: dbgp: Fix endpoint config after USB disconnectKyösti Mälkki2014-11-111-12/+14
* phy: twl4030: Fix build breakageFelipe Balbi2014-11-111-3/+3
* usb: gadget: pxa27x_udc: fix warning in non device-tree buildRobert Jarzmik2014-11-111-0/+2
* arm: boot: dts: am4372: enable dwc3 suspend PHY quirkFelipe Balbi2014-11-111-0/+4
* usb: dwc3: core: enable phy suspend quirk on non-FPGAFelipe Balbi2014-11-061-2/+2
* usb: gadget: hid: add configfs supportAndrzej Pietrasiewicz2014-11-065-1/+178
* usb: gadget: f_hid: use usb_gstrings_attachAndrzej Pietrasiewicz2014-11-061-8/+6
* usb: gadget: f_hid: remove compatibility layerAndrzej Pietrasiewicz2014-11-061-73/+0
* usb: gadget: hid: convert to new interface of f_hidAndrzej Pietrasiewicz2014-11-062-23/+56
* usb: gadget: f_hid: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz2014-11-065-32/+227
* usb: gadget: hid: mirror init operations in module cleanupAndrzej Pietrasiewicz2014-11-061-1/+1
* usb: gadget: f_hid: check return value of device_createAndrzej Pietrasiewicz2014-11-061-2/+9
* usb: gadget: f_hid: check return value of class_createAndrzej Pietrasiewicz2014-11-061-0/+4
* usb: phy: remove file names from heading commentsSergei Shtylyov2014-11-052-4/+0
* usb: gadget: f_midi: add configfs supportAndrzej Pietrasiewicz2014-11-054-2/+193
* usb: gadget: f_midi: use usb_gstrings_attachAndrzej Pietrasiewicz2014-11-051-6/+7
* usb: gadget: f_midi: remove compatibility layerAndrzej Pietrasiewicz2014-11-051-122/+0
* usb: gadget: midi: convert to new interface of f_midiAndrzej Pietrasiewicz2014-11-052-7/+38
* usb: gadget: f_midi: convert to new function interface with backward compatib...Andrzej Pietrasiewicz2014-11-055-6/+179
* usb: gadget: f_midi: check kstrdup() return valueAndrzej Pietrasiewicz2014-11-051-5/+18
* usb: gadget: f_midi: enable use of the index parameterAndrzej Pietrasiewicz2014-11-051-1/+1
* usb: gadget: Kconfig: enable separate compilation of uac1/uac2 functionsAndrzej Pietrasiewicz2014-11-051-0/+31
* usb: dwc3: ep0: remove unnecessary break after returnJingoo Han2014-11-051-2/+0
* usb: musb: try a race-free wakeupSebastian Andrzej Siewior2014-11-053-4/+8
* usb: musb: core: check link status on resumeSebastian Andrzej Siewior2014-11-051-0/+6
* usb: dwc3: exynos: remove non-DT support for Exynos Specific Glue layerJingoo Han2014-11-053-29/+2
* usb: renesas_usbhs: fix usbhs_pipe_clear() for DCP PIPEYoshihiro Shimoda2014-11-055-4/+27
* usb: renesas_usbhs: fix the timing of dcp_control_transfer_doneYoshihiro Shimoda2014-11-052-16/+3