Hi Mario, On Thu, 9 Aug 2018 14:51:16 +0200 Mario Six mario....@gdsys.cc wrote:
> Add a uclass for AXI (Advanced eXtensible Interface) busses, and a > driver for the gdsys IHS AXI bus on IHS FPGAs. > > Signed-off-by: Mario Six <mario....@gdsys.cc> > Reviewed-by: Simon Glass <s...@chromium.org> > > --- > > v2 -> v3: > * Fixed the AXI uclass comment ('busses' -> 'bus') > * Fixed style violations > > v1 -> v2: > * Spelled out all abbreviations in the Kconfig help > * Split commit into uclass addition and driver addition > > --- > drivers/Kconfig | 2 ++ > drivers/Makefile | 1 + > drivers/axi/Kconfig | 13 ++++++++ > drivers/axi/Makefile | 8 +++++ > drivers/axi/axi-uclass.c | 39 ++++++++++++++++++++++++ > include/axi.h | 78 > ++++++++++++++++++++++++++++++++++++++++++++++++ > include/dm/uclass-id.h | 1 + > 7 files changed, 142 insertions(+) > create mode 100644 drivers/axi/Kconfig > create mode 100644 drivers/axi/Makefile > create mode 100644 drivers/axi/axi-uclass.c > create mode 100644 include/axi.h Series applied to u-boot-video/master, thanks! -- Anatolij _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot