Hi Simon, On Fri, May 25, 2018 at 4:42 AM, Simon Glass <[email protected]> wrote: > On 23 May 2018 at 08:07, Mario Six <[email protected]> wrote: >> Add driver for the IHS IO endpoint on IHS FPGAs. >> >> Signed-off-by: Mario Six <[email protected]> >> >> --- >> >> v2 -> v3: >> No changes >> >> v1 -> v2: >> * Switched to regmap usage (instead of fpgamap) >> >> --- >> drivers/misc/Kconfig | 6 ++ >> drivers/misc/Makefile | 1 + >> drivers/misc/gdsys_ioep.c | 155 >> ++++++++++++++++++++++++++++++++++++++++++++++ >> drivers/misc/gdsys_ioep.h | 73 ++++++++++++++++++++++ >> 4 files changed, 235 insertions(+) >> create mode 100644 drivers/misc/gdsys_ioep.c >> create mode 100644 drivers/misc/gdsys_ioep.h >> > > Reviewed-by: Simon Glass <[email protected]> > > But you should check the error return value from regmap_init_mem()
True, will be added in v4. Best regards, Mario _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

