[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1493644512-14776-1-git-send-email-p.pisati@gmail.com>
Date: Mon, 1 May 2017 15:15:10 +0200
From: Paolo Pisati <p.pisati@...il.com>
To: Alan Tull <atull@...nsource.altera.com>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Moritz Fischer <moritz.fischer@...us.com>
Cc: devicetree@...r.kernel.org, linux-fpga@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/2] Lattice MachXO2 Slave SPI FPGA Manager support
Hi all,
this series adds support for the Lattice MachXO2 FPGA chip, programmed
over Slave SPI.
Tested on my raspberry pi3 + bugblat's pif2 fpga hat.
Changes from v1:
* fixed all the warnings pointed out by 'checkpatch --strict' and
Alan Tull
Paolo Pisati (2):
dt: bindings: fpga: add lattice machxo2 slave spi binding description
fpga: lattice machxo2: Add Lattice MachXO2 support
.../bindings/fpga/lattice-machxo2-spi.txt | 29 +++
drivers/fpga/Kconfig | 7 +
drivers/fpga/Makefile | 1 +
drivers/fpga/machxo2-spi.c | 214 +++++++++++++++++++++
4 files changed, 251 insertions(+)
create mode 100644 Documentation/devicetree/bindings/fpga/lattice-machxo2-spi.txt
create mode 100644 drivers/fpga/machxo2-spi.c
--
2.7.4
Powered by blists - more mailing lists