Show patches with: Submitter = Kent Gibson       |   328 patches
« 1 2 3 4 »
Patch Series S/W/F Date Submitter Delegate State
[01/22] gpiolib: move gpiolib-sysfs function declarations into their own header [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson Accepted
[03/22] gpiolib: cdev: minor indentation fixes [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson Accepted
[05/22] gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with other use [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson Accepted
[07/22] gpiolib: cdev: remove pointless decrement of i [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson Accepted
[09/22] gpiolib: cdev: rename priv to gcdev [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson Accepted
[11/22] gpiolib: cdev: remove recalculation of offset [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson New
[1/2] gpio: cdev: fix missed label sanitizing in debounce_setup() [1/2] gpio: cdev: fix missed label sanitizing in debounce_setup() --- 2024-04-03 Kent Gibson New
[1/2] gpiolib: cdev: fix -Wmissing-prototypes warnings [1/2] gpiolib: cdev: fix -Wmissing-prototypes warnings --- 2020-06-12 Kent Gibson New
[13/22] gpio: uapi: define uAPI V2 [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson New
[1/3] bindings: cxx: tests: add tests for bulk events get_values [1/3] bindings: cxx: tests: add tests for bulk events get_values --- 2020-06-17 Kent Gibson New
[1/3] gpiolib: cdev: allow edge event timestamps to be configured as REALTIME gpiolib: cdev: allow edge event timestamps to be configured as REALTIME --- 2020-10-14 Kent Gibson Superseded
[1/4] gpiolib: cdev: include overflow.h gpiolib: cdev: guard tidying --- 2023-12-20 Kent Gibson Accepted
[1/4] gpiolib: cdev: relocate debounce_period_us from struct gpio_desc gpiolib: cdev: relocate debounce_period_us --- 2023-12-12 Kent Gibson New
[15/22] gpiolib: add build option for CDEV V1 ABI [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson Superseded
[1/5] gpio: uapi: fix kernel-doc warnings gpio: uapi: documentation improvements --- 2020-10-05 Kent Gibson Accepted
[1/5] gpio: uapi: improve description of fd fields gpio: uapi: documentation improvements --- 2024-01-09 Kent Gibson Accepted
[17/22] gpiolib: cdev: report edge detection in lineinfo [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson New
[1/7] Documentation: gpio: add chardev userspace API documentation Documentation: gpio: add character device userspace API documentation --- 2024-01-09 Kent Gibson Superseded
[18/22] gpiolib: cdev: support setting debounce [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson New
[21/22] tools: gpio: add debounce support to gpio-event-mon [01/22] gpiolib: move gpiolib-sysfs function declarations into their own header --- 2020-06-23 Kent Gibson New
[2/2] tools: gpio: fix %llu warning in gpio-watch.c tools: gpio: fix %llu warnings --- 2021-01-07 Kent Gibson Accepted
[2/3] selftests: gpio: fix uninitialised variable warning selftests: gpio: fix minor build issues --- 2021-11-08 Kent Gibson Accepted
[2/3] tools: gpio: add support for reporting realtime event clock to lsgpio gpiolib: cdev: allow edge event timestamps to be configured as REALTIME --- 2020-10-14 Kent Gibson Superseded
[2/4] gpiolib: cdev: allocate linereq using kvzalloc() gpiolib: cdev: guard tidying --- 2023-12-20 Kent Gibson Superseded
[2/4] gpiolib: remove debounce_period_us from struct gpio_desc gpiolib: cdev: relocate debounce_period_us --- 2023-12-12 Kent Gibson Superseded
[2/5] gpio: uapi: clarify hte references gpio: uapi: documentation improvements --- 2024-01-09 Kent Gibson Accepted
[2/5] gpio: uapi: comment consistency gpio: uapi: documentation improvements --- 2020-10-05 Kent Gibson Accepted
[2/7] Documentation: gpio: move sysfs into a deprecated section Documentation: gpio: add character device userspace API documentation --- 2024-01-09 Kent Gibson New
[2/7] selftests: gpio: remove obsolete gpio-mockup-chardev.c selftests: gpio: rework and port to GPIO uAPI v2 --- 2021-01-02 Kent Gibson Superseded
[3/3] core: fix gpiod_line_get_value_bulk for events [1/3] bindings: cxx: tests: add tests for bulk events get_values --- 2020-06-17 Kent Gibson New
[3/3] tools: gpio: add option to report wall-clock time to gpio-event-mon gpiolib: cdev: allow edge event timestamps to be configured as REALTIME --- 2020-10-14 Kent Gibson Accepted
[3/4] gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo() gpiolib: cdev: relocate debounce_period_us --- 2023-12-12 Kent Gibson Superseded
[3/4] gpiolib: cdev: replace locking wrappers for config_mutex with guards gpiolib: cdev: guard tidying --- 2023-12-20 Kent Gibson Accepted
[3/5] gpio: uapi: drop trailing period from one sentence descriptions gpio: uapi: documentation improvements --- 2024-01-09 Kent Gibson Accepted
[3/5] gpio: uapi: kernel-doc formatting improvements gpio: uapi: documentation improvements --- 2020-10-05 Kent Gibson Accepted
[3/7] Documentation: gpio: update sysfs documentation to reference new chardev doc Documentation: gpio: add character device userspace API documentation --- 2024-01-09 Kent Gibson New
[4/4] gpiolib: cdev: improve documentation of get/set values gpiolib: cdev: relocate debounce_period_us --- 2023-12-12 Kent Gibson Superseded
[4/4] gpiolib: cdev: replace locking wrappers for gpio_device with guards gpiolib: cdev: guard tidying --- 2023-12-20 Kent Gibson New
[4/5] gpio: uapi: document possible values of gpioevent_data.id gpio: uapi: documentation improvements --- 2024-01-09 Kent Gibson Accepted
[4/5] gpio: uapi: remove whitespace gpio: uapi: documentation improvements --- 2020-10-05 Kent Gibson Accepted
[4/7] Documentation: gpio: add chardev v1 userspace API documentation Documentation: gpio: add character device userspace API documentation --- 2024-01-09 Kent Gibson Superseded
[4/7] selftests: remove obsolete gpio references from kselftest_deps.sh selftests: gpio: rework and port to GPIO uAPI v2 --- 2021-01-02 Kent Gibson Superseded
[5/5] gpio: uapi: clarify the meaning of 'empty' char arrays gpio: uapi: documentation improvements --- 2020-10-05 Kent Gibson Accepted
[5/5] gpio: uapi: clarify using v2 rather than v1 gpio: uapi: documentation improvements --- 2024-01-09 Kent Gibson Accepted
[5/7] Documentation: gpio: capitalize GPIO in index title Documentation: gpio: add character device userspace API documentation --- 2024-01-09 Kent Gibson Superseded
[6/7] Documentation: gpio: document gpio-mockup as obsoleted by gpio-sim Documentation: gpio: add character device userspace API documentation --- 2024-01-09 Kent Gibson Superseded
[6/7] selftests: gpio: port to GPIO uAPI v2 selftests: gpio: rework and port to GPIO uAPI v2 --- 2021-01-02 Kent Gibson Superseded
[7/7] Documentation: gpio: move gpio-mockup into deprecated section Documentation: gpio: add character device userspace API documentation --- 2024-01-09 Kent Gibson New
Documentation: gpio: clarify sysfs line values are logical Documentation: gpio: clarify sysfs line values are logical --- 2024-02-12 Kent Gibson Accepted
Documentation: gpio: describe uAPI behaviour when hardware doesn't support requested config Documentation: gpio: describe uAPI behaviour when hardware doesn't support requested config --- 2024-01-23 Kent Gibson Accepted
gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread() gpiolib: cdev: add GPIO_V2_LINE_FLAG_EDGE_BOTH and use it in edge_irq_thread() --- 2020-10-29 Kent Gibson Accepted
gpiolib: cdev: document that line eflags are shared gpiolib: cdev: document that line eflags are shared --- 2020-10-14 Kent Gibson Superseded
gpiolib: cdev: fix uninitialised kfifo gpiolib: cdev: fix uninitialised kfifo --- 2024-05-10 Kent Gibson New
gpiolib: cdev: switch from kstrdup() to kstrndup() gpiolib: cdev: switch from kstrdup() to kstrndup() --- 2020-10-05 Kent Gibson Accepted
gpiolib: fix sysfs when cdev is not selected gpiolib: fix sysfs when cdev is not selected --- 2020-11-05 Kent Gibson Accepted
gpiolib: fix unwatch ioctl() gpiolib: fix unwatch ioctl() --- 2020-02-24 Kent Gibson New
gpiolib: remove unnecessary argument from set_config call gpiolib: remove unnecessary argument from set_config call --- 2020-01-20 Kent Gibson New
gpiolib: split character device into gpiolib-cdev gpiolib: split character device into gpiolib-cdev --- 2020-05-27 Kent Gibson Accepted
gpioset: reword note on post-exit behaviour gpioset: reword note on post-exit behaviour --- 2023-12-28 Kent Gibson New
gpio-sim: fix memory corruption when adding named lines and unnamed hogs gpio-sim: fix memory corruption when adding named lines and unnamed hogs --- 2023-06-06 Kent Gibson Accepted
gpio: uapi: clarify default_values being logical gpio: uapi: clarify default_values being logical --- 2024-02-11 Kent Gibson Accepted
gpio: uapi: fix line info flags description gpio: uapi: fix line info flags description --- 2021-01-19 Kent Gibson Accepted
[libgpiod,1/2] bindings: python: examples: fix potential glitch in gpioset.py fix potential glitches in bindings example gpiosets --- 2023-06-09 Kent Gibson New
[libgpiod,1/2] examples: fix typo in Makefile.am minor build warning fixes --- 2023-06-29 Kent Gibson New
[libgpiod,1/2] tests: create mismatch between chip and bulk offsets in wait_multiple tests: improve wait_multiple coverage --- 2020-10-14 Kent Gibson New
[libgpiod,1/2] tests: event: reading test coverage extended to cover reading a subset of available events fix potential discarding of events by read events --- 2020-09-12 Kent Gibson New
[libgpiod,1/4] bindings: python: examples: replace tools examples with use case examples python examples and comment corrections --- 2023-06-24 Kent Gibson Superseded
[libgpiod,1/8] core: examples: consistency cleanups replace tool examples with use case examples --- 2023-06-23 Kent Gibson New
[libgpiod,2/2] bindings: cxx: examples: fix potential glitch in gpiosetcxx fix potential glitches in bindings example gpiosets --- 2023-06-09 Kent Gibson New
[libgpiod,2/2] bindings: rust: fix unclear resolver warning minor build warning fixes --- 2023-06-29 Kent Gibson New
[libgpiod,2/2] core: fix reading subset of available events fix potential discarding of events by read events --- 2020-09-12 Kent Gibson New
[libgpiod,2/2] tests: add check of event offset to wait_multiple tests: improve wait_multiple coverage --- 2020-10-14 Kent Gibson New
[libgpiod,2/3] tools: tests: speed up continuous toggle test tools: tests: minor coverage and --- 2023-06-12 Kent Gibson New
[libgpiod,2/4] bindings: cxx: examples: add dedicated examples dedicated examples --- 2023-06-14 Kent Gibson New
[libgpiod,2/4] core: examples: fix file comments python examples and comment corrections --- 2023-06-24 Kent Gibson New
[libgpiod,2/8] core: examples: add more use case examples replace tool examples with use case examples --- 2023-06-23 Kent Gibson New
[libgpiod,3/4] cxx: examples: file comment consistency python examples and comment corrections --- 2023-06-24 Kent Gibson New
[libgpiod,3/8] bindings: cxx: examples: consistency cleanup replace tool examples with use case examples --- 2023-06-23 Kent Gibson New
[libgpiod,4/4] bindings: rust: examples: add dedicated examples dedicated examples --- 2023-06-14 Kent Gibson New
[libgpiod,4/4] rust: examples: file comment consistency python examples and comment corrections --- 2023-06-24 Kent Gibson New
[libgpiod,4/8] bindings: cxx: examples: replace tools examples with use case examples replace tool examples with use case examples --- 2023-06-23 Kent Gibson New
[libgpiod,5/8] bindings: python: examples: consistency cleanup replace tool examples with use case examples --- 2023-06-23 Kent Gibson New
[libgpiod,6/8] bindings: python: examples: replace tools examples with use case examples replace tool examples with use case examples --- 2023-06-23 Kent Gibson New
[libgpiod,7/8] bindings: rust: examples: consistency cleanup replace tool examples with use case examples --- 2023-06-23 Kent Gibson New
[libgpiod,8/8] bindings: rust: examples: replace tools examples with use case examples replace tool examples with use case examples --- 2023-06-23 Kent Gibson New
[libgpiod] bindings: cxx: examples: fix typo in comment [libgpiod] bindings: cxx: examples: fix typo in comment --- 2024-03-09 Kent Gibson New
[libgpiod] bindings: cxx: fix event timestamp calculation for 32bit [libgpiod] bindings: cxx: fix event timestamp calculation for 32bit --- 2020-09-09 Kent Gibson New
[libgpiod] bindings: rust: fix clippy lint warnings [libgpiod] bindings: rust: fix clippy lint warnings --- 2023-06-12 Kent Gibson New
[libgpiod] bindings: rust: fix documentation of line_request set_values [libgpiod] bindings: rust: fix documentation of line_request set_values --- 2023-01-16 Kent Gibson New
[libgpiod] core: Basic port to uAPI v2 [libgpiod] core: Basic port to uAPI v2 --- 2020-10-02 Kent Gibson New
[libgpiod] core: doc: add doc for opaque structs to link to the relevant page [libgpiod] core: doc: add doc for opaque structs to link to the relevant page --- 2023-06-09 Kent Gibson New
[libgpiod] core: doc: fix line_config documentation generation [libgpiod] core: doc: fix line_config documentation generation --- 2023-06-09 Kent Gibson New
[libgpiod] doc: add configuration to generate doxygen documentation on readthedocs. [libgpiod] doc: add configuration to generate doxygen documentation on readthedocs. --- 2023-06-10 Kent Gibson New
[libgpiod] doc: add configuration to generate doxygen documentation on readthedocs. [libgpiod] doc: add configuration to generate doxygen documentation on readthedocs. --- 2022-03-05 Kent Gibson Superseded
[libgpiod] doc: fix comment mix up in gpiod.h [libgpiod] doc: fix comment mix up in gpiod.h --- 2020-05-27 Kent Gibson New
[libgpiod] gpiod.h: fix typo in gpiod_line_request_bulk() documentation [libgpiod] gpiod.h: fix typo in gpiod_line_request_bulk() documentation --- 2020-10-15 Kent Gibson New
[libgpiod] README: fix typo [libgpiod] README: fix typo --- 2023-12-30 Kent Gibson New
[libgpiod] README: provide more info in Contributing [libgpiod] README: provide more info in Contributing --- 2023-05-20 Kent Gibson Superseded
[libgpiod] tests: add enable_debounce_then_edge_detection [libgpiod] tests: add enable_debounce_then_edge_detection --- 2024-05-13 Kent Gibson New
[libgpiod] tests: rename freq parameter to period_ms [libgpiod] tests: rename freq parameter to period_ms --- 2020-10-14 Kent Gibson New
« 1 2 3 4 »