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


Groups > linux.kernel > #1666670 > unrolled thread

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

Started byPaolo Pisati <p.pisati@gmail.com>
First post2017-06-15 13:20 +0200
Last post2017-06-15 13:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v3 0/2] [RESEND] Lattice MachXO2 Slave SPI FPGA Manager support Paolo Pisati <p.pisati@gmail.com> - 2017-06-15 13:20 +0200

#1666670 — [PATCH v3 0/2] [RESEND] Lattice MachXO2 Slave SPI FPGA Manager support

FromPaolo Pisati <p.pisati@gmail.com>
Date2017-06-15 13:20 +0200
Subject[PATCH v3 0/2] [RESEND] Lattice MachXO2 Slave SPI FPGA Manager support
Message-ID<tSAYF-1Mg-3@gated-at.bofh.it>
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

Changes from v2:
* convert to BIT() macro and spi_message_init() / trans.delay_usecs

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                         | 277 +++++++++++++++++++++
 4 files changed, 314 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/fpga/lattice-machxo2-spi.txt
 create mode 100644 drivers/fpga/machxo2-spi.c

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web