From: Pramod Maurya <pramod.nexgen@gmail.com>
To: jic23@kernel.org
Cc: lars@metafoo.de, linux-iio@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
pramod.nexgen@gmail.com
Subject: [PATCH v4 0/3] Convert Xilinx XADC binding to YAML and related cleanups
Date: Fri, 15 May 2026 03:57:33 -0400 [thread overview]
Message-ID: <20260515075736.172172-1-pramod.nexgen@gmail.com> (raw)
In-Reply-To: <20260510083219.70224-1-pramod.nexgen@gmail.com>
This series converts the Xilinx XADC device tree binding from the legacy
plain-text format to a validated YAML schema, fixes a checkpatch alignment
warning in the axis-fifo staging driver, and adds a YAML DT binding for
the Xilinx AXI-Stream FIFO IP core.
Patch 1 is v4 of the XADC binding conversion. Previous versions had the
following issues that are now addressed:
- v3: xlnx,channels was placed in patternProperties to satisfy the
vendor-props.yaml meta-schema; dt-schema PR#195 (merged by Rob
Herring) now allows commas in nodenames so it correctly lives in
properties. A companion dt-schema update is needed to add
xlnx,channels to the vendor-props.yaml explicit object exceptions
(similar to the existing adi,channels entry).
- v3: reg constraints inside channel subnodes used bare minimum/maximum
keywords which are silently ignored on array types; the description
now documents the valid range and reg uses maxItems: 1 per cell.yaml.
- v3: xlnx,bipolar had a redundant type: boolean alongside the $ref
to /schemas/types.yaml#/definitions/flag; the $ref already implies
the boolean type so type: boolean is removed.
Patches 2 and 3 are new additions to this series.
Pramod Maurya (3):
dt-bindings: iio: adc: Convert xilinx-xadc bindings to YAML schema
staging: axis-fifo: Fix alignment of wait_event_interruptible
arguments
dt-bindings: misc: Add binding for Xilinx AXI-Stream FIFO
.../bindings/iio/adc/xilinx-xadc.txt | 141 ------------
.../bindings/iio/adc/xlnx,xadc.yaml | 210 ++++++++++++++++++
.../bindings/misc/xlnx,axi-fifo-mm-s.yaml | 93 ++++++++
MAINTAINERS | 13 ++
drivers/staging/axis-fifo/axis-fifo.c | 3 +-
5 files changed, 318 insertions(+), 142 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/iio/adc/xilinx-xadc.txt
create mode 100644 Documentation/devicetree/bindings/iio/adc/xlnx,xadc.yaml
create mode 100644 Documentation/devicetree/bindings/misc/xlnx,axi-fifo-mm-s.yaml
--
2.52.0
next prev parent reply other threads:[~2026-05-15 7:58 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-10 8:32 [PATCH v3] dt-bindings: iio: adc: Convert xilinx-xadc bindings to YAML schema Pramod Maurya
2026-05-10 9:43 ` Rob Herring (Arm)
2026-05-10 12:01 ` Pramod Maurya
2026-05-11 16:15 ` Jonathan Cameron
2026-05-11 16:24 ` David Lechner
2026-05-12 12:14 ` Rob Herring
2026-05-12 13:58 ` David Lechner
2026-05-12 14:10 ` Michal Simek
2026-05-12 14:16 ` David Lechner
2026-05-12 14:21 ` Michal Simek
2026-05-12 14:13 ` David Lechner
2026-05-12 19:42 ` Rob Herring
2026-05-12 20:03 ` David Lechner
2026-05-12 20:48 ` Rob Herring
2026-05-11 16:17 ` Jonathan Cameron
2026-05-15 7:57 ` Pramod Maurya [this message]
2026-05-15 7:57 ` [PATCH v4 1/3] " Pramod Maurya
2026-05-15 7:57 ` [PATCH v4 2/3] staging: axis-fifo: Fix alignment of wait_event_interruptible arguments Pramod Maurya
2026-05-15 7:57 ` [PATCH v4 3/3] dt-bindings: misc: Add binding for Xilinx AXI-Stream FIFO Pramod Maurya
2026-05-15 11:03 ` Krzysztof Kozlowski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260515075736.172172-1-pramod.nexgen@gmail.com \
--to=pramod.nexgen@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox