Message ID | 20240228184412.3591847-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | gpiolib: Align prototypes of *gpio_count() APIs | expand |
On Wed, Feb 28, 2024 at 7:44 PM Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote: > Two out of three GPIO count APIs take device pointer. OF case clearly > does not need it as it immediately switches to device node inside, and > ACPI abstracts that to struct acpi_device pointer. Unify all these by > making them to take struct fwnode_handle pointer. This, in particular, > will allow to create fwnode_gpio_count() API if needed. The need of that > was discussed here [1]. This looks reasonable to me: Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij