From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 21 Apr 2020 13:39:25 +0530 Subject: [PATCH v3 00/17] mtd: spi-nor-core: add xSPI Octal DTR support In-Reply-To: <20200421074953.w2fjv7umorbsonkd@ti.com> References: <20200330154550.21179-1-p.yadav@ti.com> <20200421074953.w2fjv7umorbsonkd@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Apr 21, 2020 at 1:19 PM Pratyush Yadav wrote: > > Hi Jagan, > > On 30/03/20 09:15PM, Pratyush Yadav wrote: > > Hi, > > > > This series adds support for octal DTR flashes in the spi-nor framework, > > and then adds hooks for the Cypress Semper flash which is an xSPI > > compliant Octal DTR flash. > > > > The Cadence QSPI controller driver is also updated to run in Octal DTR > > mode. > > > > Tested on TI J721e EVM with 1-bit ECC on the Cypress flash on top of > > u-boot-ti/next. > > > > This series depends on [0]. > > > > [0] cf. <20200224071051.19331-1-p.yadav@ti.com> > > [0] https://lists.denx.de/pipermail/u-boot/2020-February/401192.html > > > > Changes in v3: > > - Read 2 bytes in Octal DTR mode when reading SR and FSR to avoid > > tripping up controllers. > > - Use op->data.nbytes as a measure of whether the data phase exists or > > not. This fixes data buswidth not being updadted for SR and FSR reads > > because they keep data buffer as NULL when calling spi_nor_setup_op(). > > - Add support for Micron mt35xu512aba to run in Octal DTR mode. > > Any comments on the series? If not, please pull it in. I hardly looked at the code, and will comment as soon as possible. Jagan.