aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioc.c
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END instead of its value to indicate end of methods tableOleksandr Tymoshenko2016-05-111-1/+1
* Add a new ioctl to allow the setting of GPIO pin names.Luiz Otavio O Souza2015-03-081-1/+12
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-181-8/+10
* Remove extra semicolon which rendered condition uselessOleksandr Tymoshenko2012-04-021-1/+1
* Get rid of D_PSEUDO.Ed Schouten2011-10-181-3/+0
* Add a GPIO driver for the Gateworks Cambria platform.Andrew Thompson2010-11-111-1/+1
* Fix legal staff in GPIO sources:Oleksandr Tymoshenko2010-09-291-0/+26
* Initial GPIO bus support. Includes:Oleksandr Tymoshenko2010-09-281-0/+174