Re: [U-Boot] [PATCH v4 13/13] misc: Add IHS FPGA driver

2018-08-06 Thread Anatolij Gustschin
On Fri, 3 Aug 2018 10:01:18 +0200 Mario Six mario@gdsys.cc wrote: ... > --- > .../devicetree/bindings/misc/gdsys,iocon_fpga.txt | 19 + > .../devicetree/bindings/misc/gdsys,iocpu_fpga.txt | 19 + > drivers/misc/Kconfig | 9 + > drivers/misc/Makefile

[U-Boot] [PATCH v4 13/13] misc: Add IHS FPGA driver

2018-08-03 Thread Mario Six
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 Signed-off-by: Mario Six --- v3 -> v4: * Switched from 'res' as the name for return variables to 'ret' v2 -> v3: * Fixed style