Show patches with: Submitter = Bartosz Golaszewski       |    Archived = No       |   1366 patches
« 1 2 3 413 14 »
Patch Series S/W/F Date Submitter Delegate State
[08/14] gpio: mockup: use value returning setters gpiolib: indicate errors in value setters --- 2025-02-11 Bartosz Golaszewski Superseded
[07/14] gpio: pca953x: use value returning setters gpiolib: indicate errors in value setters --- 2025-02-11 Bartosz Golaszewski Superseded
[06/14] gpio: regmap: use value returning setters gpiolib: indicate errors in value setters --- 2025-02-11 Bartosz Golaszewski New
[05/14] gpio: sim: use value returning setters gpiolib: indicate errors in value setters --- 2025-02-11 Bartosz Golaszewski Superseded
[04/14] gpiolib: introduce gpio_chip setters that return values gpiolib: indicate errors in value setters --- 2025-02-11 Bartosz Golaszewski Superseded
[03/14] gpiolib: rework the wrapper around gpio_chip::set_multiple() gpiolib: indicate errors in value setters --- 2025-02-11 Bartosz Golaszewski New
[02/14] gpiolib: wrap gpio_chip::set() gpiolib: indicate errors in value setters --- 2025-02-11 Bartosz Golaszewski Superseded
[01/14] gpiolib: make value setters have return values gpiolib: indicate errors in value setters --- 2025-02-11 Bartosz Golaszewski Superseded
[2/2] gpio: latch: store the address of pdev->dev in a helper variable [1/2] gpio: latch: use generic device properties --- 2025-02-11 Bartosz Golaszewski New
[1/2] gpio: latch: use generic device properties [1/2] gpio: latch: use generic device properties --- 2025-02-11 Bartosz Golaszewski New
[8/8] gpiolib: sanitize the return value of gpio_chip::get_direction() gpiolib: sanitize return values of callbacks --- 2025-02-10 Bartosz Golaszewski New
[7/8] gpiolib: sanitize the return value of gpio_chip::direction_input() gpiolib: sanitize return values of callbacks --- 2025-02-10 Bartosz Golaszewski New
[6/8] gpiolib: sanitize the return value of gpio_chip::direction_output() gpiolib: sanitize return values of callbacks --- 2025-02-10 Bartosz Golaszewski New
[5/8] gpiolib: sanitize the return value of gpio_chip::get_multiple() gpiolib: sanitize return values of callbacks --- 2025-02-10 Bartosz Golaszewski New
[4/8] gpiolib: sanitize the return value of gpio_chip::get() gpiolib: sanitize return values of callbacks --- 2025-02-10 Bartosz Golaszewski New
[3/8] gpiolib: sanitize the return value of gpio_chip::set_config() gpiolib: sanitize return values of callbacks --- 2025-02-10 Bartosz Golaszewski New
[2/8] gpiolib: sanitize the return value of gpio_chip::request() gpiolib: sanitize return values of callbacks --- 2025-02-10 Bartosz Golaszewski New
[1/8] gpiolib: check the return value of gpio_chip::get_direction() gpiolib: sanitize return values of callbacks --- 2025-02-10 Bartosz Golaszewski New
[v3,2/2] gpiolib: don't build HTE code with CONFIG_HTE disabled [1/2] gpiolib: move all includes to the top of gpio/consumer.h --- 2025-02-10 Bartosz Golaszewski Superseded
[1/2] gpiolib: move all includes to the top of gpio/consumer.h [1/2] gpiolib: move all includes to the top of gpio/consumer.h --- 2025-02-10 Bartosz Golaszewski New
gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/set gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/set --- 2025-02-07 Bartosz Golaszewski Superseded
[GIT,PULL] gpio fixes for v6.14-rc2 [GIT,PULL] gpio fixes for v6.14-rc2 --- 2025-02-07 Bartosz Golaszewski New
[v2] gpiolib: don't build HTE code with CONFIG_HTE disabled [v2] gpiolib: don't build HTE code with CONFIG_HTE disabled --- 2025-02-07 Bartosz Golaszewski Superseded
gpiolib: don't build HTE code with CONFIG_HTE disabled gpiolib: don't build HTE code with CONFIG_HTE disabled --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,16/16] doc: move README contents to sphinx docs doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,15/16] doc: add documentation for D-Bus API, daemon and command-line client doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski New
[libgpiod,v3,14/16] doc: add documentation for gpio-tools doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,13/16] doc: add documentation for GLib bindings doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,12/16] doc: add documentation for python bindings doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski New
[libgpiod,v3,11/16] doc: provide sphinx docs for the core C API and C++ bindings doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,10/16] doc: create man entries for gpio-manager and gpiocli doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,09/16] dbus: improve comments in API xml doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,08/16] dbus: client: tweak help text doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,07/16] dbus: daemon: add a more detailed description to help text doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,06/16] bindings: glib: add the configuration file for gi-docgen doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,05/16] bindings: python: doc: describe undocumented members doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,04/16] bindings: python: doc: make code examples appear as such in sphinx doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,03/16] bindings: python: doc: update the docstring for gpiod.request_lines() doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,02/16] bindings: cxx: doc: remove the gpiod_cxx doxygen group doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod,v3,01/16] build: set PACKAGE_URL doc: improvements for ReadTheDocs --- 2025-02-06 Bartosz Golaszewski Superseded
[libgpiod] dbus: client: tests: fix the way we wait for simulated chips to appear [libgpiod] dbus: client: tests: fix the way we wait for simulated chips to appear --- 2025-02-03 Bartosz Golaszewski New
[libgpiod,2/3] bindings: python: tests: disable device before releasing the bank bindings: fix ordering of releasing of gpiosim resources --- 2025-02-03 Bartosz Golaszewski New
[GIT,PULL] gpio fixes for v6.14-rc1 [GIT,PULL] gpio fixes for v6.14-rc1 --- 2025-01-30 Bartosz Golaszewski New
[GIT,PULL] gpio updates for v6.14-rc1 [GIT,PULL] gpio updates for v6.14-rc1 --- 2025-01-20 Bartosz Golaszewski New
[GIT,PULL] gpio fixes for v6.13 [GIT,PULL] gpio fixes for v6.13 --- 2025-01-17 Bartosz Golaszewski New
[2/2] dt-bindings: gpio: fairchild,74hc595: use a fallback for Semi MC74HC595A gpio: 74x164: use a compatible fallback and don't extend the driver --- 2025-01-10 Bartosz Golaszewski New
[1/2] Revert "gpio: 74x164: Add On Semi MC74HC595A compat" gpio: 74x164: use a compatible fallback and don't extend the driver --- 2025-01-10 Bartosz Golaszewski New
[GIT,PULL] gpio fixes for v6.13-rc7 [GIT,PULL] gpio fixes for v6.13-rc7 --- 2025-01-10 Bartosz Golaszewski New
[libgpiod,v2,5/5] doc: use sphinx in conjunction with doxygen doc: improvements for ReadTheDocs --- 2024-12-22 Bartosz Golaszewski New
[libgpiod,v2,4/5] bindings: python: doc: describe undocumented members doc: improvements for ReadTheDocs --- 2024-12-22 Bartosz Golaszewski Superseded
[libgpiod,v2,3/5] bindings: python: doc: make code examples appear as such in sphinx doc: improvements for ReadTheDocs --- 2024-12-22 Bartosz Golaszewski Superseded
[libgpiod,v2,2/5] bindings: python: doc: update the docstring for gpiod.request_lines() doc: improvements for ReadTheDocs --- 2024-12-22 Bartosz Golaszewski Superseded
[libgpiod,v2,1/5] bindings: cxx: doc: remove the gpiod_cxx doxygen group doc: improvements for ReadTheDocs --- 2024-12-22 Bartosz Golaszewski Superseded
[libgpiod,4/5] bindings: python: doc: describe undocumented members doc: improvements for ReadTheDocs --- 2024-12-20 Bartosz Golaszewski Superseded
[libgpiod,2/5] bindings: python: doc: update the docstring for gpiod.request_lines() doc: improvements for ReadTheDocs --- 2024-12-20 Bartosz Golaszewski Superseded
[GIT,PULL] gpio fixes for v6.13-rc3 [GIT,PULL] gpio fixes for v6.13-rc3 --- 2024-12-13 Bartosz Golaszewski New
[libgpiod,v2] bindings: python: provide fileno() for Chip and LineRequest [libgpiod,v2] bindings: python: provide fileno() for Chip and LineRequest --- 2024-12-11 Bartosz Golaszewski New
[libgpiod] bindings: python: provide fileno() for Chip and LineRequest [libgpiod] bindings: python: provide fileno() for Chip and LineRequest --- 2024-12-10 Bartosz Golaszewski Superseded
[v2,2/2] gpio: omap: save two lines by using devm_clk_get_prepared() [v2,1/2] gpio: omap: allow building the module with COMPILE_TEST=y --- 2024-12-05 Bartosz Golaszewski Superseded
[v2,1/2] gpio: omap: allow building the module with COMPILE_TEST=y [v2,1/2] gpio: omap: allow building the module with COMPILE_TEST=y --- 2024-12-05 Bartosz Golaszewski New
[2/2] gpio: omap: save two lines by using devm_clk_get_prepared() [1/2] gpio: omap: allow building the module with COMPILE_TEST=y --- 2024-12-03 Bartosz Golaszewski Superseded
[1/2] gpio: omap: allow building the module with COMPILE_TEST=y [1/2] gpio: omap: allow building the module with COMPILE_TEST=y --- 2024-12-03 Bartosz Golaszewski New
[libgpiod] bindings: python: fix license tags [libgpiod] bindings: python: fix license tags --- 2024-11-27 Bartosz Golaszewski New
[libgpiod] bindings: python: relax the verbosity adjustment in build_tests.sh [libgpiod] bindings: python: relax the verbosity adjustment in build_tests.sh --- 2024-11-27 Bartosz Golaszewski New
[GIT,PULL] gpio fixes for v6.13-rc1 [GIT,PULL] gpio fixes for v6.13-rc1 --- 2024-11-27 Bartosz Golaszewski New
[3/3] bindings: python: tests: provide and use system.check_kernel_version() bindings: python: drop dependency on distutils --- 2024-11-20 Bartosz Golaszewski New
[2/3] bindings: python: tests: rename procname to system bindings: python: drop dependency on distutils --- 2024-11-20 Bartosz Golaszewski New
[1/3] bindings: python: add .pyi files to EXTRA_DIST bindings: python: drop dependency on distutils --- 2024-11-20 Bartosz Golaszewski New
[libgpiod] bindings: python: drop distutils from build_tests.py [libgpiod] bindings: python: drop distutils from build_tests.py --- 2024-11-19 Bartosz Golaszewski New
[libgpiod] bindings: python: tests: replace LooseVersion with packaging.version.Version [libgpiod] bindings: python: tests: replace LooseVersion with packaging.version.Version --- 2024-11-19 Bartosz Golaszewski New
[GIT,PULL] gpio updates for v6.13-rc1 [GIT,PULL] gpio updates for v6.13-rc1 --- 2024-11-18 Bartosz Golaszewski New
[GIT,PULL] gpio fixes for v6.12-rc6 [GIT,PULL] gpio fixes for v6.12-rc6 --- 2024-11-01 Bartosz Golaszewski New
[v4,5/5] gpio: sysfs: emit chardev line-state events on edge store [v4,1/5] gpio: sysfs: use cleanup guards for gpiod_data::mutex --- 2024-10-31 Bartosz Golaszewski New
[v4,3/5] gpio: sysfs: emit chardev line-state events on GPIO export [v4,1/5] gpio: sysfs: use cleanup guards for gpiod_data::mutex --- 2024-10-31 Bartosz Golaszewski New
[v4,1/5] gpio: sysfs: use cleanup guards for gpiod_data::mutex [v4,1/5] gpio: sysfs: use cleanup guards for gpiod_data::mutex --- 2024-10-31 Bartosz Golaszewski New
[v3,5/5] gpio: sysfs: emit chardev line-state events on edge store gpio: sysfs: send character device notifications for sysfs class events --- 2024-10-26 Bartosz Golaszewski Superseded
[v3,4/5] gpio: sysfs: emit chardev line-state events on active-low changes gpio: sysfs: send character device notifications for sysfs class events --- 2024-10-26 Bartosz Golaszewski New
[v3,3/5] gpio: sysfs: emit chardev line-state events on GPIO export gpio: sysfs: send character device notifications for sysfs class events --- 2024-10-26 Bartosz Golaszewski Superseded
[v3,2/5] gpio: sysfs: use cleanup guards for the sysfs_lock mutex gpio: sysfs: send character device notifications for sysfs class events --- 2024-10-26 Bartosz Golaszewski New
[v3,1/5] gpio: sysfs: use cleanup guards for gpiod_data::mutex gpio: sysfs: send character device notifications for sysfs class events --- 2024-10-26 Bartosz Golaszewski Superseded
gpio: of: drop dependency on HAS_IOMEM gpio: of: drop dependency on HAS_IOMEM --- 2024-10-25 Bartosz Golaszewski New
[GIT,PULL] gpio fixes for v6.12-rc5 [GIT,PULL] gpio fixes for v6.12-rc5 --- 2024-10-25 Bartosz Golaszewski New
[v2,5/5] gpio: sysfs: emit chardev line-state events on edge store gpio: sysfs: send character device notifications for sysfs class events --- 2024-10-25 Bartosz Golaszewski Superseded
[v2,4/5] gpio: sysfs: emit chardev line-state events on active-low changes gpio: sysfs: send character device notifications for sysfs class events --- 2024-10-25 Bartosz Golaszewski Superseded
[v2,3/5] gpio: sysfs: emit chardev line-state events on GPIO export gpio: sysfs: send character device notifications for sysfs class events --- 2024-10-25 Bartosz Golaszewski Superseded
[v2,2/5] gpio: sysfs: use cleanup guards for the sysfs_lock mutex gpio: sysfs: send character device notifications for sysfs class events --- 2024-10-25 Bartosz Golaszewski Superseded
[v2,1/5] gpio: sysfs: use cleanup guards for gpiod_data::mutex gpio: sysfs: send character device notifications for sysfs class events --- 2024-10-25 Bartosz Golaszewski Superseded
gpio: sysfs: demote warning messages on invalid user input to debug gpio: sysfs: demote warning messages on invalid user input to debug --- 2024-10-21 Bartosz Golaszewski New
[v5,8/8] gpiolib: notify user-space about in-kernel line state changes gpio: notify user-space about config changes in the kernel --- 2024-10-18 Bartosz Golaszewski New
[v5,6/8] gpio: cdev: put emitting the line state events on a workqueue gpio: notify user-space about config changes in the kernel --- 2024-10-18 Bartosz Golaszewski New
[v5,4/8] gpio: cdev: prepare gpio_desc_to_lineinfo() for being called from atomic gpio: notify user-space about config changes in the kernel --- 2024-10-18 Bartosz Golaszewski New
[v5,2/8] gpiolib: unduplicate chip guard in set_config path gpio: notify user-space about config changes in the kernel --- 2024-10-18 Bartosz Golaszewski New
gpio: max730x: use devres to shrink and simplify code gpio: max730x: use devres to shrink and simplify code --- 2024-10-17 Bartosz Golaszewski New
[v4,6/8] gpio: cdev: put emitting the line state events on a workqueue [v4,1/8] gpiolib: notify user-space when a driver requests its own desc --- 2024-10-17 Bartosz Golaszewski Superseded
[v4,5/8] gpiolib: add a per-gpio_device line state notification workqueue [v4,1/8] gpiolib: notify user-space when a driver requests its own desc --- 2024-10-17 Bartosz Golaszewski Superseded
[v4,2/8] gpiolib: unduplicate chip guard in set_config path [v4,1/8] gpiolib: notify user-space when a driver requests its own desc --- 2024-10-17 Bartosz Golaszewski Superseded
[v4,1/8] gpiolib: notify user-space when a driver requests its own desc [v4,1/8] gpiolib: notify user-space when a driver requests its own desc --- 2024-10-17 Bartosz Golaszewski Superseded
MAINTAINERS: add a keyword entry for the GPIO subsystem MAINTAINERS: add a keyword entry for the GPIO subsystem --- 2024-10-17 Bartosz Golaszewski New
[4/4] gpio: grgpio: remove remove() [1/4] gpio: grgpio: drop Kconfig dependency on OF_GPIO --- 2024-10-15 Bartosz Golaszewski New
[3/4] gpio: grgpio: use a helper variable to store the address of ofdev->dev [1/4] gpio: grgpio: drop Kconfig dependency on OF_GPIO --- 2024-10-15 Bartosz Golaszewski New
« 1 2 3 413 14 »