aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioc.c
Commit message (Expand)AuthorAgeFilesLines
* Provide userland notification of gpio pin changes ("userland gpio interrupts").Ian Lepore2020-12-121-67/+901
* Fix typo: the 4th argument to GPIO_PIN_ACCESS_32 is the set of pins toIan Lepore2019-04-251-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add gpio methods to read/write/configure up to 32 pins simultaneously.Ian Lepore2017-09-101-0/+12
* Convert gpioc to use the make_dev_s(9) KPI. This fix a possible race whereLuiz Otavio O Souza2017-01-081-5/+12
* 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