LinuxLists
Users
About
Kent Gibson (
[email protected]
)
Number of posts: 730 (0.44 per day)
First post: 2019-11-27 15:25:52
Last post: 2024-06-10 09:56:46
Next Page
Date
List
Subject
2024-06-10 09:56:46
linux-kernel
[PATCH 1/2] Documentation: gpio: Clarify effect of active low flag on line values
2024-06-10 09:24:15
linux-kernel
[PATCH 2/2] Documentation: gpio: Clarify effect of active low flag on line edges
2024-06-10 09:24:03
linux-kernel
[PATCH 0/2] Documentation: gpio: clarify that line values are logical
2024-05-29 13:22:13
linux-kernel
[PATCH v2 2/3] gpiolib: cdev: Refactor allocation of linereq events kfifo
2024-05-29 13:21:25
linux-kernel
[PATCH v2 3/3] gpiolib: cdev: Cleanup kfifo_out() error handling
2024-05-29 13:20:52
linux-kernel
[PATCH v2 1/3] gpiolib: cdev: Add INIT_KFIFO() for linereq events
2024-05-29 13:20:37
linux-kernel
[PATCH v2 0/3] gpiolib: cdev: tidy up kfifo handling
2024-05-29 11:44:39
linux-kernel
Re: [PATCH 3/3] gpiolib: cdev: Cleanup kfifo_out() error handling
2024-05-27 12:07:19
linux-kernel
[PATCH 3/3] gpiolib: cdev: Cleanup kfifo_out() error handling
2024-05-27 11:55:32
linux-kernel
[PATCH 2/3] gpiolib: cdev: Refactor allocation of linereq events kfifo
2024-05-27 11:55:24
linux-kernel
[PATCH 0/3] gpiolib: cdev: tidy up kfifo handling
2024-05-27 11:55:11
linux-kernel
[PATCH 1/3] gpiolib: cdev: Add INIT_KFIFO() for linereq events
2024-05-17 12:49:26
linux-kernel
Re: [PATCH v3] gpio: prevent potential speculation leaks in gpio_device_get_desc()
2024-05-17 09:40:14
linux-kernel
Re: [PATCH v2] gpio: prevent potential speculation leaks in gpio_device_get_desc()
2024-05-16 16:22:53
linux-kernel
Re: [PATCH] gpio: prevent potential speculation leaks in gpio_device_get_desc()
2024-05-16 15:34:19
linux-kernel
Re: [PATCH v1 1/1] gpio: Remove legacy API documentation
2024-05-16 14:55:56
linux-kernel
Re: [PATCH] gpio: prevent potential speculation leaks in gpio_device_get_desc()
2024-05-14 12:42:35
linux-kernel
Re: [PATCH] gpio: prevent potential speculation leaks in gpio_device_get_desc()
2024-05-14 12:15:30
linux-kernel
Re: [PATCH] gpiolib: cdev: fix uninitialised kfifo
2024-05-14 03:37:24
linux-kernel
Re: [PATCH] gpiolib: cdev: fix uninitialised kfifo
2024-05-10 07:00:24
linux-kernel
[PATCH] gpiolib: cdev: fix uninitialised kfifo
2024-05-06 10:43:30
linux-kernel
Re: [PATCH v1 1/1] gpiolib: Discourage to use formatting strings in line names
2024-05-02 01:51:38
linux-kernel
Re: [PATCH] gpiolib: cdev: Fix use after free in lineinfo_changed_notify
2024-04-27 00:48:36
linux-kernel
Re: WARNING: modpost: vmlinux: section mismatch in reference: ip_md_tunnel_xmit+0x9e (section: .text) -> .LBB102 (section: .init.text)
2024-04-04 10:59:58
linux-kernel
Re: [PATCH 1/2] gpio: cdev: fix missed label sanitizing in debounce_setup()
2024-04-03 13:16:20
linux-kernel
[PATCH 2/2] gpio: cdev: check for NULL labels when sanitizing them for irqs
2024-04-03 13:15:56
linux-kernel
[PATCH 1/2] gpio: cdev: fix missed label sanitizing in debounce_setup()
2024-04-03 13:15:44
linux-kernel
[PATCH 0/2] gpio: cdev: label sanitization fixes
2024-04-03 10:59:31
linux-kernel
Re: [PATCH] gpio: cdev: check for NULL labels when sanitizing them for irqs
2024-04-03 09:42:56
linux-kernel
Re: [PATCH] gpio: cdev: check for NULL labels when sanitizing them for irqs
2024-03-25 17:25:09
linux-kernel
Re: [PATCH v3] gpio: cdev: sanitize the label before requesting the interrupt
2024-03-22 12:04:46
linux-kernel
Re: [PATCH v2] gpio: cdev: sanitize the label before requesting the interrupt
2024-03-22 11:54:34
linux-kernel
Re: [PATCH] gpio: cdev: sanitize the label before requesting the interrupt
2024-03-22 11:18:55
linux-kernel
Re: [PATCH v2] gpio: cdev: sanitize the label before requesting the interrupt
2024-03-22 01:33:33
linux-kernel
Re: [PATCH] gpio: cdev: sanitize the label before requesting the interrupt
2024-03-05 00:26:10
linux-kernel
[PATCH] selftest: gpio: remove obsolete gpio-mockup test
2024-02-28 01:11:41
linux-kernel
Re: [PATCH v2 0/2] gpio-cdev: Release IRQ used by gpio-cdev on gpio chip removal
2024-02-22 01:05:45
linux-kernel
Re: [PATCH 2/2] gpiolib: cdev: release IRQs when the gpio chip device is removed
2024-02-22 00:58:05
linux-kernel
Re: [PATCH 2/2] gpiolib: cdev: release IRQs when the gpio chip device is removed
2024-02-21 00:56:11
linux-kernel
Re: [PATCH 2/2] gpiolib: cdev: release IRQs when the gpio chip device is removed
2024-02-21 00:26:10
linux-kernel
Re: [PATCH 2/2] gpiolib: cdev: release IRQs when the gpio chip device is removed
2024-02-20 14:31:18
linux-kernel
Re: [PATCH 2/2] gpiolib: cdev: release IRQs when the gpio chip device is removed
2024-02-15 01:07:47
linux-kernel
Re: [PATCH] gpio: uapi: clarify default_values being logical
2024-02-13 14:12:57
linux-kernel
[PATCH] Documentation: gpio: consistent use of logical line value terminology
2024-02-13 10:35:44
linux-kernel
Re: [PATCH] gpio: uapi: clarify default_values being logical
2024-02-12 10:06:07
linux-kernel
Re: [PATCH] gpio: uapi: clarify default_values being logical
2024-02-12 09:57:39
linux-kernel
Re: [PATCH v3 23/24] gpio: remove the RW semaphore from the GPIO device
2024-02-12 09:34:41
linux-kernel
[PATCH] Documentation: gpio: clarify sysfs line values are logical
2024-02-11 23:13:36
linux-kernel
Re: [PATCH] gpio: uapi: clarify default_values being logical
2024-02-11 10:15:58
linux-kernel
[PATCH] gpio: uapi: clarify default_values being logical
2024-02-10 05:37:47
linux-kernel
Re: [PATCH v3 23/24] gpio: remove the RW semaphore from the GPIO device