Re: [PATCH v4 00/20] Add QCOM QPIC NAND support

2017-08-14 Thread Abhishek Sahu
On 2017-08-13 13:17, Boris Brezillon wrote: Le Fri, 11 Aug 2017 17:09:15 +0530, Abhishek Sahu a écrit : * v4: 1. Added Acked-by from Rob for DT documentation patches 2. Removed ipq8074 compatible string from ipq4019 DT example. 2. Used the BIT macro for NAND_CMD_VLD bits and consistent names

Re: [PATCH v4 00/20] Add QCOM QPIC NAND support

2017-08-13 Thread Boris Brezillon
Le Fri, 11 Aug 2017 17:09:15 +0530, Abhishek Sahu a écrit : > * v4: > > 1. Added Acked-by from Rob for DT documentation patches > 2. Removed ipq8074 compatible string from ipq4019 DT example. > 2. Used the BIT macro for NAND_CMD_VLD bits and consistent names >as suggested by Boris in v3. >

[PATCH v4 00/20] Add QCOM QPIC NAND support

2017-08-11 Thread Abhishek Sahu
* v4: 1. Added Acked-by from Rob for DT documentation patches 2. Removed ipq8074 compatible string from ipq4019 DT example. 2. Used the BIT macro for NAND_CMD_VLD bits and consistent names as suggested by Boris in v3. * v3: 1. Removed the patches already applied to linux-next and rebased t