NetBSD/share
thorpej b936dffb43 Overhaul of GPIO interrupt support (that wasn't even used by anything).
- Remove the old, not-expressive-enough interrupt flags, and replace them
  with a new set of interrupt-specific flags that can express a wide
  variety of interrupt configurations (pos, neg, and double-edge, high
  and low level).
- Remove old, unused gpio_pin_ctl_intr() and gpio_pin_irqen(), and
  replace them with gpio_intr_establish(), gpio_intr_disestablish(),
  and gpio_intr_str().  Corresponding fields in the gpio_chipset_tag
  are also added for back-end controllers, which now handle the actual
  dispatch of GPIO interrupts in order to properly support level-triggered
  interrupts as well as interoperate properly with FDT-registered
  interrupts.

Piggy-back on the 8.99.18 version bump.

Inspired by initial work from Brad Spencer.
PR kern/51676
2018-05-19 13:59:06 +00:00
..
dict Re-apply 1.35 which was accidentally reverted in 1.49 2018-04-19 08:39:18 +00:00
doc
examples Remove port-acorn26 2018-01-24 09:04:40 +00:00
i18n
legal
locale
man Overhaul of GPIO interrupt support (that wasn't even used by anything). 2018-05-19 13:59:06 +00:00
me
misc Add another APM, advanced power management. 2018-05-13 18:52:00 +00:00
mk Document that EXTERNAL_TOOLCHAIN should be used together with HAVE_GCC 2018-05-09 22:24:01 +00:00
nls
tabset
terminfo
tmac
wscons
xml
Makefile
Makefile.inc