summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2015-01-29usb: udc-core: add is_selfpowered sys entryPeter Chen
2015-01-29usb: musb: gadget: use common is_selfpoweredPeter Chen
2015-01-29usb: dwc3: gadget: use common is_selfpoweredPeter Chen
2015-01-29usb: gadget: pch_udc: set value for common is_selfpoweredPeter Chen
2015-01-29usb: gadget: atmel_usba_udc: set value for common is_selfpoweredPeter Chen
2015-01-29usb: gadget: net2272: use common is_selfpoweredPeter Chen
2015-01-29usb: gadget: s3c2410_udc: set value for common is_selfpoweredPeter Chen
2015-01-29usb: gadget: net2280: use common is_selfpoweredPeter Chen
2015-01-29usb: gadget: r8a66597-udc: set value for common is_selfpoweredPeter Chen
2015-01-29usb: gadget: omap_udc: set value for common is_selfpoweredPeter Chen
2015-01-29usb: gadget: fsl_udc_core: set value for common is_selfpoweredPeter Chen
2015-01-29usb: gadget: lpc32xx_udc: use common is_selfpoweredPeter Chen
2015-01-29usb: gadget: dummy_hcd: set value for common is_selfpoweredPeter Chen
2015-01-29usb: gadget: bdc_udc: set value for common is_selfpoweredPeter Chen
2015-01-29usb: renesas_usbhs: gadget: set value for common is_selfpoweredPeter Chen
2015-01-29usb: gadget: at91_udc: use common is_selfpoweredPeter Chen
2015-01-29usb: chipidea: udc: add set_selfpowered gaget opsPeter Chen
2015-01-29usb: dwc3: gadget: add missing spin_lock()Felipe Balbi
2015-01-27usb: dwc3: remove reliance on dev_vdbg()Felipe Balbi
2015-01-27usb: dwc3: trace: add trace logs for core and gadgetFelipe Balbi
2015-01-27usb: dwc3: gadget: WARN() in case of unknown IRQFelipe Balbi
2015-01-27usb: dwc3: gadget: avoid variable shadowingFelipe Balbi
2015-01-27usb: gadget: uvc: comments for iterating over streaming hierarchyAndrzej Pietrasiewicz
2015-01-27usb: gadget: uvc: use explicit type instead of void *Andrzej Pietrasiewicz
2015-01-27usb: phy: mxs: add delay before set phyctrl.clkgatePeter Chen
2015-01-27usb: phy: mxs: do not set PWD.RXPWD1PT1 for low speed connectionPeter Chen
2015-01-27usb: phy: mxs: refine mxs_phy_disconnect_lineLi Jun
2015-01-27usb: phy: mxs: don't need IP fix for imx6sxPeter Chen
2015-01-27usb: isp1760: Fix USB disabled checkLaurent Pinchart
2015-01-27usb: isp1760: Remove duplicate usb_disabled() checkLaurent Pinchart
2015-01-27usb: isp1760: Make HCD support optionalLaurent Pinchart
2015-01-27usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/Laurent Pinchart
2015-01-27usb: isp1760: Add device controller supportLaurent Pinchart
2015-01-27usb: isp1760: Move PORT1 configuration to core codeLaurent Pinchart
2015-01-27usb: isp1760: Initialize the bus interface in core codeLaurent Pinchart
2015-01-27usb: isp1760: Set IRQF_SHARED flag in core codeLaurent Pinchart
2015-01-27usb: isp1760: Move core code to isp1760-core.cLaurent Pinchart
2015-01-27usb: isp1760: Reorganize header filesLaurent Pinchart
2015-01-27usb: isp1760: Prefix driver data structures with isp1760_Laurent Pinchart
2015-01-27usb: isp1760: Decouple usb_hdc and isp1760_privLaurent Pinchart
2015-01-27usb: isp1760: Refactor PCI initialization codeLaurent Pinchart
2015-01-27usb: isp1760: Use the managed devm_ioremap_resource() APILaurent Pinchart
2015-01-27usb: isp1760: Pass resource pointer to isp1760_registerLaurent Pinchart
2015-01-27usb: isp1760: Remove busname argument to isp1760_registerLaurent Pinchart
2015-01-27usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_Laurent Pinchart
2015-01-27usb: isp1760: Fix indentation in probe error pathLaurent Pinchart
2015-01-27usb: isp1760: Don't expose hcd to glue code from isp1760_registerLaurent Pinchart
2015-01-27usb: isp1760: Manage device driver data in common codeLaurent Pinchart
2015-01-27usb: isp1760: Move removal cleanup code to isp1760-hcd.cLaurent Pinchart
2015-01-27usb: isp1760: Merge platform and OF glue codesLaurent Pinchart