Re: [PATCH v2 1/2] of/gpio: Define OF_GPIO_OPEN_DRAIN and OF_GPIO_OPEN_SOURCE flags.

From: Linus Walleij
Date: Mon Feb 24 2014 - 07:11:23 EST


On Tue, Feb 11, 2014 at 8:49 PM, David Daney <ddaney.cavm@xxxxxxxxx> wrote:

> enum of_gpio_flags {
> OF_GPIO_ACTIVE_LOW = 0x1,
> + OF_GPIO_OPEN_DRAIN = 0x2,
> + OF_GPIO_OPEN_SOURCE = 0x4,
> };

BTW I think this enum shall be deleted and replaced by
#include <dt-bindings/gpio/gpio.h> and use the definition from
there.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/