All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v11 0/2] fpga: Lattice MachXO2 Slave SPI FPGA Manager support
@ 2018-04-12 15:13 Alan Tull
  2018-04-12 15:13 ` [PATCH v11 1/2] dt: bindings: fpga: add lattice machxo2 slave spi binding description Alan Tull
  2018-04-12 15:13 ` [PATCH v11 2/2] fpga: lattice machxo2: Add Lattice MachXO2 support Alan Tull
  0 siblings, 2 replies; 3+ messages in thread
From: Alan Tull @ 2018-04-12 15:13 UTC (permalink / raw)
  To: Moritz Fischer; +Cc: Alan Tull, linux-kernel, linux-fpga

This is Paolo's v10 with a minor fixup.  I had asked him to rebase his
patch on a branch with a new FPGA manager API.  That API change ended
up not going upstream, so I've fixed it for the current API.  This patch
applies cleanly on the current linux-next.

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

-- 
2.16.2

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

end of thread, other threads:[~2018-04-12 15:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-12 15:13 [PATCH v11 0/2] fpga: Lattice MachXO2 Slave SPI FPGA Manager support Alan Tull
2018-04-12 15:13 ` [PATCH v11 1/2] dt: bindings: fpga: add lattice machxo2 slave spi binding description Alan Tull
2018-04-12 15:13 ` [PATCH v11 2/2] fpga: lattice machxo2: Add Lattice MachXO2 support Alan Tull

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.