public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v3 0/2] staging: axis-fifo: convert bindings to YAML
@ 2026-02-27 20:08 Lucas Faria Mendes
  2026-02-27 20:08 ` [PATCH v3 1/2] dt-bindings: misc: xlnx,axi-fifo-mm-s: convert to json-schema Lucas Faria Mendes
  2026-02-27 20:08 ` [PATCH v3 2/2] staging: axis-fifo: update driver to handle boolean DT properties Lucas Faria Mendes
  0 siblings, 2 replies; 4+ messages in thread
From: Lucas Faria Mendes @ 2026-02-27 20:08 UTC (permalink / raw)
  To: gregkh, ovidiu.panait.oss, robh, krzk+dt, conor+dt
  Cc: devicetree, linux-staging, Lucas Faria Mendes

Changes since v2:
- Fixed commit message formatting and content.
- Sent as a new thread as requested by the maintainer.
- Added a more detailed explanation for boolean conversion.
- Renamed example node to fifo as requested by maintainer.

Changes since v1:
- Converted use-rx/tx-data to booleans.
- Deleted legacy text binding.
- Renamed example node to dma-controller.

Lucas Faria Mendes (2):
  dt-bindings: misc: xlnx,axi-fifo-mm-s: convert to json-schema
  staging: axis-fifo: update driver to handle boolean DT properties

 .../bindings/misc/xlnx,axi-fifo-mm-s.yaml     | 95 ++++++++++++++++++
 drivers/staging/axis-fifo/axis-fifo.c         | 56 +++--------
 drivers/staging/axis-fifo/axis-fifo.txt       | 96 -------------------
 3 files changed, 109 insertions(+), 138 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-28 10:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-27 20:08 [PATCH v3 0/2] staging: axis-fifo: convert bindings to YAML Lucas Faria Mendes
2026-02-27 20:08 ` [PATCH v3 1/2] dt-bindings: misc: xlnx,axi-fifo-mm-s: convert to json-schema Lucas Faria Mendes
2026-02-28 10:50   ` Krzysztof Kozlowski
2026-02-27 20:08 ` [PATCH v3 2/2] staging: axis-fifo: update driver to handle boolean DT properties Lucas Faria Mendes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox