fpga: lattice machxo2: Add Lattice MachXO2 support
authorPaolo Pisati <p.pisati@gmail.com>
Tue, 17 Apr 2018 03:43:36 +0000 (20:43 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Apr 2018 11:33:01 +0000 (13:33 +0200)
commit88fb3a0023307356a05f6b8e61a0ccddc6d32b2c
treec8c69853771b1fcb9a11b055c6b90d8c2ee4d06e
parentd549ac081c41d1925804bf73393aca8e3978b582
fpga: lattice machxo2: Add Lattice MachXO2 support

This patch adds support to the FPGA manager for programming
MachXO2 device’s internal flash memory, via slave SPI.

Signed-off-by: Paolo Pisati <p.pisati@gmail.com>
[atull@kernel.org: use existing FPGA mgr API]
Signed-off-by: Alan Tull <atull@kernel.org>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fpga/Kconfig
drivers/fpga/Makefile
drivers/fpga/machxo2-spi.c [new file with mode: 0644]