From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sun, 26 Jan 2020 19:21:47 +0530 Subject: [PATCH 0/3] spi-nor: Add octal mode support In-Reply-To: <20191205101607.14400-1-vigneshr@ti.com> References: <20191205101607.14400-1-vigneshr@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 Thu, Dec 5, 2019 at 3:45 PM Vignesh Raghavendra wrote: > > This series adds Octal mode support for Micron's mt35x flash. > Also adds Octal mode support for Cadance OSPI/QSPI controller. > Currently only 1-1-8 mode is supported. > > Vignesh Raghavendra (3): > mtd: spi-nor-core: Add octal mode support > spi: cadence-qspi: Add support for Cadence Octal SPI controller > spi: cadence-qspi: Add compatible for TI AM654 > > drivers/mtd/spi/sf_internal.h | 3 ++- > drivers/mtd/spi/spi-nor-core.c | 20 +++++++++++++++++++- > drivers/spi/cadence_qspi.c | 2 ++ > drivers/spi/cadence_qspi_apb.c | 8 ++++++-- > drivers/spi/spi-mem.c | 6 ++++++ > drivers/spi/spi-uclass.c | 6 ++++++ > include/linux/mtd/spi-nor.h | 8 ++++++++ > include/spi.h | 2 ++ > 8 files changed, 51 insertions(+), 4 deletions(-) Reviewed-by: Jagan Teki