misc: Add IHS FPGA driver
authorMario Six <mario.six@gdsys.cc>
Thu, 4 Oct 2018 07:00:55 +0000 (09:00 +0200)
committerSimon Glass <sjg@chromium.org>
Wed, 14 Nov 2018 17:16:27 +0000 (09:16 -0800)
commitab88bd2b6a160310953a230d4a4c334ea6a65d3b
treeb13f6123ab17c212ce3713c01eb863cfd8541495
parentc0a2b086b22b4af3253e4e22d5a9d1e809fd1352
misc: Add IHS FPGA driver

Add a driver for gdsys IHS (Integrated Hardware Systems) FPGAs, which
supports initialization of the FPGA, as well as information gathering.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Documentation/devicetree/bindings/misc/gdsys,iocon_fpga.txt [new file with mode: 0644]
Documentation/devicetree/bindings/misc/gdsys,iocpu_fpga.txt [new file with mode: 0644]
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/ihs_fpga.c [new file with mode: 0644]
drivers/misc/ihs_fpga.h [new file with mode: 0644]