lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260116152621.75205-1-antoniu.miclaus@analog.com>
Date: Fri, 16 Jan 2026 17:26:06 +0200
From: Antoniu Miclaus <antoniu.miclaus@...log.com>
To: Peter Rosin <peda@...ntia.se>, Rob Herring <robh@...nel.org>,
        "Krzysztof
 Kozlowski" <krzk+dt@...nel.org>,
        Conor Dooley <conor+dt@...nel.org>,
        "Antoniu
 Miclaus" <antoniu.miclaus@...log.com>,
        Srinivas Kandagatla
	<srini@...nel.org>,
        Linus Walleij <linusw@...nel.org>,
        Johan Hovold
	<johan+linaro@...nel.org>,
        David Lechner <dlechner@...libre.com>, <devicetree@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
Subject: [PATCH v4 0/2] mux: gpio-mux: add enable GPIO support

This series adds optional enable GPIO support to the gpio-mux driver.
The enable GPIO allows the multiplexer to be disabled before changing
address lines and re-enabled after, preventing glitches that could
briefly activate unintended channels during transitions.

This feature is useful for devices like the Analog Devices ADG2404
(4:1 mux) that require enable control for glitch-free operation. The
binding documentation now includes ADG2404 as a supported device with
a dedicated example.

Changes in v4:
 * Remove device-specific compatible (adi,adg2404) per reviewer feedback
 * Use generic gpio-mux compatible for all GPIO-based muxes
 * Add ADG2404 to binding description for discoverability
 * Add dedicated ADG2404 example in binding
 * Update commit messages to reference ADG2404 as a use case

Antoniu Miclaus (2):
  dt-bindings: mux: gpio-mux: add enable-gpios support
  mux: gpio-mux: add support for enable GPIO

 .../devicetree/bindings/mux/gpio-mux.yaml     | 25 +++++++++++++++
 drivers/mux/gpio.c                            | 32 ++++++++++++++++++-
 2 files changed, 56 insertions(+), 1 deletion(-)

-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ