Re: [U-Boot] [PATCH 36/51] drivers: Add ihs_axi driver

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: >> Add a driver for the IHS AXI bus on IHS FPGAs. > > Can we make this uclass more generic by using AXI instead of IHS_AXI? > This

Re: [U-Boot] [PATCH 36/51] drivers: Add ihs_axi driver

2017-07-19 Thread Simon Glass
Hi Mario, On 14 July 2017 at 05:55, Mario Six wrote: > Add a driver for the IHS AXI bus on IHS FPGAs. Can we make this uclass more generic by using AXI instead of IHS_AXI? > > Signed-off-by: Mario Six > --- > > drivers/misc/Kconfig | 7 ++ >

[U-Boot] [PATCH 36/51] drivers: Add ihs_axi driver

2017-07-14 Thread Mario Six
Add a driver for the IHS AXI bus on IHS FPGAs. Signed-off-by: Mario Six --- drivers/misc/Kconfig | 7 ++ drivers/misc/Makefile | 1 + drivers/misc/ihs_axi.c | 208 + include/dm/uclass-id.h | 1 + include/ihs_axi.h