summaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioiic.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r266922:Luiz Otavio O Souza2014-08-201-9/+16
* MFC r258046, r258047, r258050, r259035, r259036, r259037, r261842, r261843,Luiz Otavio O Souza2014-05-151-7/+42
* 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
* Fix legal staff in GPIO sources:Oleksandr Tymoshenko2010-09-291-10/+11
* Initial GPIO bus support. Includes:Oleksandr Tymoshenko2010-09-281-0/+245