[U-Boot] [PATCH v3 1/8] drivers: Add AXI uclass

Anatolij Gustschin agust at denx.de
Sat Aug 11 14:13:54 UTC 2018


Hi Mario,

On Thu,  9 Aug 2018 14:51:16 +0200
Mario Six mario.six at 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.six at gdsys.cc>
> Reviewed-by: Simon Glass <sjg at 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


More information about the U-Boot mailing list