index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
/
xscale
/
pxa2x0_ohci.c
Age
Commit message (
Expand
)
Author
2007-06-14
unbreak tree after untested timeout.h deletions
Theo de Raadt
2007-03-24
Call the new ohci_checkrev function on xscale, otherwise the USB version
Christopher Pascoe
2005-04-08
clean up properly in the event of a failure during attach.
David Gwynne
2005-04-05
Argument to DELAY should be usecs, not hz.
Christopher Pascoe
2005-04-03
check powerhook_establish() result, and pass the correct softc to it.
Uwe Stuehler
2005-03-30
use the local powerhook, not the generic ohci one. suspend/resume now works
David Gwynne
2005-03-30
extra gunk to make ohci suspend and resume work on the zaurus
David Gwynne
2005-03-30
make the powerhooks the responsibility of the bus ohci is attached to
David Gwynne
2005-02-23
shrink
David Gwynne
2005-02-19
set the gpios in the right place
David Gwynne
2005-02-18
remove all the cruft i had in there while trying to figure this stuff out
David Gwynne
2005-02-17
whitespace nit
David Gwynne
2005-02-17
a driver for the usb device controller. at the moment it only hardwires the
David Gwynne
2005-02-14
remove unused headers (you can guess what i based this code on) and make
David Gwynne
2005-02-12
remove the need for duplicate knowledge between autoconfig and the driver.
David Gwynne
2005-01-26
only attach ohci on chips that actually have the controller
David Gwynne
2005-01-09
intr_disestablish
David Gwynne
2005-01-05
missed a bit in the last commit
David Gwynne
2005-01-05
definitions of the extra registers for the usb host controller and code
David Gwynne
2005-01-04
dont be lazy, use the proper define.
Dale Rahn
2005-01-04
USB support for C3000, much thanks to dlg@ for pxa2x0_ohci.c
Dale Rahn