Re: [U-Boot] [PATCH 32/51] drivers: Add ihs_fpga and gdsys_soc drivers

2017-07-25 Thread Mario Six
Hi Simon, On Wed, Jul 19, 2017 at 11:06 AM, Simon Glass wrote: > Hi Mario, > > On 14 July 2017 at 05:55, Mario Six wrote: >> This patch adds DM drivers for IHS FPGAs and their associated busses, as >> well as uclasses for both. >> >> Signed-off-by: Mario

Re: [U-Boot] [PATCH 32/51] drivers: Add ihs_fpga and gdsys_soc drivers

2017-07-19 Thread Simon Glass
Hi Mario, On 14 July 2017 at 05:55, Mario Six wrote: > This patch adds DM drivers for IHS FPGAs and their associated busses, as > well as uclasses for both. > > Signed-off-by: Mario Six > --- > > drivers/misc/Kconfig | 6 + > drivers/misc/Makefile

[U-Boot] [PATCH 32/51] drivers: Add ihs_fpga and gdsys_soc drivers

2017-07-14 Thread Mario Six
This patch adds DM drivers for IHS FPGAs and their associated busses, as well as uclasses for both. Signed-off-by: Mario Six --- drivers/misc/Kconfig | 6 + drivers/misc/Makefile| 1 + drivers/misc/gdsys_soc.c | 51 +++ drivers/misc/ihs_fpga.c | 871