summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: twl4030-usb: don't enable PHY during initGrazvydas Ignotas2013-03-211-11/+9
* arm: tegra: fix Kconfig select clausesFelipe Balbi2013-03-201-0/+1
* usb: phy: gpio-vbus: don't ignore regulator APIs return valueFelipe Balbi2013-03-201-2/+7
* usb: phy: samsung: fix sparse warningFelipe Balbi2013-03-191-1/+1
* usb: phy: ab8500-usb: update irq handling codeFabio Baltieri2013-03-182-96/+351
* usb: otg: ab8500-usb: drop support for ab8500 pre v2.0Fabio Baltieri2013-03-181-128/+11
* usb: musb: ux500: add otg notifier supportFabio Baltieri2013-03-181-0/+42
* usb: musb: ux500: implement musb_set_vbusFabio Baltieri2013-03-181-0/+64
* usb: musb: ux500_dma: add missing MEM resource checkVirupax Sadashivpetimath2013-03-181-1/+11
* usb: host: ohci-exynos: fix PHY error handlingFelipe Balbi2013-03-181-1/+1
* usb: host: ehci-s5p: fix PHY error handlingFelipe Balbi2013-03-181-1/+1
* usb: host: ehci-mv: fix PHY error handlingFelipe Balbi2013-03-181-10/+9
* usb: host: ehci-msm: fix PHY error handlingFelipe Balbi2013-03-181-1/+1
* usb: musb: omap2430: fix PHY error handlingFelipe Balbi2013-03-181-1/+6
* usb: gadget: s3c-hsotg: fix PHY error handlingFelipe Balbi2013-03-181-1/+1
* usb: gadget: mv_udc_core: fix PHY error handlingFelipe Balbi2013-03-181-4/+7
* usb: dwc3: fix PHY error handlingFelipe Balbi2013-03-181-2/+22
* usb: phy: twl4030: fix cold plug on OMAP3Kishon Vijay Abraham I2013-03-181-6/+4
* usb: phy: twl4030: use devres API for regulator get and request irqKishon Vijay Abraham I2013-03-181-20/+8
* usb: musb: omap: add usb_phy_init in omap2430_musb_initKishon Vijay Abraham I2013-03-181-0/+2
* usb: musb: omap: remove the check before calling otg_set_vbusKishon Vijay Abraham I2013-03-181-6/+4
* usb: gadget: uvc: use capped length valueDan Carpenter2013-03-181-1/+1
* usb: dwc3: omap: fix sparse warningFelipe Balbi2013-03-181-1/+1
* usb: musb: omap2430: replace *_* with *-* in property namesKishon Vijay Abraham I2013-03-181-3/+3
* usb: gadget: uvc: Use strlcpy instead of strncpyChen Gang2013-03-181-3/+3
* usb: gadget: uvc: Use GFP_ATOMIC under spin lockCyril Roelandt2013-03-181-1/+2
* usb: gadget: uvc: Make video streaming buffer size comply with USB3.0 SSBhupesh Sharma2013-03-181-2/+8
* usb: gadget: uvc: Delay the status stage when setting alternate setting 1Bhupesh Sharma2013-03-183-7/+23
* usb: gadget: uvc: Add fix for UVC compliance test suite's assertion 6.1.25 fa...Bhupesh Sharma2013-03-181-8/+6
* usb: gadget: uvc: Add fix for UVC compliance test suite assertion 6.3.90 failureBhupesh Sharma2013-03-181-3/+6
* usb: gadget: uvc: Configure the streaming endpoint based on the speedLaurent Pinchart2013-03-181-7/+12
* usb: gadget: uvc: Merge the streaming maxpacket and mult parametersLaurent Pinchart2013-03-181-60/+60
* usb: gadget: uvc: Merge the SS/HS/FS control endpoint descriptorsLaurent Pinchart2013-03-181-34/+18
* usb: gadget: uvc: Fix coding style issues introduced by SS supportLaurent Pinchart2013-03-182-35/+35
* usb: gadget: uvc: Rename STATUS_BYTECOUNT to UVC_STATUS_MAX_PACKET_SIZELaurent Pinchart2013-03-181-5/+5
* usb: gadget: uvc: clarify comment about string descriptorsLaurent Pinchart2013-03-181-1/+4
* usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepareVivek Gautam2013-03-181-3/+3
* usb: dwc3: exynos: Use of_platform API to create dwc3 core pdevVivek Gautam2013-03-181-31/+25
* usb: phy: samsung: Add PHY support for USB 3.0 controllerVivek Gautam2013-03-184-0/+437
* usb: phy: samsung: Common out the generic stuffVivek Gautam2013-03-185-713/+785
* usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executedKishon Vijay Abraham I2013-03-181-2/+5
* usb: dwc3: set dma_mask for dwc3_omap deviceKishon Vijay Abraham I2013-03-182-0/+7
* usb: dwc3: core: fix wrong OTG event regitser offsetGeorge Cherian2013-03-182-2/+4
* usb: renesas: remove unused DMA_ADDR_INVALIDFelipe Balbi2013-03-182-3/+0
* usb: gadget: uvc: remove references to DMA_ADDR_INVALIDFelipe Balbi2013-03-183-4/+0
* usb: gadget: net2280: remove unused DMA_ADDR_INVALIDFelipe Balbi2013-03-181-4/+0
* usb: gadget: net2272: remove unused DMA_ADDR_INVALIDFelipe Balbi2013-03-181-2/+0
* usb: gadget: atmel: remove unused DMA_ADDR_INVALIDFelipe Balbi2013-03-181-6/+0
* usb: gadget: s3c-hsudc: delete outdated commentChen Gang2013-03-181-1/+0
* usb: phy: isp1301: implement PHY APIFelipe Balbi2013-03-181-0/+59