summaryrefslogtreecommitdiffstats
path: root/sys/dev/gpio
Commit message (Expand)AuthorAgeFilesLines
* Fix broken locking that I introduced in the previous commit.adrian2011-12-201-0/+2
* Remove these locks - they aren't strictly needed and cause measurableadrian2011-12-201-11/+0
* Modify the GPIO i2c bus code to allow for arbitrary data/clockadrian2011-12-041-14/+22
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-7/+4
* Get rid of D_PSEUDO.ed2011-10-181-3/+0
* Add a GPIO driver for the Gateworks Cambria platform.thompsa2010-11-112-2/+2
* Set the pin to output on attach, we can't assume it already is.thompsa2010-11-081-0/+3
* Fix legal staff in GPIO sources:gonzo2010-09-295-40/+70
* Initial GPIO bus support. Includes:gonzo2010-09-287-0/+1332
OpenPOWER on IntegriCloud