gpio - gpio framework, initial commit
authorAlex Hornung <ahornung@gmail.com>
Sun, 4 Oct 2009 12:09:33 +0000 (13:09 +0100)
committerAlex Hornung <ahornung@gmail.com>
Sun, 4 Oct 2009 13:01:59 +0000 (14:01 +0100)
commita0e087c360c37449ce8304aeafa6cd59067202a8
tree0d87033b719a7f8c544cb663aa3140be745d382e
parent75ec855c518e2f122ddd29b19c3e725f3296c211
gpio - gpio framework, initial commit

* Initial commit of the new gpio framework,including a sample gpio
  consumer driver, gpio_led.
  While the framework is not directly based on OpenBSD's, some
  structures and other similarities have been taken over to ease porting
  of gpio drivers from OpenBSD.

Partially-Obtained-from: OpenBSD
sys/dev/misc/gpio/gpio.c [new file with mode: 0644]
sys/dev/misc/gpio/gpio.h [new file with mode: 0644]
sys/dev/misc/gpio/gpio_led.c [new file with mode: 0644]