axi: Add ihs_axi driver
authorMario Six <mario.six@gdsys.cc>
Thu, 9 Aug 2018 12:51:17 +0000 (14:51 +0200)
committerAnatolij Gustschin <agust@denx.de>
Sat, 11 Aug 2018 06:08:59 +0000 (08:08 +0200)
commit9fc8706d65fc812f4e1a2da78d3b4411c866db63
tree76701b4c60bbac4ffa04eb5bd9078a18dbd66e9f
parenta63e54ab5fea8aa15c561dd29bd10edfccc1609c
axi: Add ihs_axi driver

Add a driver for the gdsys IHS AXI bus used on IHS FPGAs.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Documentation/devicetree/bindings/axi/gdsys,ihs_axi.txt [new file with mode: 0644]
drivers/axi/Kconfig
drivers/axi/Makefile
drivers/axi/ihs_axi.c [new file with mode: 0644]