Re: [PATCH] gpiolib: don't allow setting values on input lines
From: Bartosz Golaszewski
Date: Mon Apr 07 2025 - 03:01:36 EST
From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
On Tue, 11 Mar 2025 15:19:51 +0100, Bartosz Golaszewski wrote:
> Some drivers as well as the character device and sysfs code check
> whether the line actually is in output mode before allowing the user to
> set a value.
>
> However, GPIO value setters now return integer values and can indicate
> failures. This allows us to move these checks into the core code.
>
> [...]
Applied, thanks!
[1/1] gpiolib: don't allow setting values on input lines
commit: 92ac7de3175e3c17cbb76ae752b598cfb9dadf49
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>