summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: EHCI: slow down ITD reuseKarsten Wiese2009-02-274-8/+57
* USB/PCI: Fix resume breakage of controllers behind cardbus bridgesRafael J. Wysocki2009-02-183-3/+0Star
* wusb: whci-hcd: always lock whc->lock with interrupts disabledDavid Vrabel2009-02-162-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2009-02-0215-12/+3869
|\
| * USB: Driver for Freescale QUICC Engine USB Host ControllerAnton Vorontsov2009-01-2810-0/+3861
| * USB: omap1 ohci buildfix (otg related)David Brownell2009-01-281-0/+1
| * USB: Fix suspend-resume of PCI USB controllersRafael J. Wysocki2009-01-283-3/+0Star
| * USB: don't enable wakeup by default for PCI host controllersAlan Stern2009-01-282-6/+4Star
| * [ARM] omap: ensure OMAP drivers pass a struct device to clk_get()Russell King2009-01-241-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2009-01-2220-142/+4714
|\|
| * USB: automatically enable wakeup for PCI host controllersAlan Stern2009-01-073-10/+16
| * USB: fix up suspend and resume for PCI host controllersAlan Stern2009-01-073-0/+6
| * USB: isp1760: don't auto disable Port1 on ISP1761Thomas Hommel2009-01-073-11/+6Star
| * USB: isp1760: Fix probe in PCI glue codeKarl Bongers2009-01-071-42/+55
| * USB: isp1760: use a specific PLX bridge instead of any bdridgeSebastian Andrzej Siewior2009-01-071-6/+10
| * USB: m66592 and r8a66597 resource changesMagnus Damm2009-01-071-5/+3Star
| * USB: Convert ohci-pnx4008 to a new-style i2c driverJean Delvare2009-01-071-49/+36Star
| * oxu210hp-hcd.c: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-071-3/+3
| * usb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-071-1/+1
| * USB: powerpc: Workaround for the PPC440EPX USBH_23 errata [take 3]Vitaly Bordug2009-01-074-2/+111
| * USB: EHCI pci-quirks.c: don't wait so long for BIOS handoffSteven Noonan2009-01-071-1/+1
| * usb host: Oxford OXU210HP HCD driver.Rodolfo Giometti2009-01-074-0/+4446
| * USB: Avoid 20ms delay in EHCI resumeVikram Pandita2009-01-071-3/+15
| * USB: use pci_ioremap_bar() in drivers/usbArjan van de Ven2009-01-071-6/+6
| * USB: clean up redundant tests on unsignedroel kluin2009-01-071-6/+2Star
* | wusb: timeout when waiting for ASL/PZL updates in whci-hcdDavid Vrabel2009-01-074-4/+30
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2009-01-025-11/+58
|\
| * Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-12-313-8/+19
| |\
| | * Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/gi...Russell King2008-12-151-4/+4
| | |\
| | | * ARM: OMAP: Switch ohci-omap to gpio_request/free callsJarkko Nikula2008-12-111-3/+3
| | | * ARM: OMAP: switch to gpio_direction_inputDavid Brownell2008-12-111-1/+1
| | * | Merge git://git.marvell.com/orion into develRussell King2008-12-133-13/+25
| | |\ \
| | | * | [ARM] Orion: add the option to support different ehci phy initializationRonen Shitrit2008-12-041-3/+14
| | | |/
| | * | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
| * | | usb: Fix up sh_mobile usbf clock framework warnings.Paul Mundt2008-12-221-2/+1Star
| * | | sh: sh_mobile usb clock framework supportMagnus Damm2008-12-222-3/+40
| | |/ | |/|
* | | uwb: use dev_dbg() for debug messagesDavid Vrabel2008-12-221-48/+7Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2008-12-082-10/+11
|\| |
| * | USB: fix SB600 USB subsystem hang bugShane Huang2008-12-011-3/+6
| * | Revert "USB: improve ehci_watchdog's side effect in CPU power management"Greg Kroah-Hartman2008-12-011-7/+5Star
| |/
* | wusb: add debug files for ASL, PZL and DI to the whci-hcd driverDavid Vrabel2008-11-268-121/+201
* | wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactiveDavid Vrabel2008-11-252-6/+36
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2008-11-251-0/+21
|\|
| * USB: fix SB700 usb subsystem hang bugAndiry Xu2008-11-201-0/+21
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2008-11-197-46/+37Star
|\|
| * USB: EHCI: fix divide-by-zero bugAlan Stern2008-11-131-2/+2
| * USB: EHCI: fix handling of dead controllersAlan Stern2008-11-131-13/+12Star
| * usb: r8a66597-hcd: fix wrong data access in SuperH on-chip USBYoshihiro Shimoda2008-11-131-2/+3
| * USB: remove optional bus bindings in isp1760, fixing runtime warningSebastian Andrzej Siewior2008-11-132-28/+17Star
| * USB: Fix PS3 USB shutdown problemsGeoff Levand2008-11-132-1/+3