[PATCH 0/2] gpio: improve gpiod_is_equal()

Bartosz Golaszewski posted 2 patches 3 months, 2 weeks ago
drivers/gpio/gpiolib.c        | 29 +++++++++++++++--------------
include/linux/gpio/consumer.h |  5 +++--
2 files changed, 18 insertions(+), 16 deletions(-)
[PATCH 0/2] gpio: improve gpiod_is_equal()
Posted by Bartosz Golaszewski 3 months, 2 weeks ago
This short series contains small improvements to the gpiod_is_equal()
GPIO descriptor comparator added last cycle.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (2):
      gpio: constify arguments of gpiod_is_equal()
      gpio: make gpiod_is_equal() arguments stricter

 drivers/gpio/gpiolib.c        | 29 +++++++++++++++--------------
 include/linux/gpio/consumer.h |  5 +++--
 2 files changed, 18 insertions(+), 16 deletions(-)
---
base-commit: 2c923c845768a0f0e34b8161d70bc96525385782
change-id: 20250620-gpiod-is-equal-improv-a6f0995e3cc5

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Re: [PATCH 0/2] gpio: improve gpiod_is_equal()
Posted by Bartosz Golaszewski 3 months, 1 week ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Fri, 20 Jun 2025 14:58:00 +0200, Bartosz Golaszewski wrote:
> This short series contains small improvements to the gpiod_is_equal()
> GPIO descriptor comparator added last cycle.
> 
> 

Applied, thanks!

[1/2] gpio: constify arguments of gpiod_is_equal()
      https://git.kernel.org/brgl/linux/c/08ad63bbd681ae4eeb50644564435035c38e5795
[2/2] gpio: make gpiod_is_equal() arguments stricter
      https://git.kernel.org/brgl/linux/c/26981e8906bb5c902e2d34874f64ecfa975d28c8

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>