From: iansdannapel@gmail.com
To: linux-fpga@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: mdf@kernel.org, yilun.xu@intel.com, trix@redhat.com,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
neil.armstrong@linaro.org, heiko@sntech.de, marex@nabladev.com,
prabhakar.mahadev-lad.rj@bp.renesas.com, dev@kael-k.io,
Ian Dannapel <iansdannapel@gmail.com>
Subject: [PATCH v6 0/3] Add Efinix FPGA configuration support
Date: Fri, 27 Mar 2026 12:48:38 +0100 [thread overview]
Message-ID: <20260327114842.1300284-1-iansdannapel@gmail.com> (raw)
From: Ian Dannapel <iansdannapel@gmail.com>
Hi all,
This is v6 of the series adding support for programming Efinix FPGAs
over SPI using the fpga-mgr subsystem.
The series adds DT bindings for the Efinix SPI configuration interface
and a new FPGA manager driver implementing passive SPI configuration.
Testing:
- Verified on a custom board with an Efinix Trion T13 FPGA
- Tested full bitstream configuration over SPI at 25 MHz
Changes since v5:
dt-bindings: vendor-prefix: Add prefix for Efinix, Inc.
- fixed trailer formatting
dt-bindings: fpga: Add Efinix SPI programming bindings
- renamed the binding from efinix,trion-spi.yaml to
efinix,trion-config.yaml
- replaced the generic fallback approach with a family fallback scheme
- made efinix,trion-config the required fallback for Titanium and Topaz
- updated the example to use the new compatible naming
- added an example showing the fallback-compatible form
- removed driver-limitation wording from the binding description
fpga-mgr: Add Efinix SPI programming driver
- renamed compatibles from *-spi to *-config
- aligned the driver with the fallback-compatible scheme
- removed direct OF matching for Titanium and Topaz so binding happens
via the Trion fallback compatible
- moved Kconfig and Makefile entries to the end of the FPGA manager
sections
- fixed kernel-doc style multi-line comments
- documented why chip select must stay asserted across reset and
bitstream transfer
- removed the redundant bus_locked state
- reordered probe initialization
Ian Dannapel (3):
dt-bindings: vendor-prefix: Add prefix for Efinix, Inc.
dt-bindings: fpga: Add Efinix SPI programming bindings
fpga-mgr: Add Efinix SPI programming driver
.../bindings/fpga/efinix,trion-config.yaml | 96 +++++++
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
drivers/fpga/Kconfig | 7 +
drivers/fpga/Makefile | 1 +
drivers/fpga/efinix-spi.c | 263 ++++++++++++++++++
5 files changed, 369 insertions(+)
create mode 100644 Documentation/devicetree/bindings/fpga/efinix,trion-config.yaml
create mode 100644 drivers/fpga/efinix-spi.c
--
2.43.0
next reply other threads:[~2026-03-27 11:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-27 11:48 iansdannapel [this message]
2026-03-27 11:48 ` [PATCH v6 1/3] dt-bindings: vendor-prefix: Add prefix for Efinix, Inc iansdannapel
2026-03-27 11:48 ` [PATCH v6 2/3] dt-bindings: fpga: Add Efinix SPI programming bindings iansdannapel
2026-04-07 18:49 ` Rob Herring (Arm)
2026-03-27 11:48 ` [PATCH v6 3/3] fpga-mgr: Add Efinix SPI programming driver iansdannapel
2026-04-07 6:12 ` Xu Yilun
2026-04-07 8:20 ` Ian Dannapel
2026-03-30 10:38 ` [PATCH v6 0/3] Add Efinix FPGA configuration support Xu Yilun
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=20260327114842.1300284-1-iansdannapel@gmail.com \
--to=iansdannapel@gmail.com \
--cc=conor+dt@kernel.org \
--cc=dev@kael-k.io \
--cc=devicetree@vger.kernel.org \
--cc=heiko@sntech.de \
--cc=krzk+dt@kernel.org \
--cc=linux-fpga@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marex@nabladev.com \
--cc=mdf@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=robh@kernel.org \
--cc=trix@redhat.com \
--cc=yilun.xu@intel.com \
/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