Re: [U-Boot] [PATCH v3 12/13] misc: Add gdsys_soc driver

2018-08-02 Thread Simon Glass
On 31 July 2018 at 04:01, Mario Six wrote: > This patch adds a driver for the bus associated with a IHS FPGA. > > Signed-off-by: Mario Six > --- > > v2 -> v3: > * Fixed style violations > * Added bindings file > * Added more debug output in case of errors > * Switched all printfs to debug > * Doc

[U-Boot] [PATCH v3 12/13] misc: Add gdsys_soc driver

2018-07-31 Thread Mario Six
This patch adds a driver for the bus associated with a IHS FPGA. Signed-off-by: Mario Six --- v2 -> v3: * Fixed style violations * Added bindings file * Added more debug output in case of errors * Switched all printfs to debug * Documented the private data structure * Formatted documentation as