Hi, this v4 adds the missing PIN_CONFIG_BIAS_DISABLE support so pull-ups/-downs can be disconnected. I also added all git-tag already made on my v3 [1]. @Lee checkpatch complains about the "Acked-for-MFD-by" tag. I kept it but is this behaviour on purpose? Regards, Marco [1] https://lkml.org/lkml/2019/12/12/601 Marco Felsch (3): dt-bindings: mfd: da9062: add gpio bindings mfd: da9062: add support for the DA9062 GPIOs in the core pinctrl: da9062: add driver support .../devicetree/bindings/mfd/da9062.txt | 10 + MAINTAINERS | 1 + drivers/mfd/da9062-core.c | 16 +- drivers/pinctrl/Kconfig | 12 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/pinctrl-da9062.c | 300 ++++++++++++++++++ 6 files changed, 339 insertions(+), 1 deletion(-) create mode 100644 drivers/pinctrl/pinctrl-da9062.c -- 2.20.1