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

2025-05-13 Thread Madhavan Srinivasan
On Fri, 02 May 2025 10:59:46 +0200, 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-f

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

2025-05-13 Thread Linus Walleij
On Fri, May 2, 2025 at 10:59 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 v2 0/5] powerpc: convert board-file GPIO chips to using new value setters

2025-05-02 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 --- Chang