From: mchitale@apm.com (Mayuresh Chitale)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] APM X-Gene PCIe DMA driver
Date: Wed, 7 Jan 2015 10:58:53 +0530 [thread overview]
Message-ID: <1420608537-12296-1-git-send-email-mchitale@apm.com> (raw)
This patch adds the APM X-Gene SOC PCIe DMA driver.
It can be used to transfer data between PCIe RC and PCIe
endpoints. It supports only dma slave transfers.
Mayuresh Chitale (4):
MAINTAINERS: Add entry for X-Gene PCIE DMA driver
Documentation: dt-bindings: Add the binding info for APM X-Gene PCIe
DMA driver
arm64: dts: Add APM X-Gene PCIe DMA device tree nodes
dma: X-Gene PCIE DMA Driver
.../devicetree/bindings/dma/xgene-pciedma.txt | 16 +
MAINTAINERS | 8 +
arch/arm64/boot/dts/apm/apm-storm.dtsi | 40 ++
drivers/dma/Kconfig | 11 +
drivers/dma/Makefile | 1 +
drivers/dma/xgene-pcie-dma.c | 709 +++++++++++++++++++++
6 files changed, 785 insertions(+)
create mode 100644 Documentation/devicetree/bindings/dma/xgene-pciedma.txt
create mode 100644 drivers/dma/xgene-pcie-dma.c
--
2.2.1.212.gc5b9256
next reply other threads:[~2015-01-07 5:28 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-07 5:28 Mayuresh Chitale [this message]
2015-01-07 5:28 ` [PATCH 1/4] MAINTAINERS: Add entry for X-Gene PCIE DMA driver Mayuresh Chitale
2015-01-07 5:28 ` [PATCH 2/4] Documentation: dt-bindings: Add the binding info for APM X-Gene PCIe " Mayuresh Chitale
2015-01-07 8:30 ` Arnd Bergmann
2015-01-07 10:42 ` Mayuresh Chitale
2015-01-07 5:28 ` [PATCH 3/4] arm64: dts: Add APM X-Gene PCIe DMA device tree nodes Mayuresh Chitale
2015-01-07 8:37 ` Arnd Bergmann
2015-01-07 10:45 ` Mayuresh Chitale
2015-01-07 11:28 ` Arnd Bergmann
2015-01-07 5:28 ` [PATCH 4/4] dma: X-Gene PCIE DMA Driver Mayuresh Chitale
2015-01-07 8:35 ` Arnd Bergmann
2015-01-07 11:25 ` Mayuresh Chitale
2015-01-07 12:46 ` Arnd Bergmann
2015-01-07 16:05 ` Mayuresh Chitale
2015-01-07 16:22 ` Arnd Bergmann
2015-01-08 6:30 ` Mayuresh Chitale
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=1420608537-12296-1-git-send-email-mchitale@apm.com \
--to=mchitale@apm.com \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox