summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-20usb: phy: propagate __of_usb_find_phy()'s error on failureArjun Sreedharan1-1/+3
2014-11-20usb: dwc3: keystone: fix error return codeJulia Lawall1-0/+1
2014-11-20usb: dwc3: trace: don't save pointersFelipe Balbi1-4/+8
2014-11-18usb: musb: core: Disable the Interrupts till BABBLE is fully handledGeorge Cherian1-1/+4
2014-11-18usb: musb: musb_cppi41: recognize HS devices in hostmodeSebastian Andrzej Siewior1-1/+9
2014-11-18usb: musb: replace hard coded registers with definesRoman Byshko1-27/+30
2014-11-18usb: musb: core: make sure musb is in RPM_ACTIVE on resumeSebastian Andrzej Siewior1-0/+8
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-15usb: dwc2: Update Kconfig to support dual-roleDinh Nguyen2-43/+55
2014-11-15usb: dwc2: move usb_disabled() call to host driver onlyDinh Nguyen2-3/+3
2014-11-14usb: dwc2: gadget: Do not fail probe if there isn't a clock nodeDinh Nguyen1-0/+1
2014-11-14usb: dwc2: Update common interrupt handler to call gadget interrupt handlerDinh Nguyen4-53/+17
2014-11-14usb: dwc2: Initialize the USB core for peripheral modeDinh Nguyen3-2/+8
2014-11-14usb: dwc2: convert to use dev_pm_ops APIDinh Nguyen1-6/+9
2014-11-14usb: dwc2: Move gadget probe function into platform codeDinh Nguyen7-92/+88
2014-11-14usb: dwc2: Update the gadget driver to use common dwc2_hsotg structureDinh Nguyen2-148/+153
2014-11-12usb: dwc2: add bus suspend/resume for dwc2Kever Yang1-11/+77
2014-11-12usb: renesas_usbhs: expand USB-DMAC channels for R-Car Gen2Yoshihiro Shimoda3-1/+7
2014-11-12usb: renesas_usbhs: add a new macro for extending DnFIFOsYoshihiro Shimoda1-2/+7
2014-11-12usb: renesas_usbhs: standardize d{0,1}fifo controlYoshihiro Shimoda2-38/+37
2014-11-12usb: renesas_usbhs: change d{0,1}fifo to dfifo arrayYoshihiro Shimoda2-4/+4
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-12usb: phy: fsl: Fix build errorsFelipe Balbi2-8/+8
2014-11-11usb: host: ohci: omap: fix build breakageFelipe Balbi1-1/+1
2014-11-11usb: gadget: atmel_usba_udc: use udc-core's reset notifierPeter Chen1-3/+2
2014-11-11usb: gadget: bcm63xx_udc: use udc-core's reset notifierPeter Chen1-2/+4
2014-11-11usb: gadget: r8a66597-udc: use udc-core's reset notifierPeter Chen1-1/+1
2014-11-11usb: gadget: amd5536udc: use udc-core's reset notifierPeter Chen1-1/+1
2014-11-11usb: gadget: pch_udc: use udc-core's reset notifierPeter Chen1-2/+2
2014-11-11usb: gadget: fsl_qe_udc: use udc-core's reset notifierPeter Chen1-1/+1
2014-11-11usb: gadget: mv_udc_core: use udc-core's reset notifierPeter Chen1-1/+18
2014-11-11usb: gadget: at91_udc: use udc-core's reset notifierPeter Chen1-1/+26
2014-11-11usb: gadget: fsl_udc_core: use udc-core's reset notifierPeter Chen1-4/+7
2014-11-11usb: gadget: m66592-udc: use udc-core's reset notifierPeter Chen1-1/+1
2014-11-11usb: gadget: pxa25x_udc: use udc-core's reset notifierPeter Chen1-1/+28
2014-11-11usb: chipidea: gadget: use udc-core's reset notifierPeter Chen1-6/+2
2014-11-11usb: gadget: net2272: use udc-core's reset notifierAlan Stern1-10/+35
2014-11-11usb: gadget: net2280: use udc-core's reset notifierAlan Stern1-10/+35
2014-11-11usb: gadget: dummy-hcd: use udc-core's reset notifierAlan Stern1-9/+12
2014-11-11usb: musb: gadget: use udc-core's reset notifierFelipe Balbi1-3/+6
2014-11-11usb: dwc3: gadget: use udc-core's reset notifierFelipe Balbi1-5/+12
2014-11-11usb: gadget: dbgp: Fix endpoint config after USB disconnectKyösti Mälkki1-12/+14
2014-11-11phy: twl4030: Fix build breakageFelipe Balbi1-3/+3
2014-11-11usb: gadget: pxa27x_udc: fix warning in non device-tree buildRobert Jarzmik1-0/+2
2014-11-10Merge 3.18-rc4 into usb-next.Greg Kroah-Hartman123-844/+536