Re: [PATCH v10 00/27] mtd: spi-nor-core: add xSPI Octal DTR support

2021-06-28 Thread Jagan Teki
On Sat, Jun 26, 2021 at 12:47 AM Pratyush Yadav wrote: > > Hi, > > This series adds support for octal DTR flashes in the SPI NOR framework, > and then adds hooks for the Cypress S28HS512T and Micron MT35XU512ABA > flashes. > > The Cadence QSPI controller driver is also updated to run in Octal DTR

[PATCH v10 00/27] mtd: spi-nor-core: add xSPI Octal DTR support

2021-06-25 Thread Pratyush Yadav
Hi, This series adds support for octal DTR flashes in the SPI NOR framework, and then adds hooks for the Cypress S28HS512T and Micron MT35XU512ABA flashes. The Cadence QSPI controller driver is also updated to run in Octal DTR mode. Tested on TI J721E for MT35XU512ABA and J7200 for S28HS512T. Al