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