drivers: Add AXI uclass
authorMario Six <mario.six@gdsys.cc>
Thu, 9 Aug 2018 12:51:16 +0000 (14:51 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 11 Aug 2018 06:07:36 +0000 (08:07 +0200)
commita63e54ab5fea8aa15c561dd29bd10edfccc1609c
tree9461d3c18d87303508de348aa26d4a270a69d205
parentf05ebbf47a9dc863ff4bb084649ecb34d728b5f2
drivers: Add AXI uclass

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.six@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/Kconfig
drivers/Makefile
drivers/axi/Kconfig [new file with mode: 0644]
drivers/axi/Makefile [new file with mode: 0644]
drivers/axi/axi-uclass.c [new file with mode: 0644]
include/axi.h [new file with mode: 0644]
include/dm/uclass-id.h