Re: [PATCH 0/5] powerpc: convert board-file GPIO chips to using new value setters

2025-04-24 Thread Linus Walleij
On Tue, Apr 8, 2025 at 9:21 AM Bartosz Golaszewski wrote: > struct gpio_chip now has callbacks for setting line values that return > an integer, allowing to indicate failures. We're in the process of > converting all GPIO drivers to using the new API. This series converts > all powerpc board-file

Re: [PATCH 0/5] powerpc: convert board-file GPIO chips to using new value setters

2025-04-23 Thread Bartosz Golaszewski
On Tue, Apr 8, 2025 at 9:21 AM Bartosz Golaszewski wrote: > > struct gpio_chip now has callbacks for setting line values that return > an integer, allowing to indicate failures. We're in the process of > converting all GPIO drivers to using the new API. This series converts > all powerpc board-fil

[PATCH 0/5] powerpc: convert board-file GPIO chips to using new value setters

2025-04-08 Thread Bartosz Golaszewski
struct gpio_chip now has callbacks for setting line values that return an integer, allowing to indicate failures. We're in the process of converting all GPIO drivers to using the new API. This series converts all powerpc board-file level controllers. Signed-off-by: Bartosz Golaszewski --- Barto