summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib-cdev.c
AgeCommit message (Expand)Author
2021-01-27gpiolib: cdev: fix frame size warning in gpio_ioctl()Kent Gibson
2020-10-13Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2020-10-08gpiolib: cdev: switch from kstrdup() to kstrndup()Kent Gibson
2020-10-07gpiolib: Disable compat ->read() code in UML caseAndy Shevchenko
2020-09-30gpiolib: cdev: support setting debounceKent Gibson
2020-09-30gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTLKent Gibson
2020-09-30gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTLKent Gibson
2020-09-30gpiolib: cdev: support edge detection for uAPI v2Kent Gibson
2020-09-30gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...Kent Gibson
2020-09-30gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTLKent Gibson
2020-09-30gpiolib: cdev: replace strncpy() with strscpy()Kent Gibson
2020-09-30gpiolib: cdev: gpio_desc_to_lineinfo() should set info offsetKent Gibson
2020-09-17gpiolib: Fix line event handling in syscall compatible modeAndy Shevchenko
2020-07-12gpiolib: cdev: refactor lineevent cleanup into lineevent_freeKent Gibson
2020-07-12gpiolib: cdev: refactor linehandle cleanup into linehandle_freeKent Gibson
2020-07-12gpiolib: cdev: remove recalculation of offsetKent Gibson
2020-07-12gpiolib: cdev: fix minor race in GET_LINEINFO_WATCHKent Gibson
2020-07-12gpiolib: cdev: rename priv to cdevKent Gibson
2020-07-12gpiolib: cdev: use blocking notifier call chain instead of atomicKent Gibson
2020-07-12gpiolib: cdev: remove pointless decrement of iKent Gibson
2020-07-12gpiolib: cdev: rename numdescs to num_descsKent Gibson
2020-07-12gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with othe...Kent Gibson
2020-07-12gpiolib: cdev: refactor gpiohandle_flags_to_desc_flagsKent Gibson
2020-07-12gpiolib: cdev: minor indentation fixesKent Gibson
2020-07-12gpiolib: cdev: sort includesKent Gibson
2020-06-20gpiolib: split character device into gpiolib-cdevKent Gibson