Re: [PATCH v2 13/25] mtd: nand: qcom: add QPIC NAND compatible string

2017-08-02 Thread Archit Taneja
On 07/19/2017 05:18 PM, Abhishek Sahu wrote: The current driver only support EBI2 NAND which uses ADM DMA. The s/support/supports latest QCOM controller supports QPIC NAND which uses BAM DMA. NAND registers and programming sequence are same for EBI2 and QPIC NAND so the same driver can supp

[PATCH v2 13/25] mtd: nand: qcom: add QPIC NAND compatible string

2017-07-19 Thread Abhishek Sahu
The current driver only support EBI2 NAND which uses ADM DMA. The latest QCOM controller supports QPIC NAND which uses BAM DMA. NAND registers and programming sequence are same for EBI2 and QPIC NAND so the same driver can support QPIC NAND also by adding the BAM DMA support. This patch adds the QP