summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib-cdev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2020-10-131-53/+1261
|\
| * gpiolib: cdev: switch from kstrdup() to kstrndup()Kent Gibson2020-10-081-14/+13
| * gpiolib: cdev: support setting debounceKent Gibson2020-09-301-10/+237
| * gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTLKent Gibson2020-09-301-0/+61
| * gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTLKent Gibson2020-09-301-0/+88
| * gpiolib: cdev: support edge detection for uAPI v2Kent Gibson2020-09-301-0/+277
| * gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...Kent Gibson2020-09-301-28/+168
| * gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTLKent Gibson2020-09-301-0/+424
| * gpiolib: cdev: replace strncpy() with strscpy()Kent Gibson2020-09-301-16/+7
| * gpiolib: cdev: gpio_desc_to_lineinfo() should set info offsetKent Gibson2020-09-301-1/+2
* | gpiolib: Disable compat ->read() code in UML caseAndy Shevchenko2020-10-071-1/+1
* | gpiolib: Fix line event handling in syscall compatible modeAndy Shevchenko2020-09-171-4/+30
|/
* gpiolib: cdev: refactor lineevent cleanup into lineevent_freeKent Gibson2020-07-121-23/+21
* gpiolib: cdev: refactor linehandle cleanup into linehandle_freeKent Gibson2020-07-121-20/+19
* gpiolib: cdev: remove recalculation of offsetKent Gibson2020-07-121-13/+7
* gpiolib: cdev: fix minor race in GET_LINEINFO_WATCHKent Gibson2020-07-121-5/+5
* gpiolib: cdev: rename priv to cdevKent Gibson2020-07-121-45/+45
* gpiolib: cdev: use blocking notifier call chain instead of atomicKent Gibson2020-07-121-12/+12
* gpiolib: cdev: remove pointless decrement of iKent Gibson2020-07-121-2/+0
* gpiolib: cdev: rename numdescs to num_descsKent Gibson2020-07-121-10/+10
* gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with othe...Kent Gibson2020-07-121-35/+35
* gpiolib: cdev: refactor gpiohandle_flags_to_desc_flagsKent Gibson2020-07-121-41/+19
* gpiolib: cdev: minor indentation fixesKent Gibson2020-07-121-14/+14
* gpiolib: cdev: sort includesKent Gibson2020-07-121-11/+11
* gpiolib: split character device into gpiolib-cdevKent Gibson2020-06-201-0/+1154