aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gpio/gpioc.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: mark more INVARIANTS variables as __diagusedDimitry Andric2022-08-141-1/+2
* gpio: mark INVARIANTS variables as __diagusedEd Maste2022-08-101-2/+3
* Remove unused gpioc_devclass.John Baldwin2022-05-091-3/+1
* gpioc_detach: fix freeing of wrong pointersAndriy Gapon2021-03-231-1/+1
* Variable declarations are since C99 and r363250 allowed inside for-loops.Hans Petter Selasky2021-01-131-4/+2
* Fix for off-by-one in GPIO driver after r368585.Hans Petter Selasky2021-01-131-2/+4
* Provide userland notification of gpio pin changes ("userland gpio interrupts").Ian Lepore2020-12-121-74/+908
* 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