freebsd-src/sys/dev/gpio
Andrew Thompson 54873b4cd6 Add a GPIO driver for the Gateworks Cambria platform.
The external gpio pins are connected to a PLD on the i2c bus, unfortunatley
this device does not conform by failing to send an ack after each byte written.
The iicbb driver will abort the transfer when the address is not ack'd and it
would introduce a lot of churn to be able to pass a flag down to
iicbb_start/iicbb_write. Instead we do bad things by grabbing the iicbus but
then doing our own bit banging.
2010-11-11 20:18:33 +00:00
..
gpio_if.m
gpiobus.c Add a GPIO driver for the Gateworks Cambria platform. 2010-11-11 20:18:33 +00:00
gpiobus_if.m
gpiobusvar.h
gpioc.c Add a GPIO driver for the Gateworks Cambria platform. 2010-11-11 20:18:33 +00:00
gpioiic.c
gpioled.c Set the pin to output on attach, we can't assume it already is. 2010-11-08 03:08:01 +00:00