summaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpio.c
AgeCommit message (Expand)Author
2009-08-29submatch functions used with config_found_sm() are required to invoke theMiod Vallat
2008-11-26Add my copyright here, too.Marc Balmer
2008-11-26Change the semantics of gpio(4) devices by locking down pinMarc Balmer
2008-11-24- Add two new ioctls to gpio(4), GPIOATTACH and GPIODETACH, to allow to attachMarc Balmer
2006-03-26Don't allow to change gpio pin state if /dev/gpio was openedAlexander Yurchenko
2006-01-14Add gpio_pin_caps() method to provide pin capabilities.Alexander Yurchenko
2006-01-05Finish framework for attaching kernel drivers to the GPIO pins.Alexander Yurchenko
2004-11-23Let gpio_detach() do something useful.Alexander Yurchenko
2004-11-22added detach function to support hotpluggable gpios.Reyk Floeter
2004-09-15Tweak in comment.Alexander Yurchenko
2004-06-03A framework for supporting various General Purpose Input/Output (GPIO)Alexander Yurchenko