[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250605063422.3813260-1-c-vankar@ti.com>
Date: Thu, 5 Jun 2025 12:04:20 +0530
From: Chintan Vankar <c-vankar@...com>
To: Thorsten Blum <thorsten.blum@...ux.dev>, Andrew Davis <afd@...com>,
Chintan Vankar <c-vankar@...com>, Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Rob Herring <robh@...nel.org>, Peter Rosin <peda@...ntia.se>
CC: <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<s-vadapalli@...com>, <vigneshr@...com>, <nm@...com>,
<danishanwar@...com>
Subject: [PATCH 0/2] Add support for new property 'mux-reg-masks-state' for mmio mux
This series extends mmio-mux driver's capability to configure driver in
with extended property.
In current driver implementation (mmio.c), driver is parsing register's
offset, mask and value from two different device tree property. In order
to configure mux register, these two properties should be synchronized
with each other, and this constraint makes it complex to modify or add
further entries for that memory region. To simplify this, add support for
a new property, "mux-reg-masks-state", which allows offset, mask, and
value to be specified together as a tuple, and remove the above
constraint.
This series is based on linux next tagged next-20250604.
Link to RFC series:
https://lore.kernel.org/r/20250304102306.2977836-1-c-vankar@ti.com/
Chintan Vankar (2):
devicetree: bindings: mux: reg-mux: Add support for new property
'mux-reg-masks-state'
mux: mmio: Extend mmio-mux driver to configure mux with
mux-reg-masks-state
.../devicetree/bindings/mux/reg-mux.yaml | 32 +++-
drivers/mux/mmio.c | 144 ++++++++++++++----
2 files changed, 148 insertions(+), 28 deletions(-)
--
2.34.1
Powered by blists - more mailing lists