summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: OHCI: Properly handle ohci-s3c2410 suspendManjunath Goudar2013-10-061-17/+4
* USB: OHCI: Properly handle ohci-at91 suspendManjunath Goudar2013-10-061-2/+8
* USB: OHCI: Properly handle OHCI controller suspendManjunath Goudar2013-10-061-1/+8
* usb: g_ffs: fix compilation warningDavid Cohen2013-10-061-0/+2
* usb: wusbcore: add support for isoc out transfersThomas Pugliese2013-10-062-102/+406
* usb: remove intel_mid_otg.hHeikki Krogerus2013-10-061-180/+0
* ARM: dts: omap5: update omap-control-usb nodeRoger Quadros2013-10-041-8/+12
* ARM: dts: omap4: update omap-control-usb nodesRoger Quadros2013-10-041-8/+12
* usb: phy: omap: get rid of omap_get_control_dev()Roger Quadros2013-10-042-26/+10
* usb: musb: omap2430: Don't use omap_get_control_dev()Roger Quadros2013-10-043-17/+14
* usb: phy: omap-usb3: Don't use omap_get_control_dev()Roger Quadros2013-10-041-6/+20
* usb: phy: omap-usb2: Don't use omap_get_control_dev()Roger Quadros2013-10-041-8/+23
* usb: phy: omap: Add new device types and remove omap_control_usb3_phy_power()Roger Quadros2013-10-044-103/+130
* usb: phy: omap-control: Get rid of platform dataRoger Quadros2013-10-042-13/+3
* usb: wusbcore: Add isoc transfer type enum and packet definitionsThomas Pugliese2013-10-041-12/+33
* usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpointsThomas Pugliese2013-10-041-2/+4
* usb: wusbcore: implement hwahc_op_get_frame_numberThomas Pugliese2013-10-041-3/+7
* usb: wusbcore: avoid stack overflow in URB enqueue error pathThomas Pugliese2013-10-041-13/+38
* usb: ohci: use amd_chipset_type to filter for SB800 prefetchHuang Rui2013-10-043-13/+10
* usb: ehci: use amd_chipset_type to filter for usb subsystem hang bugHuang Rui2013-10-043-18/+20
* usb: wusbcore: fix build warning on 64-bit buildsThomas Pugliese2013-10-011-1/+1
* USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe()Wei Yongjun2013-10-011-3/+1
* USB: OHCI: ohci_init_driver(): sanity check overridesKevin Hilman2013-10-011-4/+6
* usb: wusbcore: clean up urb dequeue processThomas Pugliese2013-10-011-35/+87
* usb: wusbcore: include the xfer_id in debug printsThomas Pugliese2013-10-011-45/+49
* usb: wusbcore: fix endianess issues when using dwTransferIDThomas Pugliese2013-10-011-9/+11
* usb: chipidea: add ci_hdrc_enter_lpm APIPeter Chen2013-10-012-0/+25
* usb: chipidea: imx: remove PHY operationsPeter Chen2013-10-011-17/+4
* usb: chipidea: move PHY operation to corePeter Chen2013-10-012-44/+52
* Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2013-09-30230-1253/+2353
|\
| * Linux 3.12-rc3v3.12-rc3Linus Torvalds2013-09-301-1/+1
| * Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-2921-107/+201
| |\
| | * usb: dwc3: add support for MerrifieldDavid Cohen2013-09-271-0/+2
| | * USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu2013-09-271-2/+3
| | * USB: Fix breakage in ffs_fs_mount()Al Viro2013-09-271-34/+26
| | * fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh2013-09-261-9/+3
| | * usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff2013-09-261-0/+16
| | * usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven2013-09-261-1/+1
| | * usb: chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-261-0/+2
| | * usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen2013-09-261-2/+5
| | * usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen2013-09-261-0/+1
| | * usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen2013-09-261-1/+1
| | * USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern2013-09-263-3/+3
| | * USB: OHCI: accept very late isochronous URBsAlan Stern2013-09-262-14/+34
| | * USB: UHCI: accept very late isochronous URBsAlan Stern2013-09-261-4/+8
| | * USB: iMX21: accept very late isochronous URBsAlan Stern2013-09-261-4/+4
| | * Merge tag 'for-usb-linus-2013-09-23' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-09-266-33/+92
| | |\
| | | * usbcore: check usb device's state before sending a Set SEL control transferXenia Ragiadakou2013-09-241-0/+3
| | | * xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-09-241-2/+6
| | | * usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-244-10/+60