From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 11 Aug 2018 16:13:54 +0200 Subject: [U-Boot] [PATCH v3 1/8] drivers: Add AXI uclass In-Reply-To: <20180809125123.13278-1-mario.six@gdsys.cc> References: <20180809125123.13278-1-mario.six@gdsys.cc> Message-ID: <20180811161336.2c53593d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Reviewed-by: Simon Glass > > --- > > 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