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_gpio.c
Age
Commit message (
Expand
)
Author
2008-05-19
Change all remaining MD uses of MALLOC and FREE into proper malloc() and
Miod Vallat
2008-05-15
Remove commented out NetBSD __KERNEL_RCSID macro usage.
Brad Smith
2005-06-16
GPIO generates many shared interrupts, eg disk (cf) and network (other cf)
Dale Rahn
2005-04-08
- manipulate the proper event counter in pxagpio_intr1
Uwe Stuehler
2005-02-23
A healthy dose of 'die static'.
Dale Rahn
2005-02-22
Interrupt naming as provided by other interrupt handlers.
Dale Rahn
2005-02-17
allow intr_establish to be used with any in gpio
David Gwynne
2005-01-24
fix a couple of comments
David Gwynne
2005-01-21
Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment,
Miod Vallat
2005-01-17
Interrupts which are handled by the second level interrupt handler gpio
Dale Rahn
2005-01-13
'quick' function for actual gpio operations, set/clear/read, setdir, clearirq
Dale Rahn
2005-01-11
opps
Dale Rahn
2005-01-11
first cut at interrupt stats.
Dale Rahn
2005-01-10
Correctly limit interrupts on the 'last' register, added support to
Dale Rahn
2005-01-09
Handle the rest of the interrupts.
Dale Rahn
2005-01-04
use the new intr_disestablish code.
Dale Rahn
2005-01-04
Initialize pxa270 gpio bits. This needs to be conditional on CPU==pxa270
Dale Rahn
2005-01-04
Add name argument to pxa2x0_intr_establish, which is standard for openbsd
Dale Rahn
2005-01-02
OpenBSD tags
Dale Rahn
2004-12-30
xscale bits, taken from NetBSD with modifications as appropriate for OpenBSD.
Dale Rahn