From: Eddie James <eajames@linux.ibm.com>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH v7 0/5] soc: aspeed: Add XDMA engine driver
Date: Thu, 2 Apr 2020 14:49:50 -0500 [thread overview]
Message-ID: <20200402194955.16643-1-eajames@linux.ibm.com> (raw)
This series adds a driver to control the Aspeed XDMA engine embedded in the
AST2500 and AST2600. The XDMA engine performs automatic DMA operations
over PCI-E between the Aspeed SOC (acting as a BMC) and a host processor.
Changes since v6:
- See individual patches
Eddie James (5):
dt-bindings: soc: Add Aspeed XDMA engine
soc: aspeed: Add XDMA Engine Driver
soc: aspeed: xdma: Add user interface
soc: aspeed: xdma: Add reset ioctl
ARM: dts: Aspeed: AST2600: Add XDMA PCI-E root control reset
.../devicetree/bindings/soc/aspeed/xdma.txt | 44 +
MAINTAINERS | 8 +
arch/arm/boot/dts/aspeed-g6.dtsi | 3 +-
drivers/soc/aspeed/Kconfig | 8 +
drivers/soc/aspeed/Makefile | 1 +
drivers/soc/aspeed/aspeed-xdma.c | 1084 +++++++++++++++++
include/uapi/linux/aspeed-xdma.h | 42 +
7 files changed, 1189 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/soc/aspeed/xdma.txt
create mode 100644 drivers/soc/aspeed/aspeed-xdma.c
create mode 100644 include/uapi/linux/aspeed-xdma.h
--
2.24.0
WARNING: multiple messages have this Message-ID (diff)
From: Eddie James <eajames@linux.ibm.com>
To: linux-aspeed@lists.ozlabs.org
Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
robh+dt@kernel.org, joel@jms.id.au, andrew@aj.id.au,
eajames@linux.ibm.com
Subject: [PATCH v7 0/5] soc: aspeed: Add XDMA engine driver
Date: Thu, 2 Apr 2020 14:49:50 -0500 [thread overview]
Message-ID: <20200402194955.16643-1-eajames@linux.ibm.com> (raw)
This series adds a driver to control the Aspeed XDMA engine embedded in the
AST2500 and AST2600. The XDMA engine performs automatic DMA operations
over PCI-E between the Aspeed SOC (acting as a BMC) and a host processor.
Changes since v6:
- See individual patches
Eddie James (5):
dt-bindings: soc: Add Aspeed XDMA engine
soc: aspeed: Add XDMA Engine Driver
soc: aspeed: xdma: Add user interface
soc: aspeed: xdma: Add reset ioctl
ARM: dts: Aspeed: AST2600: Add XDMA PCI-E root control reset
.../devicetree/bindings/soc/aspeed/xdma.txt | 44 +
MAINTAINERS | 8 +
arch/arm/boot/dts/aspeed-g6.dtsi | 3 +-
drivers/soc/aspeed/Kconfig | 8 +
drivers/soc/aspeed/Makefile | 1 +
drivers/soc/aspeed/aspeed-xdma.c | 1084 +++++++++++++++++
include/uapi/linux/aspeed-xdma.h | 42 +
7 files changed, 1189 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/soc/aspeed/xdma.txt
create mode 100644 drivers/soc/aspeed/aspeed-xdma.c
create mode 100644 include/uapi/linux/aspeed-xdma.h
--
2.24.0
next reply other threads:[~2020-04-02 19:49 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-02 19:49 Eddie James [this message]
2020-04-02 19:49 ` [PATCH v7 0/5] soc: aspeed: Add XDMA engine driver Eddie James
2020-04-02 19:49 ` [PATCH v7 1/5] dt-bindings: soc: Add Aspeed XDMA engine Eddie James
2020-04-02 19:49 ` Eddie James
2020-04-02 19:49 ` [PATCH v7 2/5] soc: aspeed: Add XDMA Engine Driver Eddie James
2020-04-02 19:49 ` Eddie James
2020-04-02 19:49 ` [PATCH v7 3/5] soc: aspeed: xdma: Add user interface Eddie James
2020-04-02 19:49 ` Eddie James
2020-04-02 19:49 ` [PATCH v7 4/5] soc: aspeed: xdma: Add reset ioctl Eddie James
2020-04-02 19:49 ` Eddie James
2020-04-02 19:49 ` [PATCH v7 5/5] ARM: dts: Aspeed: AST2600: Add XDMA PCI-E root control reset Eddie James
2020-04-02 19:49 ` Eddie James
2020-04-03 0:32 ` [PATCH v7 0/5] soc: aspeed: Add XDMA engine driver Andrew Jeffery
2020-04-03 0:32 ` Andrew Jeffery
2020-04-03 14:52 ` Eddie James
2020-04-03 14:52 ` Eddie James
2020-04-05 6:57 ` Andrew Jeffery
2020-04-05 6:57 ` Andrew Jeffery
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=20200402194955.16643-1-eajames@linux.ibm.com \
--to=eajames@linux.ibm.com \
--cc=linux-aspeed@lists.ozlabs.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.