summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers: usb: core: hcd: if-else-braces fixedMatthias Beyer2013-10-061-2/+2
* drivers: usb: core: hcd: removed braces for return statementsMatthias Beyer2013-10-061-4/+4
* drivers: usb: core: hcd: replaced C99 // commentsMatthias Beyer2013-10-061-5/+5
* drivers: usb: core: hcd: Whitespace fixesMatthias Beyer2013-10-061-28/+28
* drivers: usb: core: hcd: moved asterix to variableMatthias Beyer2013-10-061-1/+1
* USB/host: Use existing macros instead of hard-coded values in uhci-debug.cDeng-Cheng Zhu2013-10-061-8/+8
* USB: OHCI: Properly handle ohci-spear suspendManjunath Goudar2013-10-061-3/+9
* USB: OHCI: Properly handle ohci-sm501 suspendManjunath Goudar2013-10-061-2/+9
* USB: OHCI: Properly handle ohci-pxa27x suspendManjunath Goudar2013-10-061-1/+8
* USB: OHCI: Properly handle ohci-platform suspendManjunath Goudar2013-10-061-2/+9
* USB: OHCI: Properly handle ohci-omap suspendManjunath Goudar2013-10-061-3/+10
* USB: OHCI: Properly handle ohci-exynos suspendManjunath Goudar2013-10-061-15/+5
* USB: OHCI: Properly handle ohci-ep93xx suspendManjunath Goudar2013-10-061-2/+9
* USB: OHCI: Properly handle ohci-da8xx suspendManjunath Goudar2013-10-061-4/+11
* 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: phy: omap: get rid of omap_get_control_dev()Roger Quadros2013-10-041-21/+10
* usb: musb: omap2430: Don't use omap_get_control_dev()Roger Quadros2013-10-041-11/+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-042-76/+103
* usb: phy: omap-control: Get rid of platform dataRoger Quadros2013-10-041-9/+3
* 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-30121-467/+951
|\
| * 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