Merge branch 'ib-pca953x-config' into devel

This commit is contained in:
Linus Walleij
2019-02-14 08:45:22 +01:00
8 changed files with 127 additions and 18 deletions

View File

@@ -12,6 +12,8 @@ enum gpio_lookup_flags {
GPIO_OPEN_SOURCE = (1 << 2),
GPIO_PERSISTENT = (0 << 3),
GPIO_TRANSITORY = (1 << 3),
GPIO_PULL_UP = (1 << 4),
GPIO_PULL_DOWN = (1 << 5),
};
/**