On Tue, Feb 11, 2014 at 8:49 PM, David Daney <ddaney.c...@gmail.com> 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to