summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-08gpiolib: cdev: switch from kstrdup() to kstrndup()Kent Gibson1-14/+13
2020-10-08docs: gpio: add a new document to its index.rstMauro Carvalho Chehab1-0/+1
2020-09-30gpio: pca953x: Add support for the NXP PCAL9554B/CMike Looijmans1-0/+2
2020-09-30tools: gpio: add debounce support to gpio-event-monKent Gibson1-3/+17
2020-09-30tools: gpio: add multi-line monitoring to gpio-event-monKent Gibson1-11/+34
2020-09-30tools: gpio: port gpio-event-mon to v2 uAPIKent Gibson1-44/+47
2020-09-30tools: gpio: port gpio-hammer to v2 uAPIKent Gibson3-45/+197
2020-09-30tools: gpio: rename nlines to num_linesKent Gibson3-26/+26
2020-09-30tools: gpio: port gpio-watch to v2 uAPIKent Gibson1-8/+8
2020-09-30tools: gpio: port lsgpio to v2 uAPIKent Gibson1-22/+38
2020-09-30gpio: uapi: document uAPI v1 as deprecatedKent Gibson1-0/+26
2020-09-30gpiolib: cdev: support setting debounceKent Gibson3-10/+244
2020-09-30gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTLKent Gibson1-0/+61
2020-09-30gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTLKent Gibson1-0/+88
2020-09-30gpiolib: cdev: support edge detection for uAPI v2Kent Gibson3-0/+281
2020-09-30gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...Kent Gibson1-28/+168
2020-09-30gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTLKent Gibson1-0/+424
2020-09-30gpiolib: add build option for CDEV v1 ABIKent Gibson1-0/+12
2020-09-30gpiolib: make cdev a build optionKent Gibson3-3/+31
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-09-30gpiolib: cdev: replace strncpy() with strscpy()Kent Gibson1-16/+7
2020-09-30gpiolib: cdev: gpio_desc_to_lineinfo() should set info offsetKent Gibson1-1/+2
2020-09-30gpio: mockup: refactor the module init functionBartosz Golaszewski1-47/+49
2020-09-30gpio: mockup: use the generic 'gpio-line-names' propertyBartosz Golaszewski1-32/+38
2020-09-30gpio: mockup: pass the chip label as device propertyBartosz Golaszewski1-9/+8
2020-09-30gpio: mockup: increase the number of supported device propertiesBartosz Golaszewski1-2/+2
2020-09-30gpio: mockup: remove unneeded return statementBartosz Golaszewski1-2/+0
2020-09-30gpio: mockup: use pr_fmt()Bartosz Golaszewski1-4/+4
2020-09-30gpio: mockup: use KBUILD_MODNAMEBartosz Golaszewski1-4/+3
2020-09-30gpio: mockup: drop unneeded includesBartosz Golaszewski1-2/+0