Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1703762 > unrolled thread
| Started by | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| First post | 2017-08-04 10:00 +0200 |
| Last post | 2017-08-04 10:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 00/25] Add QCOM QPIC NAND support Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-08-04 10:00 +0200
Re: [PATCH v2 00/25] Add QCOM QPIC NAND support Boris Brezillon <boris.brezillon@free-electrons.com> - 2017-08-04 10:00 +0200
Re: [PATCH v2 00/25] Add QCOM QPIC NAND support Abhishek Sahu <absahu@codeaurora.org> - 2017-08-04 10:50 +0200
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2017-08-04 10:00 +0200 |
| Subject | Re: [PATCH v2 00/25] Add QCOM QPIC NAND support |
| Message-ID | <uaFGx-4bb-1@gated-at.bofh.it> |
Hi Abhishek, On Wed, 19 Jul 2017 17:17:48 +0530 Abhishek Sahu <absahu@codeaurora.org> wrote: > v2: > > 1. Addressed the review comments given in v1 > 2. Removed the DMA coherent buffer for register read and used > streaming DMA API’s > 3. Reorganized the NAND read and write functions > 4. Separated patch for driver and documentation changes > 5. Changed the compatible string for EBI2 > > v1: > > http://www.spinics.net/lists/devicetree/msg183706.html > > Abhishek Sahu (25): > mtd: nand: qcom: fix config error for BCH > mtd: nand: qcom: program NAND_DEV_CMD_VLD register > mtd: nand: qcom: change compatible string for EBI2 NANDC > dt-bindings: qcom_nandc: change compatible string for EBI2 NANDC > mtd: nand: qcom: remove redundant chip select compatible string > dt-bindings: qcom_nandc: remove chip select compatible string > mtd: nand: qcom: reorganize nand page read > mtd: nand: qcom: reorganize nand page write > mtd: nand: qcom: remove memset for clearing read register buffer > mtd: nand: qcom: reorganize nand devices probing > mtd: nand: qcom: support for NAND controller properties > dt-bindings: qcom_nandc: QPIC NAND documentation > mtd: nand: qcom: add QPIC NAND compatible string > mtd: nand: qcom: add and initialize QPIC DMA resources > mtd: nand: qcom: DMA mapping support for register read buffer > mtd: nand: qcom: allocate BAM transaction > mtd: nand: qcom: add BAM DMA descriptor handling > mtd: nand: qcom: support for passing flags in transfer functions > mtd: nand: qcom: support for read location registers > mtd: nand: qcom: erased codeword detection configuration > mtd: nand: qcom: support for QPIC page read/write > mtd: nand: qcom: QPIC raw write support > mtd: nand: qcom: change register offset defines with enums > dt-bindings: qcom_nandc: compatible string for version 1.5.0 > mtd: nand: qcom: support for QPIC version 1.5.0 Applied patch 1 and 5 to 11 to nand/next [1]. > > .../devicetree/bindings/mtd/qcom_nandc.txt | 56 +- > drivers/mtd/nand/qcom_nandc.c | 1157 ++++++++++++++++---- > 2 files changed, 1010 insertions(+), 203 deletions(-) >
[toc] | [next] | [standalone]
| From | Boris Brezillon <boris.brezillon@free-electrons.com> |
|---|---|
| Date | 2017-08-04 10:00 +0200 |
| Message-ID | <uaFGy-4bb-17@gated-at.bofh.it> |
| In reply to | #1703762 |
On Fri, 4 Aug 2017 09:53:05 +0200 Boris Brezillon <boris.brezillon@free-electrons.com> wrote: > Hi Abhishek, > > On Wed, 19 Jul 2017 17:17:48 +0530 > Abhishek Sahu <absahu@codeaurora.org> wrote: > > > v2: > > > > 1. Addressed the review comments given in v1 > > 2. Removed the DMA coherent buffer for register read and used > > streaming DMA API’s > > 3. Reorganized the NAND read and write functions > > 4. Separated patch for driver and documentation changes > > 5. Changed the compatible string for EBI2 > > > > v1: > > > > http://www.spinics.net/lists/devicetree/msg183706.html > > > > Abhishek Sahu (25): > > mtd: nand: qcom: fix config error for BCH > > mtd: nand: qcom: program NAND_DEV_CMD_VLD register > > mtd: nand: qcom: change compatible string for EBI2 NANDC > > dt-bindings: qcom_nandc: change compatible string for EBI2 NANDC > > mtd: nand: qcom: remove redundant chip select compatible string > > dt-bindings: qcom_nandc: remove chip select compatible string > > mtd: nand: qcom: reorganize nand page read > > mtd: nand: qcom: reorganize nand page write > > mtd: nand: qcom: remove memset for clearing read register buffer > > mtd: nand: qcom: reorganize nand devices probing > > mtd: nand: qcom: support for NAND controller properties > > dt-bindings: qcom_nandc: QPIC NAND documentation > > mtd: nand: qcom: add QPIC NAND compatible string > > mtd: nand: qcom: add and initialize QPIC DMA resources > > mtd: nand: qcom: DMA mapping support for register read buffer > > mtd: nand: qcom: allocate BAM transaction > > mtd: nand: qcom: add BAM DMA descriptor handling > > mtd: nand: qcom: support for passing flags in transfer functions > > mtd: nand: qcom: support for read location registers > > mtd: nand: qcom: erased codeword detection configuration > > mtd: nand: qcom: support for QPIC page read/write > > mtd: nand: qcom: QPIC raw write support > > mtd: nand: qcom: change register offset defines with enums > > dt-bindings: qcom_nandc: compatible string for version 1.5.0 > > mtd: nand: qcom: support for QPIC version 1.5.0 > > Applied patch 1 and 5 to 11 to nand/next [1]. > My bad, it's 5 to 10, patch 11 did not apply cleanly. And I also forgot the link. Please rebase on this branch before sending your v3. Thanks, Boris [1]http://git.infradead.org/l2-mtd.git/shortlog/refs/heads/nand/next > > > > .../devicetree/bindings/mtd/qcom_nandc.txt | 56 +- > > drivers/mtd/nand/qcom_nandc.c | 1157 ++++++++++++++++---- > > 2 files changed, 1010 insertions(+), 203 deletions(-) > > >
[toc] | [prev] | [next] | [standalone]
| From | Abhishek Sahu <absahu@codeaurora.org> |
|---|---|
| Date | 2017-08-04 10:50 +0200 |
| Message-ID | <uaGsV-4Gz-7@gated-at.bofh.it> |
| In reply to | #1703767 |
On 2017-08-04 13:25, Boris Brezillon wrote: > On Fri, 4 Aug 2017 09:53:05 +0200 > Boris Brezillon <boris.brezillon@free-electrons.com> wrote: > >> Hi Abhishek, >> >> On Wed, 19 Jul 2017 17:17:48 +0530 >> Abhishek Sahu <absahu@codeaurora.org> wrote: >> >> > v2: >> > >> > 1. Addressed the review comments given in v1 >> > 2. Removed the DMA coherent buffer for register read and used >> > streaming DMA API’s >> > 3. Reorganized the NAND read and write functions >> > 4. Separated patch for driver and documentation changes >> > 5. Changed the compatible string for EBI2 >> > >> > v1: >> > >> > http://www.spinics.net/lists/devicetree/msg183706.html >> > >> > Abhishek Sahu (25): >> > mtd: nand: qcom: fix config error for BCH >> > mtd: nand: qcom: program NAND_DEV_CMD_VLD register >> > mtd: nand: qcom: change compatible string for EBI2 NANDC >> > dt-bindings: qcom_nandc: change compatible string for EBI2 NANDC >> > mtd: nand: qcom: remove redundant chip select compatible string >> > dt-bindings: qcom_nandc: remove chip select compatible string >> > mtd: nand: qcom: reorganize nand page read >> > mtd: nand: qcom: reorganize nand page write >> > mtd: nand: qcom: remove memset for clearing read register buffer >> > mtd: nand: qcom: reorganize nand devices probing >> > mtd: nand: qcom: support for NAND controller properties >> > dt-bindings: qcom_nandc: QPIC NAND documentation >> > mtd: nand: qcom: add QPIC NAND compatible string >> > mtd: nand: qcom: add and initialize QPIC DMA resources >> > mtd: nand: qcom: DMA mapping support for register read buffer >> > mtd: nand: qcom: allocate BAM transaction >> > mtd: nand: qcom: add BAM DMA descriptor handling >> > mtd: nand: qcom: support for passing flags in transfer functions >> > mtd: nand: qcom: support for read location registers >> > mtd: nand: qcom: erased codeword detection configuration >> > mtd: nand: qcom: support for QPIC page read/write >> > mtd: nand: qcom: QPIC raw write support >> > mtd: nand: qcom: change register offset defines with enums >> > dt-bindings: qcom_nandc: compatible string for version 1.5.0 >> > mtd: nand: qcom: support for QPIC version 1.5.0 >> >> Applied patch 1 and 5 to 11 to nand/next [1]. >> > > My bad, it's 5 to 10, patch 11 did not apply cleanly. And I also forgot > the link. Please rebase on this branch before sending your v3. > Thanks Boris. I will rebase remaining patches on this branch. > Thanks, > > Boris > > [1]http://git.infradead.org/l2-mtd.git/shortlog/refs/heads/nand/next > >> > >> > .../devicetree/bindings/mtd/qcom_nandc.txt | 56 +- >> > drivers/mtd/nand/qcom_nandc.c | 1157 ++++++++++++++++---- >> > 2 files changed, 1010 insertions(+), 203 deletions(-) >> >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web