summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-devres.c (unfollow)
Commit message (Expand)AuthorFilesLines
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