summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| | * | | | 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
| | * | | | usb: isp1760: Refactor PCI initialization codeLaurent Pinchart2015-01-271-65/+69
| | * | | | usb: isp1760: Use the managed devm_ioremap_resource() APILaurent Pinchart2015-01-272-41/+16
| | * | | | usb: isp1760: Pass resource pointer to isp1760_registerLaurent Pinchart2015-01-273-13/+11
| | * | | | usb: isp1760: Remove busname argument to isp1760_registerLaurent Pinchart2015-01-273-6/+4
| | * | | | usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_Laurent Pinchart2015-01-273-7/+7
| | * | | | usb: isp1760: Fix indentation in probe error pathLaurent Pinchart2015-01-271-3/+3
| | * | | | usb: isp1760: Don't expose hcd to glue code from isp1760_registerLaurent Pinchart2015-01-273-28/+19
| | * | | | usb: isp1760: Manage device driver data in common codeLaurent Pinchart2015-01-272-3/+2
| | * | | | usb: isp1760: Move removal cleanup code to isp1760-hcd.cLaurent Pinchart2015-01-273-14/+14
| | * | | | usb: isp1760: Merge platform and OF glue codesLaurent Pinchart2015-01-271-135/+55
| | * | | | usb: isp1760: Unmap I/O registers at platform device removalLaurent Pinchart2015-01-271-2/+1
| | * | | | usb: isp1760: Retrieve pdev memory resource from hcd at remove timeLaurent Pinchart2015-01-271-5/+1
| | * | | | usb: isp1760: Remove isp1760 glue structureLaurent Pinchart2015-01-271-31/+15
| | * | | | usb: isp1760: Use the gpio descriptor APILaurent Pinchart2015-01-273-46/+19
| | * | | | usb: gadget: zero: fix format string warningsAsaf Vertz2015-01-271-10/+10
| | * | | | usb: gadget: ffs: add eventfd notification about ffs eventsRobert Baldyga2015-01-272-1/+29
| | * | | | usb: gadget: f_fs: Fix loop variableMario Schuknecht2015-01-271-3/+3
| | * | | | usb: gadget: Fix os desc testMario Schuknecht2015-01-271-1/+1
| | * | | | usb: musb: cppi41: improve rx channel abort routineBin Liu2015-01-271-3/+9
| | * | | | usb: musb: cppi41: correct the macro name EP_MODE_AUTOREG_*Bin Liu2015-01-271-6/+6
| | * | | | usb: renesas_usbhs: add support for requesting DT DMAYoshihiro Shimoda2015-01-271-1/+10