Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1633661

[PATCH v2 0/2] Lattice MachXO2 Slave SPI FPGA Manager support

From Paolo Pisati <p.pisati@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] Lattice MachXO2 Slave SPI FPGA Manager support
Date 2017-05-01 15:20 +0200
Message-ID <tCjp7-1c4-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] Lattice MachXO2 Slave SPI FPGA Manager support Paolo Pisati <p.pisati@gmail.com> - 2017-05-01 15:20 +0200
  [PATCH v2 1/2] dt: bindings: fpga: add lattice machxo2 slave spi binding description Paolo Pisati <p.pisati@gmail.com> - 2017-05-01 15:20 +0200
    Re: [PATCH v2 1/2] dt: bindings: fpga: add lattice machxo2 slave spi  binding description Rob Herring <robh@kernel.org> - 2017-05-05 22:30 +0200
  [PATCH v2 2/2] fpga: lattice machxo2: Add Lattice MachXO2 support Paolo Pisati <p.pisati@gmail.com> - 2017-05-01 15:20 +0200
    Re: [PATCH v2 2/2] fpga: lattice machxo2: Add Lattice MachXO2 support Moritz Fischer <mdf@kernel.org> - 2017-05-01 20:00 +0200

csiph-web