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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html