From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/8] drivers: Add AXI uclass
Date: Sat, 11 Aug 2018 16:13:54 +0200 [thread overview]
Message-ID: <20180811161336.2c53593d@crub> (raw)
In-Reply-To: <20180809125123.13278-1-mario.six@gdsys.cc>
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@gdsys.cc>
> Reviewed-by: Simon Glass <sjg@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
prev parent reply other threads:[~2018-08-11 14:13 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-09 12:51 [U-Boot] [PATCH v3 1/8] drivers: Add AXI uclass Mario Six
2018-08-09 12:51 ` [U-Boot] [PATCH v3 2/8] axi: Add ihs_axi driver Mario Six
2018-08-09 12:51 ` [U-Boot] [PATCH v3 3/8] axi: Add AXI sandbox driver and simple emulator Mario Six
2018-08-09 12:51 ` [U-Boot] [PATCH v3 4/8] sandbox: Add and build AXI bus and device Mario Six
2018-08-09 12:51 ` [U-Boot] [PATCH v3 5/8] test: Add AXI test Mario Six
2018-08-09 12:51 ` [U-Boot] [PATCH v3 6/8] cmd: Add axi command Mario Six
2018-08-09 12:51 ` [U-Boot] [PATCH v3 7/8] video: Sort Makefile entries Mario Six
2018-08-17 12:49 ` Simon Glass
2018-08-09 12:51 ` [U-Boot] [PATCH v3 8/8] video_display: Add Xilinx LogiCore DP TX Mario Six
2018-08-17 12:49 ` Simon Glass
2018-08-11 14:13 ` Anatolij Gustschin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180811161336.2c53593d@crub \
--to=agust@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox