summaryrefslogtreecommitdiffstats
path: root/sys/dev/gpio
Commit message (Expand)AuthorAgeFilesLines
* MFC r274670, r274671, r276168:loos2015-02-144-14/+38
* MFC r274642, 274643:loos2015-02-143-32/+30
* MFC r274638:loos2015-02-143-2/+128
* MFC r273917, r273926:loos2015-02-145-66/+47
* MFC r273566, r273569:loos2015-02-143-48/+43
* MFC r270945:ian2014-10-261-2/+2
* MFC r266922:loos2014-08-201-9/+16
* MFC r265012, r265191, r265289, r265310loos2014-05-154-56/+154
* MFC r258046, r258047, r258050, r259035, r259036, r259037, r261842, r261843,loos2014-05-155-27/+493
* Minor printf nit to keep out cleansbruno2013-09-051-1/+1
* Properly free gpiobus ivars when gpiobus_parse_pins() fails and also onloos2013-08-281-4/+18
* Style fixesgonzo2012-11-231-4/+3
* Remove extra semicolon which rendered condition uselessgonzo2012-04-021-1/+1
* 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