diff options
author | Eddie James <eajames@linux.ibm.com> | 2020-05-05 19:58:19 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-11-01 09:42:39 +0300 |
commit | e4fc89586521f9de10b3d71d17f1107a308c5b6c (patch) | |
tree | 25ab14ddda2a0a716d73302ab0fb1f3cd08a08f5 /MAINTAINERS | |
parent | aaebf7451832176ef4d6d5d95f1b87daf5ae4e07 (diff) | |
download | linux-e4fc89586521f9de10b3d71d17f1107a308c5b6c.tar.xz |
soc: aspeed: Add XDMA Engine Driver
The XDMA engine embedded in the AST2500 and AST2600 SOCs performs PCI
DMA operations between the SOC (acting as a BMC) and a host processor
in a server.
This commit adds a driver to control the XDMA engine and adds functions
to initialize the hardware and memory and start DMA operations.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/1588697905-23444-3-git-send-email-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4cfdac03b7c1..65ae77cd5ac8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2938,6 +2938,8 @@ M: Eddie James <eajames@linux.ibm.com> L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) S: Maintained F: Documentation/devicetree/bindings/soc/aspeed/xdma.yaml +F: drivers/soc/aspeed/aspeed-xdma.c +F: include/uapi/linux/aspeed-xdma.h ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS M: Corentin Chary <corentin.chary@gmail.com> |