summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-256-12/+12
* USB: fix compile problems in ehci-hcdAlan Stern2008-04-252-2/+3
* USB: ehci: qh_completions cleanup and bugfixDavid Brownell2008-04-251-18/+16Star
* USB: don't explicitly reenable root-hub status interruptsAlan Stern2008-04-2519-50/+31Star
* USB: OHCI: turn off RD when remote wakeup is disabledAlan Stern2008-04-251-1/+2
* USB: HCDs use the do_remote_wakeup flagAlan Stern2008-04-255-29/+18Star
* USB: ehci: qh/qtd cleanup commentsDavid Brownell2008-04-251-10/+40
* USB: r8a66597-hcd: Add support for SH7366 USB hostYoshihiro Shimoda2008-04-253-37/+129
* USB: r8a66597-hcd: fix usb device connection timingYoshihiro Shimoda2008-04-252-25/+34
* USB: r8a66597-hcd: fix interrupt transfer intervalYoshihiro Shimoda2008-04-252-10/+70
* USB: ehci shutdown refactoredSarah Sharp2008-04-251-16/+25
* USB: OHCI: host-controller resumes leave root hub suspendedAlan Stern2008-04-258-49/+54
* USB: clarify usage of hcd->suspend/resume methodsAlan Stern2008-04-255-76/+8Star
* USB: root hubs don't lie about their number of TTsAlan Stern2008-04-251-0/+1
* USB: OHCI: fix bug in controller resumeAlan Stern2008-04-251-1/+3
* USB: test for NULL return from platform_get_resource() in ohci_hcd_sm501_drv_...Jesper Juhl2008-04-251-1/+2
* usb: u132-hcd driver: semaphore to mutexDaniel Walker2008-04-251-110/+110
* usb: u132-hcd driver style clean upDaniel Walker2008-04-251-2569/+2563Star
* USB: Remove EXPERIMENTAL designation from USB_EHCI_ROOT_HUB_TT.Robert P. J. Day2008-04-251-2/+2
* USB: ehci: paranoia, reject large control transfersDavid Brownell2008-04-251-2/+8
* USB: remove dev->power.power_stateAlan Stern2008-04-2512-38/+5Star
* USB: ehci: remove obsolete workaround for bogus IRQsDavid Brownell2008-04-251-3/+3
* USB: use DIV_ROUND_UPJulia Lawall2008-04-251-3/+3
* USB: minor ehci xITD simplificationsKarsten Wiese2008-04-251-18/+12Star
* USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT"Karsten Wiese2008-04-252-17/+20
* USB: ehci minor SOC bus glue fixesDavid Brownell2008-04-254-11/+11
* USB: ehci tolerates some buggy devicesDavid Brownell2008-04-251-1/+15
* USB: ohci: port reset paranoia timeoutDavid Brownell2008-04-251-3/+21
* USB: ehci: minor cleanupsDavid Brownell2008-04-253-33/+4Star
* USB: usb-ohci-sm501-driver: use the conventional convention for suspend and r...Andrew Morton2008-04-251-2/+3
* USB: remove CONFIG_USB_PERSIST settingAlan Stern2008-04-251-10/+1Star
* USB: EHCI: carry out port handover during each root-hub resumeAlan Stern2008-04-252-4/+1Star
* Merge branch 'omap2-upstream' into develRussell King2008-04-1919-10/+35
|\
| * usb host: fix platform driver hotplug/coldplugKay Sievers2008-04-1116-6/+30
| * USB: ohci: fix 2 timers to fire at jiffies + 1sRichard Kennedy2008-04-032-2/+2
| * USB: another ehci_iaa_watchdog fixDavid Brownell2008-04-031-2/+3
* | plat-orion: make ehci-orion available for all Orion familiesLennert Buytenhek2008-03-272-3/+2Star
* | ehci-orion: mbus decode window supportLennert Buytenhek2008-03-271-2/+34
|/
* USB: ehci: stop vt6212 bus hoggingRene Herman2008-03-251-0/+14
* USB: fix ehci unlink regressionsDavid Brownell2008-03-111-16/+46
* USB: isp116x: fix enumeration on bootAnti Sullin2008-03-042-10/+6Star
* USB: ehci: handle large bulk URBs correctly (again)Misha Zhilin2008-03-041-1/+1
* Fix u132-hcd.c compile errorMirco Tischler2008-02-241-2/+2
* PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki2008-02-232-3/+9
* ehci-fsl: add PPC_MPC837x to default yAnton Vorontsov2008-02-221-3/+2Star
* USB: POWERPC: ehci: fix ppc buildAnton Vorontsov2008-02-221-1/+1
* USB: fix previous sparse fix which was incorrectDavid Brownell2008-02-221-12/+12
* USB: ehci-fsl: mpc834x config symbol is PPC_MPC834x, not MPC834xPeter Korsgaard2008-02-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-02-021-14/+8Star
|\
| * PCI: use dev_printk in quirk messagesbjorn.helgaas@hp.com2008-02-021-14/+8Star