[PATCH 0/2] mux: gpio: Add external mux enable gpio

Tapio Reijonen posted 2 patches 1 month, 1 week ago
.../devicetree/bindings/mux/gpio-mux.yaml          |  5 ++++
drivers/mux/gpio.c                                 | 30 +++++++++++++++++-----
2 files changed, 29 insertions(+), 6 deletions(-)
[PATCH 0/2] mux: gpio: Add external mux enable gpio
Posted by Tapio Reijonen 1 month, 1 week ago
The output state of a mux might be misinterpreted
during transition from one state to another.
Using a dedicated optional gpio pin, the validity
of the mux state can be communicated to connected devices.
 
This series adds support for defining the optional
gpio pin for this purpose, along with documentation.

Signed-off-by: Tapio Reijonen <tapio.reijonen@vaisala.com>
---
Tapio Reijonen (2):
      dt-bindings: mux: Add description for enable GPIO
      mux: gpio: Add external mux enable gpio

 .../devicetree/bindings/mux/gpio-mux.yaml          |  5 ++++
 drivers/mux/gpio.c                                 | 30 +++++++++++++++++-----
 2 files changed, 29 insertions(+), 6 deletions(-)
---
base-commit: e53642b87a4f4b03a8d7e5f8507fc3cd0c595ea6
change-id: 20250925-add-external-mux-enable-gpio-c9ba5beddd49

Best regards,
-- 
Tapio Reijonen <tapio.reijonen@vaisala.com>