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-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html