index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpiolib-cdev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpiolib: cdev: clear debounce period if line set to output
Kent Gibson
2021-01-27
1
-0
/
+2
*
gpiolib: cdev: fix frame size warning in gpio_ioctl()
Kent Gibson
2021-01-03
1
-72
/
+73
*
Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Walleij
2020-12-09
1
-11
/
+22
|
\
|
*
gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread()
Kent Gibson
2020-10-30
1
-2
/
+3
|
*
gpiolib: cdev: document that line eflags are shared
Kent Gibson
2020-10-26
1
-11
/
+21
*
|
gpiolib: cdev: Flag invalid GPIOs as used
Marc Zyngier
2020-12-09
1
-0
/
+1
*
|
gpiolib: cdev: allow edge event timestamps to be configured as REALTIME
Kent Gibson
2020-12-05
1
-3
/
+18
*
|
gpiolib: Switch to use compat_need_64bit_alignment_fixup() helper
Andy Shevchenko
2020-10-28
1
-16
/
+8
|
/
*
Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2020-10-13
1
-53
/
+1261
|
\
|
*
gpiolib: cdev: switch from kstrdup() to kstrndup()
Kent Gibson
2020-10-08
1
-14
/
+13
|
*
gpiolib: cdev: support setting debounce
Kent Gibson
2020-09-30
1
-10
/
+237
|
*
gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTL
Kent Gibson
2020-09-30
1
-0
/
+61
|
*
gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTL
Kent Gibson
2020-09-30
1
-0
/
+88
|
*
gpiolib: cdev: support edge detection for uAPI v2
Kent Gibson
2020-09-30
1
-0
/
+277
|
*
gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WA...
Kent Gibson
2020-09-30
1
-28
/
+168
|
*
gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTL
Kent Gibson
2020-09-30
1
-0
/
+424
|
*
gpiolib: cdev: replace strncpy() with strscpy()
Kent Gibson
2020-09-30
1
-16
/
+7
|
*
gpiolib: cdev: gpio_desc_to_lineinfo() should set info offset
Kent Gibson
2020-09-30
1
-1
/
+2
*
|
gpiolib: Disable compat ->read() code in UML case
Andy Shevchenko
2020-10-07
1
-1
/
+1
*
|
gpiolib: Fix line event handling in syscall compatible mode
Andy Shevchenko
2020-09-17
1
-4
/
+30
|
/
*
gpiolib: cdev: refactor lineevent cleanup into lineevent_free
Kent Gibson
2020-07-12
1
-23
/
+21
*
gpiolib: cdev: refactor linehandle cleanup into linehandle_free
Kent Gibson
2020-07-12
1
-20
/
+19
*
gpiolib: cdev: remove recalculation of offset
Kent Gibson
2020-07-12
1
-13
/
+7
*
gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH
Kent Gibson
2020-07-12
1
-5
/
+5
*
gpiolib: cdev: rename priv to cdev
Kent Gibson
2020-07-12
1
-45
/
+45
*
gpiolib: cdev: use blocking notifier call chain instead of atomic
Kent Gibson
2020-07-12
1
-12
/
+12
*
gpiolib: cdev: remove pointless decrement of i
Kent Gibson
2020-07-12
1
-2
/
+0
*
gpiolib: cdev: rename numdescs to num_descs
Kent Gibson
2020-07-12
1
-10
/
+10
*
gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with othe...
Kent Gibson
2020-07-12
1
-35
/
+35
*
gpiolib: cdev: refactor gpiohandle_flags_to_desc_flags
Kent Gibson
2020-07-12
1
-41
/
+19
*
gpiolib: cdev: minor indentation fixes
Kent Gibson
2020-07-12
1
-14
/
+14
*
gpiolib: cdev: sort includes
Kent Gibson
2020-07-12
1
-11
/
+11
*
gpiolib: split character device into gpiolib-cdev
Kent Gibson
2020-06-20
1
-0
/
+1154