aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio
Commit message (Expand)AuthorAgeFilesLines
* MFC r274670, r274671, r276168:Luiz Otavio O Souza2015-02-144-14/+38
* MFC r274642, 274643:Luiz Otavio O Souza2015-02-143-32/+30
* MFC r274638:Luiz Otavio O Souza2015-02-143-2/+128
* MFC r273917, r273926:Luiz Otavio O Souza2015-02-145-66/+47
* MFC r273566, r273569:Luiz Otavio O Souza2015-02-143-48/+43
* MFC r270945:Ian Lepore2014-10-261-2/+2
* MFC r266922:Luiz Otavio O Souza2014-08-201-9/+16
* MFC r265012, r265191, r265289, r265310Luiz Otavio O Souza2014-05-154-56/+154
* MFC r258046, r258047, r258050, r259035, r259036, r259037, r261842, r261843,Luiz Otavio O Souza2014-05-155-27/+493
* 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