summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-18usb: dwc3: fix PHY error handlingFelipe Balbi1-2/+22
2013-03-18usb: phy: twl4030: fix cold plug on OMAP3Kishon Vijay Abraham I1-6/+4
2013-03-18usb: phy: twl4030: use devres API for regulator get and request irqKishon Vijay Abraham I1-20/+8
2013-03-18usb: phy: return -ENXIO when PHY layer isn't enabledFelipe Balbi1-5/+5
2013-03-18usb: musb: omap: add usb_phy_init in omap2430_musb_initKishon Vijay Abraham I1-0/+2
2013-03-18usb: musb: omap: remove the check before calling otg_set_vbusKishon Vijay Abraham I1-6/+4
2013-03-18usb: gadget: uvc: use capped length valueDan Carpenter1-1/+1
2013-03-18usb: dwc3: omap: fix sparse warningFelipe Balbi1-1/+1
2013-03-18usb: musb: omap2430: replace *_* with *-* in property namesKishon Vijay Abraham I2-9/+9
2013-03-18usb: gadget: uvc: Use strlcpy instead of strncpyChen Gang1-3/+3
2013-03-18usb: gadget: uvc: Use GFP_ATOMIC under spin lockCyril Roelandt1-1/+2
2013-03-18usb: gadget: uvc: Make video streaming buffer size comply with USB3.0 SSBhupesh Sharma1-2/+8
2013-03-18usb: gadget: uvc: Delay the status stage when setting alternate setting 1Bhupesh Sharma3-7/+23
2013-03-18usb: gadget: uvc: Add fix for UVC compliance test suite's assertion 6.1.25 fa...Bhupesh Sharma1-8/+6
2013-03-18usb: gadget: uvc: Add fix for UVC compliance test suite assertion 6.3.90 failureBhupesh Sharma1-3/+6
2013-03-18usb: gadget: uvc: Configure the streaming endpoint based on the speedLaurent Pinchart1-7/+12
2013-03-18usb: gadget: uvc: Merge the streaming maxpacket and mult parametersLaurent Pinchart1-60/+60
2013-03-18usb: gadget: uvc: Merge the SS/HS/FS control endpoint descriptorsLaurent Pinchart1-34/+18
2013-03-18usb: gadget: uvc: Fix coding style issues introduced by SS supportLaurent Pinchart2-35/+35
2013-03-18usb: gadget: uvc: Rename STATUS_BYTECOUNT to UVC_STATUS_MAX_PACKET_SIZELaurent Pinchart1-5/+5
2013-03-18usb: gadget: uvc: clarify comment about string descriptorsLaurent Pinchart1-1/+4
2013-03-18usb: dwc3: exynos: use clk_prepare_enable and clk_disable_unprepareVivek Gautam1-3/+3
2013-03-18usb: dwc3: exynos: Use of_platform API to create dwc3 core pdevVivek Gautam1-31/+25
2013-03-18usb: phy: samsung: Add PHY support for USB 3.0 controllerVivek Gautam5-0/+491
2013-03-18usb: phy: samsung: Common out the generic stuffVivek Gautam6-720/+800
2013-03-18usb: dwc3: dwc3-omap: return -EPROBE_DEFER if probe has not yet executedKishon Vijay Abraham I2-5/+8
2013-03-18usb: dwc3: set dma_mask for dwc3_omap deviceKishon Vijay Abraham I2-0/+7
2013-03-18usb: dwc3: core: fix wrong OTG event regitser offsetGeorge Cherian2-2/+4
2013-03-18usb: renesas: remove unused DMA_ADDR_INVALIDFelipe Balbi2-3/+0
2013-03-18usb: gadget: uvc: remove references to DMA_ADDR_INVALIDFelipe Balbi3-4/+0
2013-03-18usb: gadget: net2280: remove unused DMA_ADDR_INVALIDFelipe Balbi1-4/+0
2013-03-18usb: gadget: net2272: remove unused DMA_ADDR_INVALIDFelipe Balbi1-2/+0
2013-03-18usb: gadget: atmel: remove unused DMA_ADDR_INVALIDFelipe Balbi1-6/+0
2013-03-18usb: gadget: s3c-hsudc: delete outdated commentChen Gang1-1/+0
2013-03-18usb: phy: isp1301: implement PHY APIFelipe Balbi1-0/+59
2013-03-18usb: phy: introduce ->set_vbus() methodFelipe Balbi1-0/+21
2013-03-18usb: phy: isp1301: give it a context structureFelipe Balbi1-0/+32
2013-03-18usb: phy: rename all phy drivers to phy-$name-usb.cFelipe Balbi26-25/+25
2013-03-18usb: phy: remove CONFIG_USB_OTG_UTILSFelipe Balbi7-31/+2
2013-03-18usb: ehci: tegra: check against CONFIG_USB_PHYFelipe Balbi1-3/+3
2013-03-18usb: ehci: marvel: check against CONFIG_USB_PHYFelipe Balbi1-2/+2
2013-03-18usb: gadget: mv_udc_core: check against CONFIG_USB_PHYFelipe Balbi1-1/+1
2013-03-18usb: power: pda_power: check against CONFIG_USB_PHYFelipe Balbi1-7/+7
2013-03-18usb: phy: make it a menuconfigFelipe Balbi4-8/+15
2013-03-18usb: phy: move all PHY drivers to drivers/usb/phy/Felipe Balbi22-187/+171
2013-03-18usb: phy: convert EXPORT_SYMBOL to EXPORT_SYMBOL_GPLFelipe Balbi1-10/+10
2013-03-18usb: otg: move usb_otg_state_string to usb-common.cFelipe Balbi4-57/+26
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi16-62/+63
2013-03-18usb: dwc3: gadget: use num_(in|out)_eps from HW paramsFelipe Balbi1-4/+35
2013-03-18usb: dwc3: calculate the number of endpointsFelipe Balbi2-0/+28