summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2013-09-2913-69/+144
|\
| * USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu2013-09-261-2/+3
| * fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh2013-09-261-9/+3
| * USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern2013-09-253-3/+3
| * USB: OHCI: accept very late isochronous URBsAlan Stern2013-09-252-14/+34
| * USB: UHCI: accept very late isochronous URBsAlan Stern2013-09-251-4/+8
| * USB: iMX21: accept very late isochronous URBsAlan Stern2013-09-251-4/+4
| * xhci: Fix race between ep halt and URB cancellationFlorian Wolter2013-09-231-2/+6
| * usb: Fix xHCI host issues on remote wakeup.Sarah Sharp2013-09-234-10/+60
| * xhci: Ensure a command structure points to the correct trb on the command ringMathias Nyman2013-09-234-21/+17
| * xhci: Fix oops happening after address device timeoutMathias Nyman2013-09-231-0/+6
* | usb: pci-quirks: amd_chipset_sb_type_init() can be staticFengguang Wu2013-09-261-1/+1
* | USB: OHCI: make ohci-pxa27x a separate driverManjunath Goudar2013-09-264-141/+113
* | USB: OHCI: make ohci-ep93xx a separate driverManjunath Goudar2013-09-264-59/+40
* | USB: OHCI: make ohci-nxp a separate driverManjunath Goudar2013-09-264-93/+57
* | USB: OHCI: make ohci-s3c2410 a separate driverManjunath Goudar2013-09-264-89/+66
* | USB: OHCI: make ohci-at91 a separate driverManjunath Goudar2013-09-264-104/+79
* | USB: OHCI: make ohci-spear a separate driverManjunath Goudar2013-09-264-102/+65
* | USB: OHCI: make ohci-omap3 a separate driverManjunath Goudar2013-09-264-99/+40
* | USB: OHCI: make ohci-omap a separate driverManjunath Goudar2013-09-264-122/+55
* | USB: OHCI: make ohci-exynos a separate driverManjunath Goudar2013-09-264-118/+72
* | USB: EHCI: make ehci-w90X900 a separate driverManjunath Goudar2013-09-264-58/+39
* | usb: core: implement AMD remote wakeup quirkHuang Rui2013-09-251-0/+12
* | usb: pci-quirks: refactor AMD quirk to abstract AMD chipset typesHuang Rui2013-09-251-24/+80
* | usb: host: delete chipidea dependencyPeter Chen2013-09-251-2/+2
* | usb: ohci/uhci - add soft dependencies on ehci_pciTom Gundersen2013-09-252-0/+3
* | Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman2013-09-2314-18/+13
* | Merge branch 'master' into usb-nextGreg Kroah-Hartman2013-09-2315-16/+21
|\ \ | |/
| * Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-09-171-3/+3
| |\
| | * usb: host: fsl-mph-dr-of: Staticize local symbolsSachin Kamat2013-09-171-3/+3
| * | Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman2013-09-1714-13/+18
| |/
* | USB: ehci-fsl: Remove casting the return value which is a void pointerJingoo Han2013-09-171-1/+1
* | USB: EHCI: handle isochronous underruns with taskletsAlan Stern2013-09-172-55/+96
* | USB: EHCI: code rearrangement in iso_stream_schedule()Alan Stern2013-09-171-45/+47
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-061-7/+9
|\
| * USB: fsl-mph-dr-of: cleanup clock API useGerhard Sittig2013-08-231-7/+9
* | Merge tag 'usb-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-09-0369-1231/+8255
|\ \
| * | ehci: remove debugging statement with ehci statistics in ehci_stop()Xenia Ragiadakou2013-08-301-8/+0
| * | ehci: remove duplicate debug_async_open() prototype in ehci-dbg.cXenia Ragiadakou2013-08-301-1/+0
| * | ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is setXenia Ragiadakou2013-08-306-15/+15
| * | ehci: remove ehci_vdbg() verbose debugging statementsXenia Ragiadakou2013-08-304-67/+7
| * | usb: r8a66597-hcd: use platform_{get,set}_drvdata()Libo Chen2013-08-301-2/+2
| * | Merge tag 'for-usb-next-2013-08-27-15-07' of git://git.kernel.org/pub/scm/lin...Greg Kroah-Hartman2013-08-281-4/+2
| |\ \
| | * | xhci: Fix warning introduced by disabling runtime PM.Sarah Sharp2013-08-281-4/+2
| * | | USB: OHCI: Allow runtime PM without system sleepAlan Stern2013-08-271-1/+1
| * | | usb: ohci-at91: remove unnecessary dev_set_drvdata()Libo Chen2013-08-271-2/+0
| |/ /
| * | xhci:prevent "callbacks suppressed" when debug is not enabledDmitry Kasatkin2013-08-271-16/+8
| * | xhci: fix port BESL LPM capability checkingMathias Nyman2013-08-271-1/+1
| * | usb: xhci: Disable runtime PM suspend for quirky controllersShawn Nematbakhsh2013-08-271-0/+22
OpenPOWER on IntegriCloud