Hi, this series address all comments made on [1]. Patch "regulator: da9062: fix suspend_enable/disable preparation" was applied mainline so I droppped it. Patch "gpio: add support to get local gpio number" is new and based on Linus suggestion. The v2 has no compile dependency like [1] but you need to apply [2] else the features can't be used. [1] https://lkml.org/lkml/2019/9/17/411 [2] https://patchwork.ozlabs.org/cover/1201549/ Marco Felsch (5): gpio: add support to get local gpio number dt-bindings: mfd: da9062: add regulator voltage selection documentation regulator: da9062: add voltage selection gpio support dt-bindings: mfd: da9062: add regulator gpio enable/disable documentation regulator: da9062: add gpio based regulator dis-/enable support .../devicetree/bindings/mfd/da9062.txt | 17 ++ drivers/gpio/gpiolib.c | 6 + drivers/regulator/da9062-regulator.c | 244 ++++++++++++++++++ include/linux/gpio/consumer.h | 10 + 4 files changed, 277 insertions(+) -- 2.20.1