aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/gpio.h
Commit message (Expand)AuthorAgeFilesLines
* Provide userland notification of gpio pin changes ("userland gpio interrupts").Ian Lepore2020-12-121-4/+60
* SPDX: Fix some cases wrongly attributed to MIT.Pedro F. Giffuni2017-11-301-1/+1
* sys/sys: 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/+69
* GPIO: Add support for gpio pin interrupts.Michal Meloun2016-04-281-10/+20
* Add a new ioctl to allow the setting of GPIO pin names.Luiz Otavio O Souza2015-03-081-0/+1
* Initial GPIO bus support. Includes:Oleksandr Tymoshenko2010-09-281-0/+97