[RFC v2 3/4] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00

2019-10-14 Thread Green Wan
;--|ch 2| ||--< err 28 >--|| (dma0chan2) || -- || -- ||--< done 29 >--|ch 3| ||--< err 30 >--|| (dma0chan3) ------ -- Reviewed-by: Vinod Koul Signed-off-by: Green Wan Reported-by:

[RFC v2 4/4] MAINTAINERS: Add Green as SiFive PDMA driver maintainer

2019-10-14 Thread Green Wan
Update MAINTAINERS for SiFive PDMA driver. Signed-off-by: Green Wan --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a69e6db80c79..62d5b249be65 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14778,6 +14778,12 @@ F: drivers/media/usb

[RFC v2 2/4] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00

2019-10-14 Thread Green Wan
Add PDMA support to (arch/riscv/boot/dts/sifive/fu540-c000.dtsi) Signed-off-by: Green Wan --- arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi index

[RFC v2 1/4] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA

2019-10-14 Thread Green Wan
Add DT bindings document for Platform DMA(PDMA) driver of board, HiFive Unleashed Rev A00. Reviewed-by: Rob Herring Reviewed-by: Pragnesh Patel Signed-off-by: Green Wan --- .../bindings/dma/sifive,fu540-c000-pdma.yaml | 55 +++ 1 file changed, 55 insertions(+) create mode

[RFC v2 0/4] dmaengine: sf-pdma: Add platform dma driver

2019-10-14 Thread Green Wan
an2-copy0: summary 45975 tests, 0 failures 41178.48 iops 328740 KB/s (0) [ 267.590542] dmatest: dma0chan3-copy0: summary 44768 tests, 0 failures 38560.29 iops 307726 KB/s (0) Green Wan (4): dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA riscv: dts: add support for PDMA device of Hi

[PATCH v4 4/4] MAINTAINERS: Add Green as SiFive PDMA driver maintainer

2019-10-03 Thread Green Wan
Update MAINTAINERS for SiFive PDMA driver. Signed-off-by: Green Wan --- MAINTAINERS | 6 ++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 30a5b4028d2f..6c12da0a324d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14779,6 +14779,12 @@ F: drivers/media/usb

[PATCH v4 2/4] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00

2019-10-03 Thread Green Wan
Add PDMA support to (arch/riscv/boot/dts/sifive/fu540-c000.dtsi) Signed-off-by: Green Wan --- arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi index

[PATCH v4 3/4] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00

2019-10-03 Thread Green Wan
;--|ch 2| ||--< err 28 >--|| (dma0chan2) || -- || -- ||--< done 29 >--|ch 3| ||--< err 30 >--| | (dma0chan3) -- -- Signed-off-by: Green Wan --- drivers/dma/Kconfig |

[PATCH v4 1/4] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA

2019-10-03 Thread Green Wan
Add DT bindings document for Platform DMA(PDMA) driver of board, HiFive Unleashed Rev A00. Signed-off-by: Green Wan --- .../bindings/dma/sifive,fu540-c000-pdma.yaml | 55 +++ 1 file changed, 55 insertions(+) create mode 100644 Documentation/devicetree/bindings/dma/sifive

[PATCH v4 0/4] dmaengine: sf-pdma: Add platform dma driver

2019-10-03 Thread Green Wan
an2-copy0: summary 45975 tests, 0 failures 41178.48 iops 328740 KB/s (0) [ 267.590542] dmatest: dma0chan3-copy0: summary 44768 tests, 0 failures 38560.29 iops 307726 KB/s (0) Green Wan (4): dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA riscv: dts: add support for PDMA device of Hi

[PATCH v3 3/3] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00

2019-09-20 Thread Green Wan
-- ||--< done 27 >--|ch 2| ||--< err 28 >--|| (dma0chan2) || -- || -- ||--< done 29 >--|ch 3| ||--< err 30 >--| | (dma0chan3) -- -- Signed-off-by: G

[PATCH v3 2/3] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00

2019-09-20 Thread Green Wan
Add PDMA support to (arch/riscv/boot/dts/sifive/fu540-c000.dtsi) Signed-off-by: Green Wan --- arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi index

[PATCH v3 1/3] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA

2019-09-20 Thread Green Wan
Add DT bindings document for Platform DMA(PDMA) driver of board, HiFive Unleashed Rev A00. Signed-off-by: Green Wan --- .../bindings/dma/sifive,fu540-c000-pdma.yaml | 55 +++ MAINTAINERS | 5 ++ 2 files changed, 60 insertions(+) create mode

[PATCH v3 0/3] dmaengine: sf-pdma: Add platform dma driver

2019-09-20 Thread Green Wan
t: dma0chan2-copy0: summary 10929638 tests, 0 failures 33984.39 iops 543750 KB/s (0) [ 7757.003008] dmatest: dma0chan3-copy0: summary 11204208 tests, 0 failures 35759.65 iops 572154 KB/s (0) Green Wan (3): dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA riscv: dts: add support for PDM

[PATCH v2 3/3] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00

2019-09-19 Thread Green Wan
-- ||--< done 27 >--|ch 2| ||--< err 28 >--|| (dma0chan2) || -- || -- ||--< done 29 >--|ch 3| ||--< err 30 >--| | (dma0chan3) -- -- Signed-off-by: G

[PATCH v2 2/3] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00

2019-09-19 Thread Green Wan
Add PDMA support to (arch/riscv/boot/dts/sifive/fu540-c000.dtsi) Signed-off-by: Green Wan --- arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi index

[PATCH v2 1/3] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA

2019-09-19 Thread Green Wan
Add DT bindings document for Platform DMA(PDMA) driver of board, HiFive Unleashed Rev A00. Signed-off-by: Green Wan --- .../bindings/dma/sifive,fu540-c000-pdma.yaml | 63 +++ MAINTAINERS | 5 ++ 2 files changed, 68 insertions(+) create mode

[PATCH v2 0/3] dmaengine: sf-pdma: Add platform dma driver

2019-09-19 Thread Green Wan
sys/module/dmatest/parameters/run Green Wan (3): dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00 dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00 .../bindings/dma/sifive,fu540-c00

[PATCH 3/3] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00

2019-09-16 Thread Green Wan
-- ||--< done 27 >--|ch 2| ||--< err 28 >--|| (dma0chan2) || -- || -- ||--< done 29 >--|ch 3| ||--< err 30 >--| | (dma0chan3) -- -- Signed-off-by: G

[PATCH 2/3] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00

2019-09-16 Thread Green Wan
Add PDMA support to (arch/riscv/boot/dts/sifive/fu540-c000.dtsi) Signed-off-by: Green Wan --- arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi index

[PATCH 1/3] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA

2019-09-16 Thread Green Wan
Add DT bindings document for Platform DMA(PDMA) driver of board, HiFive Unleashed Rev A00. Signed-off-by: Green Wan --- .../bindings/dma/sifive,fu540-c000-pdma.yaml | 63 +++ MAINTAINERS | 5 ++ 2 files changed, 68 insertions(+) create mode

[PATCH 0/3] dmaengine: sf-pdma: Add platform dma driver

2019-09-16 Thread Green Wan
sys/module/dmatest/parameters/run Green Wan (3): dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00 dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00 .../bindings/dma/sifive,fu540-c00