Hello, I obtained the list of people in CC: after discussions with Drew Fustini and I hope I am not bothering any of you. Here I am sending for review a couple of patches that add a multiplexer that uses a GPIO pin as its output. I welcome all ideas how to improve this or, more importantly, pointers if similar can be achieved with something that is already present in the kernel code. Thanks, Mauri Mauri Sandberg (2): dt-bindings: gpio-mux-input: add documentation gpio: gpio-mux-input: add generic gpio input multiplexer .../bindings/gpio/gpio-mux-input.yaml | 55 +++++++ drivers/gpio/Kconfig | 11 ++ drivers/gpio/Makefile | 1 + drivers/gpio/gpio-mux-input.c | 143 ++++++++++++++++++ 4 files changed, 210 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-mux-input.yaml create mode 100644 drivers/gpio/gpio-mux-input.c base-commit: 7ac554888233468a9fd7c4f28721396952dd9959 -- 2.25.1