aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-au1xxx.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-22USB: OHCI: remove Alchemy OHCI platform driver.Florian Fainelli1-234/+0
2012-05-01usb: [MIPS] fix unresolved err() reference in host/ohci-au1xxx.cPaul Gortmaker1-1/+2
2012-01-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-4/+9
2011-12-07MIPS: Alchemy: Au1300 SoC supportManuel Lauss1-4/+9
2011-11-18OHCI: remove uses of hcd->stateAlan Stern1-4/+1
2011-11-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-99/+11
2011-10-24MIPS: Alchemy: abstract USB block control register accessManuel Lauss1-99/+11
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-04-13USB: ohci-au1xxx: fix warning "__BIG_ENDIAN" is not definedYoichi Yuasa1-1/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-09-23USB: au1xxx: add dev_pm_opsManuel Lauss1-13/+14
2008-08-21USB: automatically enable RHSC interruptsAlan Stern1-1/+0
2008-07-21USB: Au1xxx-usb: suspend/resume support.Manuel Lauss1-9/+50
2008-07-21USB: Au1xxx-usb: clean up ohci/ehci bus glue sources.Manuel Lauss1-169/+99
2008-07-10Fix name of Russell King in various commentsUwe Kleine-König1-1/+1
2008-07-06Revert "USB: don't explicitly reenable root-hub status interrupts"Linus Torvalds1-0/+1
2008-04-24USB: don't explicitly reenable root-hub status interruptsAlan Stern1-1/+0
2008-04-11usb host: fix platform driver hotplug/coldplugKay Sievers1-0/+1
2007-02-07ohci: Rework bus glue integration to allow several at onceSylvain Munaut1-16/+0
2006-12-20USB: ohci whitespace/comment fixupsDavid Brownell1-2/+2
2006-09-27USB: Properly unregister reboot notifier in case of failure in ehci hcdAleksey Gorelov1-0/+2
2006-09-27USB: OHCI avoids root hub timer pollingDavid Brownell1-4/+1
2006-08-11USB: removed a unbalanced #endif from ohci-au1xxx.cYoichi Yuasa1-1/+0
2006-07-12[PATCH] USB: au1200: EHCI and OHCI fixesDaniel Mack1-0/+1
2006-07-12[PATCH] USB: au1xxx: compile fixes for OHCI for au1200Domen Puncer1-2/+4
2006-07-02[PATCH] irq-flags: usb: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-03-20[PATCH] USB: OHCI for AU1200Jordan Crouse1-15/+87
2006-01-31[PATCH] USB: Au1xx0: replace casual readl() with au_readl() in the driversSergei Shtylylov1-1/+1
2006-01-08[PATCH] fix more missing includesTim Schmielau1-0/+1
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-17/+14
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+2
2005-10-28[PATCH] USB: add owner initialisation to host driversBen Dooks1-0/+1
2005-10-28[PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspendAlan Stern1-2/+2
2005-10-28[PATCH] all HCDs provide root hub suspend/resume methodsDavid Brownell1-0/+5
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+284