[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK8P3a0F3c_PdYWX62w+8uBa=OS9f-a-OJ3b+_KscRTf3-9CJQ@mail.gmail.com>
Date: Tue, 9 Nov 2021 11:54:21 +0100
From: Arnd Bergmann <arnd@...nel.org>
To: Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
Cc: "open list:GPIO SUBSYSTEM" <linux-gpio@...r.kernel.org>,
Arnd Bergmann <arnd@...db.de>,
Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2 7/8] gpiolib: remove gpio_to_chip
On Tue, Nov 9, 2021 at 11:32 AM Andy Shevchenko
<andriy.shevchenko@...ux.intel.com> wrote:
>
> > #ifdef CONFIG_GPIOLIB
>
> I'm wondering if we need this ifdeffery at all.
We don't need it for the first half (gpio_set_value, gpio_direction_input, ...),
which could just be unconditional wrappers around the gpiod versions.
Removing that #ifdef would require always including linux/gpio/consumer.h
here, so we'd no longer get a build failure when a driver uses gpiod_*
without including that directly (when GPIOLIB is disabled).
I actually had a patch in my series to do this, but dropped that because
the second half (gpio_request/gpio_free/...) does need the #ifdef
Arnd
Powered by blists - more mailing lists