From: Lucas Faria Mendes <lucas.fariamo08@gmail.com>
To: gregkh@linuxfoundation.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, ovidiu.panait.oss@gmail.com
Cc: devicetree@vger.kernel.org, linux-staging@lists.linux.dev,
Lucas Faria Mendes <lucas.fariamo08@gmail.com>
Subject: [PATCH v2 0/3] staging: axis-fifo: convert bindings to YAML and fix style
Date: Fri, 27 Feb 2026 15:10:42 -0300 [thread overview]
Message-ID: <20260227181051.36207-1-lucas.fariamo08@gmail.com> (raw)
In-Reply-To: <20260227-unboxed-customary-7ce6eda1858c@spud>
This series converts the Xilinx AXI-Stream FIFO bindings from legacy
text format to a modern YAML json-schema. Additionally, it fixes
coding style issues in the driver and updates it to match the new
binding's boolean properties.
Changes since v1:
- Converted xlnx,use-rx-data and xlnx,use-tx-data to booleans in the
YAML schema and the driver code.
- Removed the rigid 32-bit data width check in the driver to better
align with hardware description principles.
- Renamed the example node to "dma-controller" and reordered the
'reg' property.
- Deleted the legacy text binding file that was replaced by the YAML
schema.
- Fixed a checkpatch.pl alignment warning.
Lucas Faria Mendes (3):
staging: axis-fifo: fix alignment to match open parenthesis
dt-bindings: misc: xlnx,axi-fifo-mm-s: convert to json-schema
staging: axis-fifo: fix alignment and handle boolean properties
.../bindings/misc/xlnx,axi-fifo-mm-s.yaml | 91 ++++++++++++++++++
drivers/staging/axis-fifo/axis-fifo.c | 58 +++--------
drivers/staging/axis-fifo/axis-fifo.txt | 96 -------------------
3 files changed, 106 insertions(+), 139 deletions(-)
create mode 100644 Documentation/devicetree/bindings/misc/xlnx,axi-fifo-mm-s.yaml
delete mode 100644 drivers/staging/axis-fifo/axis-fifo.txt
--
2.53.0
next parent reply other threads:[~2026-02-27 18:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20260227-unboxed-customary-7ce6eda1858c@spud>
2026-02-27 18:10 ` Lucas Faria Mendes [this message]
2026-02-27 18:10 ` [PATCH v2 1/3] staging: axis-fifo: fix alignment to match open parenthesis Lucas Faria Mendes
2026-02-27 18:10 ` [PATCH v2 2/3] dt-bindings: misc: xlnx,axi-fifo-mm-s: convert to json-schema Lucas Faria Mendes
2026-02-27 18:29 ` Conor Dooley
2026-02-27 19:27 ` Rob Herring (Arm)
2026-02-27 18:10 ` [PATCH v2 3/3] staging: axis-fifo: fix alignment and handle boolean properties Lucas Faria Mendes
2026-02-28 11:22 ` Dan Carpenter
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=20260227181051.36207-1-lucas.fariamo08@gmail.com \
--to=lucas.fariamo08@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=krzk+dt@kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=ovidiu.panait.oss@gmail.com \
--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