Toggle navigation
Patchwork
linux-gpio
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Submitter =
Bartosz Golaszewski
| State =
Action Required
| Archived =
No
| 779 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
...
4
5
6
…
7
8
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[1/2] gpio: sim: dispose of irq mappings before destroying the irq_sim domain
[1/2] gpio: sim: dispose of irq mappings before destroying the irq_sim domain
-
-
-
2023-08-22
Bartosz Golaszewski
New
[libgpiod,v1.6.x] tests: mockup: unbind mockup devices before unloading the module
[libgpiod,v1.6.x] tests: mockup: unbind mockup devices before unloading the module
-
-
-
2023-08-21
Bartosz Golaszewski
New
gpiolib: provide and use gpiod_line_state_notify()
gpiolib: provide and use gpiod_line_state_notify()
-
-
-
2023-08-21
Bartosz Golaszewski
New
gpiolib: notify user-space about line state changes triggered by kernel
gpiolib: notify user-space about line state changes triggered by kernel
-
-
-
2023-08-18
Bartosz Golaszewski
New
gpiolib: tie module references to GPIO devices, not requested descs
gpiolib: tie module references to GPIO devices, not requested descs
-
-
-
2023-08-18
Bartosz Golaszewski
New
[GIT,PULL] gpio: fixes for v6.5-rc7
[GIT,PULL] gpio: fixes for v6.5-rc7
-
-
-
2023-08-18
Bartosz Golaszewski
New
gpio: pca9570: fix kerneldoc
gpio: pca9570: fix kerneldoc
-
-
-
2023-08-17
Bartosz Golaszewski
New
[v2,6/6] gpio: cdev: wake up lineevent poll() on device unbind
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-17
Bartosz Golaszewski
New
[v2,5/6] gpio: cdev: wake up linereq poll() on device unbind
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-17
Bartosz Golaszewski
New
[v2,4/6] gpio: cdev: wake up chardev poll() on device unbind
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-17
Bartosz Golaszewski
New
[v2,3/6] gpiolib: add a second blocking notifier to struct gpio_device
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-17
Bartosz Golaszewski
New
[v2,2/6] gpio: cdev: open-code to_gpio_chardev_data()
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-17
Bartosz Golaszewski
New
[v2,1/6] gpiolib: rename the gpio_device notifier
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-17
Bartosz Golaszewski
New
[v6] gpio: consumer: new virtual driver
[v6] gpio: consumer: new virtual driver
-
-
-
2023-08-17
Bartosz Golaszewski
New
[5/5] gpio: cdev: wake up lineevent poll() on device unbind
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-16
Bartosz Golaszewski
New
[4/5] gpio: cdev: wake up linereq poll() on device unbind
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-16
Bartosz Golaszewski
New
[3/5] gpio: cdev: wake up chardev poll() on device unbind
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-16
Bartosz Golaszewski
New
[2/5] gpio: cdev: rename the notifier block and notify callback
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-16
Bartosz Golaszewski
New
[1/5] gpio: cdev: ignore notifications other than line status changes
gpio: cdev: bail out of poll() if the device goes down
-
-
-
2023-08-16
Bartosz Golaszewski
New
[v3] gpio: sim: simplify code with cleanup helpers
[v3] gpio: sim: simplify code with cleanup helpers
-
-
-
2023-08-12
Bartosz Golaszewski
New
[GIT,PULL] gpio: fixes for v6.5-rc6
[GIT,PULL] gpio: fixes for v6.5-rc6
-
-
-
2023-08-12
Bartosz Golaszewski
New
[v3] gpiolib: fix reference leaks when removing GPIO chips still in use
[v3] gpiolib: fix reference leaks when removing GPIO chips still in use
-
-
-
2023-08-11
Bartosz Golaszewski
New
[1/2] gpio: sim: simplify gpio_sim_device_config_live_store()
[1/2] gpio: sim: simplify gpio_sim_device_config_live_store()
-
-
-
2023-08-11
Bartosz Golaszewski
New
gpiolib: fix reference leaks when removing GPIO chips still in use
gpiolib: fix reference leaks when removing GPIO chips still in use
-
-
-
2023-08-10
Bartosz Golaszewski
New
[2/2] gpio: sim: simplify code with cleanup helpers
Untitled series #218295
-
-
-
2023-08-09
Bartosz Golaszewski
New
gpio: sim: mark the GPIO chip as a one that can sleep
gpio: sim: mark the GPIO chip as a one that can sleep
-
-
-
2023-08-01
Bartosz Golaszewski
New
[GIT,PULL] gpio: fixes for v6.5-rc3
[GIT,PULL] gpio: fixes for v6.5-rc3
-
-
-
2023-07-21
Bartosz Golaszewski
New
[libgpiod,v2,5/5] bindings: rust: provide LineRequest::chip_name()
core: provide information about the parent chip in line requests
-
-
-
2023-07-20
Bartosz Golaszewski
New
[libgpiod,v2,4/5] bindings: python: provide the chip_name property in line_request
core: provide information about the parent chip in line requests
-
-
-
2023-07-20
Bartosz Golaszewski
New
[libgpiod,v2,2/5] tests: add a test-case for gpiod_line_request_get_chip_name()
core: provide information about the parent chip in line requests
-
-
-
2023-07-20
Bartosz Golaszewski
New
[libgpiod,v2,1/5] core: provide gpiod_line_request_get_chip_name()
core: provide information about the parent chip in line requests
-
-
-
2023-07-20
Bartosz Golaszewski
New
[libgpiod,5/5] bindings: rust: provide LineRequest::chip_path()
core: provide information about the parent chip in line requests
-
-
-
2023-07-19
Bartosz Golaszewski
New
[libgpiod,4/5] bindings: python: provide the chip_path property in line_request
core: provide information about the parent chip in line requests
-
-
-
2023-07-19
Bartosz Golaszewski
New
[libgpiod,3/5] bindings: cxx: provide line_request::chip_path()
core: provide information about the parent chip in line requests
-
-
-
2023-07-19
Bartosz Golaszewski
New
[libgpiod,1/5] core: provide gpiod_line_request_get_chip_path()
core: provide information about the parent chip in line requests
-
-
-
2023-07-19
Bartosz Golaszewski
New
gpio: mvebu: fix irq domain leak
gpio: mvebu: fix irq domain leak
-
-
-
2023-07-19
Bartosz Golaszewski
New
gpio: sim: fix a typo in comment
gpio: sim: fix a typo in comment
-
-
-
2023-07-12
Bartosz Golaszewski
New
gpiolib: order includes alphabetically in gpiolib.h
gpiolib: order includes alphabetically in gpiolib.h
-
-
-
2023-07-12
Bartosz Golaszewski
New
[libgpiod] tools: clarify the non-option arguments in help text
[libgpiod] tools: clarify the non-option arguments in help text
-
-
-
2023-07-04
Bartosz Golaszewski
New
[libgpiod] build: remove redundant SOURCES assignments
[libgpiod] build: remove redundant SOURCES assignments
-
-
-
2023-06-30
Bartosz Golaszewski
New
[GIT,PULL] gpio: updates for v6.5
[GIT,PULL] gpio: updates for v6.5
-
-
-
2023-06-27
Bartosz Golaszewski
New
[2/2] bindings: cxx: use () instead of (void) in line_settings::reset()
[1/2] bindings: cxx: examples: consistently use () for functions taking no args
-
-
-
2023-06-26
Bartosz Golaszewski
New
[1/2] bindings: cxx: examples: consistently use () for functions taking no args
[1/2] bindings: cxx: examples: consistently use () for functions taking no args
-
-
-
2023-06-26
Bartosz Golaszewski
New
[GIT,PULL] gpio: fixes for v6.4
[GIT,PULL] gpio: fixes for v6.4
-
-
-
2023-06-23
Bartosz Golaszewski
New
[v2,1/2] tools: tests: add short sleeps between generating edge events
[v2,1/2] tools: tests: add short sleeps between generating edge events
-
-
-
2023-06-21
Bartosz Golaszewski
New
[libgpiod] tools: tests: port tests to shunit2
[libgpiod] tools: tests: port tests to shunit2
-
-
-
2023-06-20
Bartosz Golaszewski
New
[libgpiod] bindings: rust: add missing license and copyright boilerplate
[libgpiod] bindings: rust: add missing license and copyright boilerplate
-
-
-
2023-06-13
Bartosz Golaszewski
New
[libgpiod,2/2] bindings: cxx: examples: fix potential glitch in gpiosetcxx
bindings: cxx: fix potential glitch in gpiosetcxx
-
-
-
2023-06-12
Bartosz Golaszewski
New
[GIT,PULL] gpio: fixes for v6.4-rc6
[GIT,PULL] gpio: fixes for v6.4-rc6
-
-
-
2023-06-09
Bartosz Golaszewski
New
of: unittest: drop assertions for GPIO hog messages
of: unittest: drop assertions for GPIO hog messages
-
-
-
2023-06-09
Bartosz Golaszewski
New
MAINTAINERS: add Andy Shevchenko as reviewer for the GPIO subsystem
MAINTAINERS: add Andy Shevchenko as reviewer for the GPIO subsystem
-
-
-
2023-06-05
Bartosz Golaszewski
New
[GIT,PULL] gpio: fixes for v6.4-rc4
[GIT,PULL] gpio: fixes for v6.4-rc4
-
-
-
2023-05-26
Bartosz Golaszewski
New
[libgpiod] bindings: python: specify the symbols to export explicitly
[libgpiod] bindings: python: specify the symbols to export explicitly
-
-
-
2023-05-25
Bartosz Golaszewski
New
gpio: cdev: fix a crash on line-request release
gpio: cdev: fix a crash on line-request release
-
-
-
2023-05-23
Bartosz Golaszewski
New
[libgpiod] bindings: python: change the interpretation of None in event wait
[libgpiod] bindings: python: change the interpretation of None in event wait
-
-
-
2023-05-23
Bartosz Golaszewski
New
bindings: cxx: clarify the meaning of negative timeouts in event wait
bindings: cxx: clarify the meaning of negative timeouts in event wait
-
-
-
2023-05-23
Bartosz Golaszewski
New
pinctrl: qcom: sa8775p: add the wakeirq map
pinctrl: qcom: sa8775p: add the wakeirq map
-
-
-
2023-05-12
Bartosz Golaszewski
New
[GIT,PULL] gpio: updates for v6.4
[GIT,PULL] gpio: updates for v6.4
-
-
-
2023-04-24
Bartosz Golaszewski
New
[GIT,PULL] gpio: fixes for v6.3
[GIT,PULL] gpio: fixes for v6.3
-
-
-
2023-04-21
Bartosz Golaszewski
New
[libgpiod] Revert "bindings: python: fix out-of-tree build"
[libgpiod] Revert "bindings: python: fix out-of-tree build"
-
-
-
2023-04-17
Bartosz Golaszewski
New
[libgpiod] tools: replace alphasort() with versionsort()
[libgpiod] tools: replace alphasort() with versionsort()
-
-
-
2023-04-03
Bartosz Golaszewski
New
[v3,18/18] arm64: dts: qcom: sa8775p-ride: add PMIC regulators
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,17/18] regulator: qcom-rpmh: add support for pmm8654au regulators
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,16/18] dt-bindings: regulator: qcom,rpmh: add compatible for pmm8654au RPMH
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,15/18] arm64: dts: qcom: sa8775p-ride: set gpio-line-names for PMIC GPIOs
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,14/18] arm64: dts: qcom: sa8775p: add PMIC GPIO controller nodes
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,13/18] pinctrl: qcom: spmi-gpio: add support for pmm8654au-gpio
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,12/18] dt-bindings: pinctrl: qcom,pmic-gpio: add compatible for pmm8654au-gpio
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,11/18] arm64: dts: qcom: sa8775p: pmic: add thermal zones
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,10/18] arm64: dts: qcom: sa8775p: pmic: add support for the pmm8654 RESIN input
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,09/18] arm64: dts: qcom: sa8775p: pmic: add the power key
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,08/18] arm64: dts: qcom: sa8775p: add the Power On device node
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,07/18] arm64: dts: qcom: sa8775p: add support for the on-board PMICs
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,06/18] dt-bindings: mfd: qcom,spmi-pmic: add compatible for pmm8654au
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,05/18] arm64: dts: qcom: sa8775p: add the spmi node
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,04/18] arm64: dts: qcom: sa8775p: add the pdc node
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,03/18] dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,02/18] arm64: dts: qcom: sa8775p: sort soc nodes by reg property
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v3,01/18] arm64: dts: qcom: sa8775p: pad reg properties to 8 digits
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-27
Bartosz Golaszewski
New
[v2,15/15] arm64: dts: qcom: sa8775p: add PMIC GPIO controller nodes
[v2,01/15] arm64: dts: qcom: sa8775p: pad reg properties to 8 digits
-
-
-
2023-03-20
Bartosz Golaszewski
New
[v2,08/15] arm64: dts: qcom: sa8775p-ride: enable PMIC support
[v2,01/15] arm64: dts: qcom: sa8775p: pad reg properties to 8 digits
-
-
-
2023-03-20
Bartosz Golaszewski
New
[v2,07/15] arm64: dts: qcom: sa8775p: add support for the on-board PMICs
[v2,01/15] arm64: dts: qcom: sa8775p: pad reg properties to 8 digits
-
-
-
2023-03-20
Bartosz Golaszewski
New
[libgpiod] tools: gpiomon: fix setting event clock type
[libgpiod] tools: gpiomon: fix setting event clock type
-
-
-
2023-03-15
Bartosz Golaszewski
New
[11/14] arm64: dts: qcom: sa8775p: pmic: add thermal zones
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-14
Bartosz Golaszewski
New
[10/14] arm64: dts: qcom: sa8775p: pmic: add support for the pmm8654 RESIN input
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-14
Bartosz Golaszewski
New
[09/14] arm64: dts: qcom: sa8775p-ride: enable the power key
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-14
Bartosz Golaszewski
New
[08/14] arm64: dts: qcom: sa8775p: pmic: add the power key
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-14
Bartosz Golaszewski
New
[07/14] arm64: dts: qcom: sa8775p: add the Power On device node
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-14
Bartosz Golaszewski
New
[03/14] arm64: dts: qcom: sa8775p: add the spmi node
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-14
Bartosz Golaszewski
New
[02/14] arm64: dts: qcom: sa8775p: add the pdc node
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-14
Bartosz Golaszewski
New
[01/14] dt-bindings: interrupt-controller: qcom-pdc: add compatible for sa8775p
arm64: dts: qcom: sa8775p: add basic PMIC support
-
-
-
2023-03-14
Bartosz Golaszewski
New
[libgpiod] bindings: rust: examples: add a reimplementation of gpionotify
[libgpiod] bindings: rust: examples: add a reimplementation of gpionotify
-
-
-
2023-03-10
Bartosz Golaszewski
New
[libgpiod] core: make the chip file descriptor blocking
[libgpiod] core: make the chip file descriptor blocking
-
-
-
2023-03-10
Bartosz Golaszewski
New
[GIT,PULL] gpio: updates for v6.3
[GIT,PULL] gpio: updates for v6.3
-
-
-
2023-02-22
Bartosz Golaszewski
New
[libgpiod] bindings: cxx: mark public classes as final
[libgpiod] bindings: cxx: mark public classes as final
-
-
-
2023-02-21
Bartosz Golaszewski
New
[GIT,PULL] gpio: fixes for v6.2 - part 2
[GIT,PULL] gpio: fixes for v6.2 - part 2
-
-
-
2023-02-17
Bartosz Golaszewski
New
[GIT,PULL] gpio: fixes for v6.2
[GIT,PULL] gpio: fixes for v6.2
-
-
-
2023-02-16
Bartosz Golaszewski
New
gpio: sim: fix a memory leak
gpio: sim: fix a memory leak
-
-
-
2023-02-16
Bartosz Golaszewski
New
[libgpiod] bindings: python: pass DESTDIR to setup.py
[libgpiod] bindings: python: pass DESTDIR to setup.py
-
-
-
2023-02-13
Bartosz Golaszewski
New
[libgpiod] gpiosim: use twalk() instead of twalk_r()
[libgpiod] gpiosim: use twalk() instead of twalk_r()
-
-
-
2023-02-13
Bartosz Golaszewski
New
«
1
2
...
4
5
6
…
7
8
»