All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] FPGA Manager Patches for 4.18
@ 2018-04-17  3:43 Moritz Fischer
  2018-04-17  3:43 ` [PATCH 1/3] dt: bindings: fpga: add lattice machxo2 slave spi binding description Moritz Fischer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Moritz Fischer @ 2018-04-17  3:43 UTC (permalink / raw)
  To: gregkh
  Cc: linux-fpga.vger, devicetree, linux-kernel, atull, robh+dt,
	Moritz Fischer

Hi Greg,

Please queue the following patches for v4.18.

Alan's Patch clarifies the locking in the fpga-region code.

Paolo's patches add a new driver with corresponding bindings for a
Lattice FPGA part.

Thanks,

Moritz

Alan Tull (1):
  fpga: fpga-region: comment on fpga_region_program_fpga locking

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

-- 
2.17.0

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

end of thread, other threads:[~2018-04-17  3:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-17  3:43 [PATCH 0/3] FPGA Manager Patches for 4.18 Moritz Fischer
2018-04-17  3:43 ` [PATCH 1/3] dt: bindings: fpga: add lattice machxo2 slave spi binding description Moritz Fischer
2018-04-17  3:43 ` [PATCH 2/3] fpga: lattice machxo2: Add Lattice MachXO2 support Moritz Fischer
2018-04-17  3:43 ` [PATCH 3/3] fpga: fpga-region: comment on fpga_region_program_fpga locking Moritz Fischer

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.