summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-35/+43
2012-05-26Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+3
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds55-636/+1953
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-6/+7
2012-05-21Merge tag 'for-usb-next-2012-05-21' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-30/+46
2012-05-21xhci: Fix DIV_ROUND_UP compile error.Sarah Sharp1-3/+3
2012-05-21xhci: Fix compile with CONFIG_USB_SUSPEND=nSarah Sharp1-27/+43
2012-05-21Revert "USB: EHCI: work around bug in the Philips ISP1562 controller"Greg Kroah-Hartman3-9/+1
2012-05-19USB: EHCI: fix command register configuration lost problemMing Lei1-1/+0
2012-05-18USB: ehci-platform: remove update_deviceHauke Mehrtens1-2/+0
2012-05-18xhci: Add Intel U1/U2 timeout policy.Sarah Sharp3-0/+138
2012-05-18xhci: Add infrastructure for host-specific LPM policies.Sarah Sharp3-0/+335
2012-05-18xhci: Reserve one command for USB3 LPM disable.Sarah Sharp2-0/+14
2012-05-18xhci: Some Evaluate Context commands must succeed.Sarah Sharp3-4/+4
2012-05-18xhci: Add roothub code to set U1/U2 timeouts.Sarah Sharp2-0/+21
2012-05-18xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp1-0/+1
2012-05-18USB: fix resource leak in xhci power loss pathOliver Neukum1-0/+26
2012-05-17xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp3-3/+19
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann1-0/+16
2012-05-15USB: CI13xxx: Allow use of CONFIG_USB_EHCI_ROOT_HUB_TTMarek Vasut1-2/+2
2012-05-14USB: EHCI: work around bug in the Philips ISP1562 controllerAlan Stern3-1/+9
2012-05-14USB: EHCI: improve full-speed isochronous scheduling routineAlan Stern1-19/+21
2012-05-14Revert "usb: move struct usb_device->children to struct usb_hub_port->child"Greg Kroah-Hartman1-2/+1
2012-05-14USB: ohci-omap: Use usb_put_transceiver instead of put_deviceJarkko Nikula1-3/+2
2012-05-14USB: ehci-fsl: Use usb_put_transceiver instead of put_deviceJarkko Nikula1-3/+2
2012-05-11Merge branch 'imx/pinctrl/for-3.5' of git://git.linaro.org/people/shawnguo/li...Olof Johansson1-0/+8
2012-05-11usb: move struct usb_device->children to struct usb_hub_port->childLan Tianyu1-1/+2
2012-05-11usb: chipidea: add host roleAlexander Shishkin1-0/+8
2012-05-11usb: host: mips: sead3: Fix for big endian.Steven J. Hill1-5/+5
2012-05-11Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into...Arnd Bergmann2-181/+203
2012-05-10Merge tag 'v3.5-soc' of git://gitorious.org/linux-davinci/linux-davinci into ...Olof Johansson2-181/+203
2012-05-09Merge branch 'for-3.5/usb-ulpi' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson1-8/+10
2012-05-09Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson1-6/+7
2012-05-09USB: ohci-at91: add a reset function to fix race conditionNicolas Ferre1-1/+10
2012-05-09USB: ohci-at91: use resource_size() for memory/io resource lengthNicolas Ferre1-1/+1
2012-05-09ARM: OMAP: USB: fix warning on EHCI PHY reset pathIgor Grinberg1-2/+2
2012-05-09Merge tag 'v3.4-rc6' into next/cleanupOlof Johansson2-181/+203
2012-05-09Merge tag 'omap-cleanup-sparse-for-v3.5' of git://git.kernel.org/pub/scm/linu...Olof Johansson1-2/+3
2012-05-08ARM: Orion: EHCI: Add support for enabling clocksAndrew Lunn1-0/+16
2012-05-08ohci-da8xx: set MODULE_ALIAS to allow autoloadingJan Luebbe1-0/+2
2012-05-07USB: xhci: testing sizeof xhci_doorbell_array 2 timegirish verma1-1/+0
2012-05-07USB: xhci-hcd: print URB's expected length in decimal, not hexAlan Stern1-1/+1
2012-05-07Merge 3.4-rc6 into usb-nextGreg Kroah-Hartman2-181/+203
2012-05-07Kconfig: replace "--- help ---" with "---help---"Paul Bolle1-1/+1
2012-05-04USB: EHCI: OMAP: Finish ehci omap phy reset cycle before adding hcd.Russ Dill1-9/+9
2012-05-03xhci: Add Lynx Point to list of Intel switchable hosts.Sarah Sharp2-2/+20
2012-05-03xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=nSarah Sharp1-0/+14
2012-05-03usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede1-0/+1
2012-05-03xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu4-12/+25