summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: gadget: add reset flag in init functionGregory Herrero2015-01-303-15/+26
* usb: dwc2: gadget: add unaligned buffers supportMian Yousaf Kaukab2015-01-302-1/+63
* usb: dwc2: gadget: remove hardcoded if (0) and if (1) checksMian Yousaf Kaukab2015-01-301-13/+1
* usb: dwc2: gadget: fix a typo in commentGregory Herrero2015-01-301-1/+1
* usb: dwc2: gadget: add TEST_MODE feature supportGregory Herrero2015-01-302-7/+186
* usb: dwc2: gadget: fix clear halt feature handlingGregory Herrero2015-01-301-7/+13
* usb: dwc2: host: resume root hub on remote wakeupGregory Herrero2015-01-301-2/+4
* usb: musb: add omap-control dependencyArnd Bergmann2015-01-291-1/+1
* usb: musb: add generic usb phy dependenciesArnd Bergmann2015-01-291-0/+5
* usb: udc-core: add is_selfpowered sys entryPeter Chen2015-01-291-0/+2
* usb: musb: gadget: use common is_selfpoweredPeter Chen2015-01-292-4/+2
* usb: dwc3: gadget: use common is_selfpoweredPeter Chen2015-01-293-4/+2
* usb: gadget: pch_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
* usb: gadget: atmel_usba_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
* usb: gadget: net2272: use common is_selfpoweredPeter Chen2015-01-292-6/+2
* usb: gadget: s3c2410_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
* usb: gadget: net2280: use common is_selfpoweredPeter Chen2015-01-292-4/+3
* usb: gadget: r8a66597-udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
* usb: gadget: omap_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
* usb: gadget: fsl_udc_core: set value for common is_selfpoweredPeter Chen2015-01-291-1/+2
* usb: gadget: lpc32xx_udc: use common is_selfpoweredPeter Chen2015-01-291-8/+4
* usb: gadget: dummy_hcd: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
* usb: gadget: bdc_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
* usb: renesas_usbhs: gadget: set value for common is_selfpoweredPeter Chen2015-01-291-0/+2
* staging: emxx_udc: use common is_selfpoweredPeter Chen2015-01-292-7/+3
* usb: gadget: at91_udc: use common is_selfpoweredPeter Chen2015-01-292-5/+4
* usb: chipidea: udc: add set_selfpowered gaget opsPeter Chen2015-01-291-2/+16
* usb: dwc3: gadget: add missing spin_lock()Felipe Balbi2015-01-291-0/+1
* usb: dwc3: remove reliance on dev_vdbg()Felipe Balbi2015-01-274-35/+39
* usb: dwc3: trace: add trace logs for core and gadgetFelipe Balbi2015-01-271-0/+10
* usb: dwc3: gadget: WARN() in case of unknown IRQFelipe Balbi2015-01-271-1/+1
* usb: dwc3: gadget: avoid variable shadowingFelipe Balbi2015-01-271-6/+1
* usb: gadget: uvc: comments for iterating over streaming hierarchyAndrzej Pietrasiewicz2015-01-271-0/+34
* usb: gadget: uvc: use explicit type instead of void *Andrzej Pietrasiewicz2015-01-271-2/+2
* usb: phy: mxs: add delay before set phyctrl.clkgatePeter Chen2015-01-271-3/+9
* usb: phy: mxs: do not set PWD.RXPWD1PT1 for low speed connectionPeter Chen2015-01-271-1/+46
* usb: phy: mxs: refine mxs_phy_disconnect_lineLi Jun2015-01-271-1/+14
* usb: phy: mxs: don't need IP fix for imx6sxPeter Chen2015-01-271-2/+1
* usb: isp1760: Fix USB disabled checkLaurent Pinchart2015-01-273-9/+21
* usb: isp1760: Remove duplicate usb_disabled() checkLaurent Pinchart2015-01-271-3/+0
* usb: isp1760: Make HCD support optionalLaurent Pinchart2015-01-274-8/+71
* usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart2015-01-2715-26/+29
* usb: isp1760: Add device controller supportLaurent Pinchart2015-01-277-5/+1768
* usb: isp1760: Move PORT1 configuration to core codeLaurent Pinchart2015-01-272-9/+8
* usb: isp1760: Initialize the bus interface in core codeLaurent Pinchart2015-01-274-75/+105
* usb: isp1760: Set IRQF_SHARED flag in core codeLaurent Pinchart2015-01-272-7/+6
* usb: isp1760: Move core code to isp1760-core.cLaurent Pinchart2015-01-276-38/+114
* usb: isp1760: Reorganize header filesLaurent Pinchart2015-01-274-225/+256
* usb: isp1760: Prefix driver data structures with isp1760_Laurent Pinchart2015-01-272-9/+10
* usb: isp1760: Decouple usb_hdc and isp1760_privLaurent Pinchart2015-01-271-6/+15