[PATCH 0/4] gpio: introduce descriptor-based interface
Linus Walleij
linus.walleij at linaro.org
Tue Jan 22 03:55:32 EST 2013
On Sun, Jan 20, 2013 at 7:07 AM, Alex Courbot <acourbot at nvidia.com> wrote:
> Actually the question of switching to GPIOlib is only worth being asked if
> you are making use of drivers that require GENERIC_GPIO. If this is not the
> case and your GPIOs are only used by your own platform code, you can always
> give up using defining GENERIC_GPIO and continue implementing them your own
> way.
Agreed. The problem can be summed up like this:
#include <linux/gpio.h>
Considered ambiguous.
#include <asm/foo/bar/baz-gpio.h>
OK with me.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list