summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman2011-04-1912-26/+620
|\
| * USB: ohci: add bus glue for the Atheros AR71XX/AR7240 SoCsGabor Juhos2011-04-133-0/+164
| * USB: ehci: add workaround for Synopsys HC bugGabor Juhos2011-04-133-0/+7
| * USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR91XX SoCsGabor Juhos2011-04-133-0/+214
| * USB: Add initial S5P EHCI driverJoonyoung Shim2011-04-133-0/+212
| * USB: Mark ehci_adjust_port_wakeup_flags as __maybe_unusedFabio Estevam2011-04-131-1/+1
| * usb: u132-hcd: Drop __TIME__ usageMichal Marek2011-04-131-2/+1
| * USB: UHCI: don't try to revive a dead controllerAlan Stern2011-04-131-10/+9
| * USB: UHCI: remove uses of hcd->stateAlan Stern2011-04-131-6/+1
| * USB: sl811: add Kconfig option for ISOCHRONOUS modeMike Frysinger2011-04-132-7/+11
* | Revert "USB: isp1760-hcd: move imask clear after pending work is done"Greg Kroah-Hartman2011-04-141-3/+1
* | xHCI: Implement AMD PLL quirkAndiry Xu2011-04-134-1/+32
* | xhci: Tell USB core both roothubs lost power.Sarah Sharp2011-04-131-1/+3
* | USB: xhci - also free streams when resetting devicesDmitry Torokhov2011-04-131-4/+12
* | xhci: Fix NULL pointer deref in handle_port_status()Sarah Sharp2011-04-131-0/+11
* | USB: xhci - fix math in xhci_get_endpoint_interval()Dmitry Torokhov2011-04-131-28/+62
* | USB: xhci: simplify logic of skipping missed isoc TDsDmitry Torokhov2011-04-131-78/+94
* | USB: xhci - remove excessive 'inline' markingsDmitry Torokhov2011-04-132-8/+8
* | USB: xhci: unsigned char never equals -1Dan Carpenter2011-04-133-6/+9
* | USB: xhci - fix unsafe macro definitionsDmitry Torokhov2011-04-131-3/+3
* | USB: isp1760-hcd: move imask clear after pending work is doneRichard Retanubun2011-04-131-1/+3
* | USB host: Fix lockdep warning in AMD PLL quirkJoerg Roedel2011-04-131-43/+74
* | USB: ohci-au1xxx: fix warning "__BIG_ENDIAN" is not definedYoichi Yuasa2011-04-131-1/+1
* | USB: EHCI: unlink unused QHs when the controller is stoppedAlan Stern2011-04-131-6/+9
* | usb: fix ips1760-hcd printk format warningRandy Dunlap2011-04-131-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-3113-19/+19
* drivers: Final irq namespace conversionThomas Gleixner2011-03-291-1/+1
* Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-03-241-12/+0
|\
| * ehci-hcd: Bug fix: don't set a QH's Halt bitAlan Stern2011-03-231-12/+0
* | tmio: Silence warnings introduced by mfd changesAndres Salomon2011-03-231-4/+4
* | mfd: mfd_cell is now implicitly available to tc6393xb driversAndres Salomon2011-03-231-4/+4
|/
* Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-171-5/+0
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Russell King2011-03-126-34/+42
| |\
| * \ Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into dev...Russell King2011-03-101-5/+0
| |\ \
| | * | ARM i.MX ehci: do ehci init in board specific functionsSascha Hauer2011-02-111-5/+0
* | | | Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2011-03-163-267/+0
|\ \ \ \
| * | | | ARM: lh7a40x: remove unmaintained platform supportRussell King2011-01-243-267/+0
* | | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-167-35/+25
|\ \ \ \ \
| * | | | | dt/usb: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-287-35/+25
| | |/ / / | |/| | |
* | | | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-1640-2752/+3089
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | xhci: Clean up cycle bit math used during stalls.Sarah Sharp2011-03-131-5/+3
| * | | | xhci: Fix cycle bit calculation during stall handling.Sarah Sharp2011-03-131-0/+14
| * | | | xhci: Update internal dequeue pointers after stalls.Sarah Sharp2011-03-132-3/+35
| * | | | USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.Sarah Sharp2011-03-131-2/+0
| * | | | xhci: Return canceled URBs immediately when host is halted.Sarah Sharp2011-03-132-2/+9
| * | | | xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp2011-03-133-4/+13
| * | | | xhci: Fix re-init on power loss after resume.Sarah Sharp2011-03-131-4/+19
| * | | | xhci: Make roothub functions deal with device removal.Sarah Sharp2011-03-131-0/+16
| * | | | xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.Sarah Sharp2011-03-131-0/+18
| * | | | xhci: Return a USB 3.0 hub descriptor for USB3 roothub.Sarah Sharp2011-03-131-20/+114
OpenPOWER on IntegriCloud