aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/gpio.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-04gpiolib: cdev: Add hardware timestamp clock typeDipen Patel1-0/+3
2021-02-15gpio: uapi: use the preferred SPDX license identifierBartosz Golaszewski1-1/+1
2021-02-15gpio: uapi: fix line info flags descriptionKent Gibson1-1/+1
2020-12-05gpiolib: cdev: allow edge event timestamps to be configured as REALTIMEKent Gibson1-3/+9
2020-10-28gpio: uapi: clarify the meaning of 'empty' char arraysKent Gibson1-3/+3
2020-10-28gpio: uapi: remove whitespaceKent Gibson1-1/+1
2020-10-28gpio: uapi: kernel-doc formatting improvementsKent Gibson1-46/+47
2020-10-28gpio: uapi: comment consistencyKent Gibson1-1/+1
2020-10-28gpio: uapi: fix kernel-doc warningsKent Gibson1-1/+2
2020-09-30gpio: uapi: document uAPI v1 as deprecatedKent Gibson1-0/+26
2020-09-30gpio: uapi: define uAPI v2Kent Gibson1-7/+284
2020-09-30gpio: uapi: define GPIO_MAX_NAME_SIZE for array sizesKent Gibson1-6/+11
2020-07-12gpio: uapi: fix misplaced comment lineKent Gibson1-1/+1
2020-03-25gpio: uapi: Improve phrasing around arrays representing empty stringsJonathan Neuschäfer1-4/+4
2020-02-12gpiolib: add new ioctl() for monitoring changes in line infoBartosz Golaszewski1-0/+30
2019-11-12gpio: add new SET_CONFIG ioctl() to gpio chardevKent Gibson1-0/+18
2019-11-12gpiolib: add support for disabling line biasKent Gibson1-0/+2
2019-11-12gpio: expose pull-up/pull-down line flags to userspaceDrew Fustini1-0/+4
2018-09-13gpio: uapi: Grammar s/array/array of/Geert Uytterhoeven1-1/+1
2017-11-02License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman1-0/+1
2016-06-15gpio: userspace ABI for reading GPIO line eventsLinus Walleij1-5/+49
2016-06-15gpio: userspace ABI for reading/writing GPIO linesLinus Walleij1-3/+58
2016-03-10gpio: uapi: use 0xB4 as ioctl() majorLinus Walleij1-2/+2
2016-02-25gpio: present the consumer of a line to userspaceLinus Walleij1-10/+12
2016-02-19gpio: add userspace ABI for GPIO line informationLinus Walleij1-0/+26
2016-02-19gpio: store reflect the label to userspaceLinus Walleij1-0/+2
2016-02-09gpio: add a userspace chardev ABI for GPIOsLinus Walleij1-0/+28