summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-cdev.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-53/+1261
2020-10-08gpiolib: cdev: switch from kstrdup() to kstrndup()Kent Gibson1-14/+13
2020-10-07gpiolib: Disable compat ->read() code in UML caseAndy Shevchenko1-1/+1
2020-09-30gpiolib: cdev: support setting debounceKent Gibson1-10/+237
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 Gibson1-0/+277
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: 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-17gpiolib: Fix line event handling in syscall compatible modeAndy Shevchenko1-4/+30
2020-07-12gpiolib: cdev: refactor lineevent cleanup into lineevent_freeKent Gibson1-23/+21
2020-07-12gpiolib: cdev: refactor linehandle cleanup into linehandle_freeKent Gibson1-20/+19
2020-07-12gpiolib: cdev: remove recalculation of offsetKent Gibson1-13/+7
2020-07-12gpiolib: cdev: fix minor race in GET_LINEINFO_WATCHKent Gibson1-5/+5
2020-07-12gpiolib: cdev: rename priv to cdevKent Gibson1-45/+45
2020-07-12gpiolib: cdev: use blocking notifier call chain instead of atomicKent Gibson1-12/+12
2020-07-12gpiolib: cdev: remove pointless decrement of iKent Gibson1-2/+0
2020-07-12gpiolib: cdev: rename numdescs to num_descsKent Gibson1-10/+10
2020-07-12gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with othe...Kent Gibson1-35/+35
2020-07-12gpiolib: cdev: refactor gpiohandle_flags_to_desc_flagsKent Gibson1-41/+19
2020-07-12gpiolib: cdev: minor indentation fixesKent Gibson1-14/+14
2020-07-12gpiolib: cdev: sort includesKent Gibson1-11/+11
2020-06-20gpiolib: split character device into gpiolib-cdevKent Gibson1-0/+1154