Re: [PATCH 10/21] gpiolib: replace find_chip_by_name() with gpio_device_find_by_label()
Linus Walleij <[email protected]> Thu, 7 Sep 2023 09:20:40 +0200
| Newsgroups | dev.linux.lists.timestamp,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-acpi,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel,org.kernel.vger.linux-omap,org.kernel.vger.linux-tegra,org.kernel.vger.platform-driver-x86 |
|---|---|
| Message-ID | <CACRpkdZdaBELiyR8da2GHxj+=FFzsvL+5POX5139+OTA8rKUeg@mail.gmail.com> |
On Tue, Sep 5, 2023 at 8:53 PM Bartosz Golaszewski <[email protected]> wrote: > From: Bartosz Golaszewski <[email protected]> > > Remove all remaining uses of find_chip_by_name() (and subsequently: > gpiochip_find()) from gpiolib.c and use the new > gpio_device_find_by_label() instead. > > Signed-off-by: Bartosz Golaszewski <[email protected]> With Andy's comment addressed: Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij