summaryrefslogtreecommitdiff
path: root/sys/arch/arm/xscale/pxa2x0_ohci.c
AgeCommit message (Expand)Author
2007-06-14unbreak tree after untested timeout.h deletionsTheo de Raadt
2007-03-24Call the new ohci_checkrev function on xscale, otherwise the USB versionChristopher Pascoe
2005-04-08clean up properly in the event of a failure during attach.David Gwynne
2005-04-05Argument to DELAY should be usecs, not hz.Christopher Pascoe
2005-04-03check powerhook_establish() result, and pass the correct softc to it.Uwe Stuehler
2005-03-30use the local powerhook, not the generic ohci one. suspend/resume now worksDavid Gwynne
2005-03-30extra gunk to make ohci suspend and resume work on the zaurusDavid Gwynne
2005-03-30make the powerhooks the responsibility of the bus ohci is attached toDavid Gwynne
2005-02-23shrinkDavid Gwynne
2005-02-19set the gpios in the right placeDavid Gwynne
2005-02-18remove all the cruft i had in there while trying to figure this stuff outDavid Gwynne
2005-02-17whitespace nitDavid Gwynne
2005-02-17a driver for the usb device controller. at the moment it only hardwires theDavid Gwynne
2005-02-14remove unused headers (you can guess what i based this code on) and makeDavid Gwynne
2005-02-12remove the need for duplicate knowledge between autoconfig and the driver.David Gwynne
2005-01-26only attach ohci on chips that actually have the controllerDavid Gwynne
2005-01-09intr_disestablishDavid Gwynne
2005-01-05missed a bit in the last commitDavid Gwynne
2005-01-05definitions of the extra registers for the usb host controller and codeDavid Gwynne
2005-01-04dont be lazy, use the proper define.Dale Rahn
2005-01-04USB support for C3000, much thanks to dlg@ for pxa2x0_ohci.cDale Rahn