Merge branch 'regulator-4.20' into regulator-next

This commit is contained in:
Mark Brown
2018-10-21 17:00:02 +01:00
55 changed files with 3109 additions and 1113 deletions
+1
View File
@@ -30,6 +30,7 @@ struct gpio_descs {
#define GPIOD_FLAGS_BIT_DIR_OUT BIT(1)
#define GPIOD_FLAGS_BIT_DIR_VAL BIT(2)
#define GPIOD_FLAGS_BIT_OPEN_DRAIN BIT(3)
#define GPIOD_FLAGS_BIT_NONEXCLUSIVE BIT(4)
/**
* Optional flags that can be passed to one of gpiod_* to configure direction