aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio
Commit message (Expand)AuthorAgeFilesLines
* Minor printf nit to keep out cleanSean Bruno2013-09-051-1/+1
* Properly free gpiobus ivars when gpiobus_parse_pins() fails and also onLuiz Otavio O Souza2013-08-281-4/+18
* Style fixesOleksandr Tymoshenko2012-11-231-4/+3
* Remove extra semicolon which rendered condition uselessOleksandr Tymoshenko2012-04-021-1/+1
* Fix broken locking that I introduced in the previous commit.Adrian Chadd2011-12-201-0/+2
* Remove these locks - they aren't strictly needed and cause measurableAdrian Chadd2011-12-201-11/+0
* Modify the GPIO i2c bus code to allow for arbitrary data/clockAdrian Chadd2011-12-041-14/+22
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-221-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-191-7/+4
* Get rid of D_PSEUDO.Ed Schouten2011-10-181-3/+0
* Add a GPIO driver for the Gateworks Cambria platform.Andrew Thompson2010-11-112-2/+2
* Set the pin to output on attach, we can't assume it already is.Andrew Thompson2010-11-081-0/+3
* Fix legal staff in GPIO sources:Oleksandr Tymoshenko2010-09-295-40/+70
* Initial GPIO bus support. Includes:Oleksandr Tymoshenko2010-09-287-0/+1332