]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0072121dea030673c47027ca9fbd15d7aa6d39a7
treec8c69853771b1fcb9a11b055c6b90d8c2ee4d06e
parentb3672e7b7bca9cb744816d9fd3f05fe7fa5e2fec
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]