Re: [PATCH v3 14/20] mtd: nand: qcom: add command elements in BAM transaction

2017-08-09 Thread Abhishek Sahu
On 2017-08-05 21:49, Abhishek Sahu wrote: All the QPIC register read/write through BAM DMA requires command descriptor which contains the array of command elements. Signed-off-by: Abhishek Sahu This patch has build dependency on

Re: [PATCH v3 14/20] mtd: nand: qcom: add command elements in BAM transaction

2017-08-09 Thread Abhishek Sahu
On 2017-08-05 21:49, Abhishek Sahu wrote: All the QPIC register read/write through BAM DMA requires command descriptor which contains the array of command elements. Signed-off-by: Abhishek Sahu This patch has build dependency on http://www.spinics.net/lists/dmaengine/msg13665.html ---

[PATCH v3 14/20] mtd: nand: qcom: add command elements in BAM transaction

2017-08-05 Thread Abhishek Sahu
All the QPIC register read/write through BAM DMA requires command descriptor which contains the array of command elements. Signed-off-by: Abhishek Sahu --- drivers/mtd/nand/qcom_nandc.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git

[PATCH v3 14/20] mtd: nand: qcom: add command elements in BAM transaction

2017-08-05 Thread Abhishek Sahu
All the QPIC register read/write through BAM DMA requires command descriptor which contains the array of command elements. Signed-off-by: Abhishek Sahu --- drivers/mtd/nand/qcom_nandc.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git