- 37644ca Merge tag 'gpio-updates-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 2 years, 7 months ago
- 272ddba gpiolib: cdev: compile out HTE unless CONFIG_HTE selected by Kent Gibson · 2 years, 7 months ago
- b1a92e9 gpiolib: cdev: consolidate edge detector configuration flags by Kent Gibson · 2 years, 7 months ago
- 2422023 gpiolib: cdev: simplify line event identification by Kent Gibson · 2 years, 7 months ago
- cfa5346 gpiolib: cdev: replace if-else chains with switches by Kent Gibson · 2 years, 7 months ago
- 2487a81 gpiolib: cdev: simplify parameter in call to hte_edge_setup by Kent Gibson · 2 years, 7 months ago
- 160d6e4 gpiolib: cdev: simplify linereq_free by Kent Gibson · 2 years, 7 months ago
- 80e19f3 Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux by Linus Torvalds · 2 years, 7 months ago
- c8e27a4a gpiolib: cdev: fix null pointer dereference in linereq_free() by Kent Gibson · 2 years, 8 months ago
- 85ff37e gpiolib: cdev: Fix kernel doc for struct line by Andy Shevchenko · 2 years, 9 months ago
- 2981436 Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux by Linus Torvalds · 2 years, 9 months ago
- 2068339 gpiolib: cdev: Add hardware timestamp clock type by Dipen Patel · 2 years, 10 months ago
- 1cef8b5 gpiolib: Get rid of redundant 'else' by Andy Shevchenko · 2 years, 11 months ago
- 95a4eed gpiolib: Never return internal error codes to user space by Andy Shevchenko · 3 years, 1 month ago
- cb8f63b gpiolib: cdev: zero padding during conversion to gpioline_info_changed by Gabriel Knezek · 3 years, 8 months ago
- 03a58ea gpiolib: cdev: clear debounce period if line set to output by Kent Gibson · 4 years, 1 month ago
- 2e202ad gpiolib: cdev: fix frame size warning in gpio_ioctl() by Kent Gibson · 4 years, 2 months ago
- 40b3700 Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into devel by Linus Walleij · 4 years, 2 months ago
- a0db197 gpiolib: cdev: Flag invalid GPIOs as used by Marc Zyngier · 4 years, 3 months ago
- 26d060e gpiolib: cdev: allow edge event timestamps to be configured as REALTIME by Kent Gibson · 4 years, 4 months ago
- 5e2ca89 gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread() by Kent Gibson · 4 years, 4 months ago
- 163d171 gpiolib: Switch to use compat_need_64bit_alignment_fixup() helper by Andy Shevchenko · 4 years, 4 months ago
- 3ffb7c4 gpiolib: cdev: document that line eflags are shared by Kent Gibson · 4 years, 4 months ago
- 0486bea Merge tag 'gpio-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 4 months ago
- f188ac12 gpiolib: cdev: switch from kstrdup() to kstrndup() by Kent Gibson · 4 years, 5 months ago
- 47e538d gpiolib: Disable compat ->read() code in UML case by Andy Shevchenko · 4 years, 5 months ago
- 65cff70 gpiolib: cdev: support setting debounce by Kent Gibson · 4 years, 5 months ago
- 7b8e00d9 gpiolib: cdev: support GPIO_V2_LINE_SET_VALUES_IOCTL by Kent Gibson · 4 years, 5 months ago
- a54756c gpiolib: cdev: support GPIO_V2_LINE_SET_CONFIG_IOCTL by Kent Gibson · 4 years, 5 months ago
- 73e0341 gpiolib: cdev: support edge detection for uAPI v2 by Kent Gibson · 4 years, 5 months ago
- aad9558 gpiolib: cdev: support GPIO_V2_GET_LINEINFO_IOCTL and GPIO_V2_GET_LINEINFO_WATCH_IOCTL by Kent Gibson · 4 years, 5 months ago
- 3c0d9c6 gpiolib: cdev: support GPIO_V2_GET_LINE_IOCTL and GPIO_V2_LINE_GET_VALUES_IOCTL by Kent Gibson · 4 years, 5 months ago
- 69e4e13 gpiolib: cdev: replace strncpy() with strscpy() by Kent Gibson · 4 years, 5 months ago
- 0dc11e3 gpiolib: cdev: gpio_desc_to_lineinfo() should set info offset by Kent Gibson · 4 years, 5 months ago
- 5ad284a gpiolib: Fix line event handling in syscall compatible mode by Andy Shevchenko · 4 years, 5 months ago
- 4682427 gpiolib: cdev: refactor lineevent cleanup into lineevent_free by Kent Gibson · 4 years, 8 months ago
- 883f919 gpiolib: cdev: refactor linehandle cleanup into linehandle_free by Kent Gibson · 4 years, 8 months ago
- 1bf7ba4 gpiolib: cdev: remove recalculation of offset by Kent Gibson · 4 years, 8 months ago
- f30ef3e gpiolib: cdev: fix minor race in GET_LINEINFO_WATCH by Kent Gibson · 4 years, 8 months ago
- e2b781c5 gpiolib: cdev: rename priv to cdev by Kent Gibson · 4 years, 8 months ago
- 6accc37 gpiolib: cdev: use blocking notifier call chain instead of atomic by Kent Gibson · 4 years, 8 months ago
- 0cdc85a gpiolib: cdev: remove pointless decrement of i by Kent Gibson · 4 years, 8 months ago
- 52b7b59 gpiolib: cdev: rename numdescs to num_descs by Kent Gibson · 4 years, 8 months ago
- 49bc527 gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with other use by Kent Gibson · 4 years, 8 months ago
- c274b58 gpiolib: cdev: refactor gpiohandle_flags_to_desc_flags by Kent Gibson · 4 years, 8 months ago
- a18512e gpiolib: cdev: minor indentation fixes by Kent Gibson · 4 years, 8 months ago
- d189f62 gpiolib: cdev: sort includes by Kent Gibson · 4 years, 8 months ago
- 925ca36 gpiolib: split character device into gpiolib-cdev by Kent Gibson · 4 years, 8 months ago