[PATCH v3, 1/4] mtd: spi-nor: Add support for Octal SPI mode.

2017-03-20 Thread Artur Jedrysek
This patch adds support for Octal SPI data reads in SPI NOR framework. Opcodes for programming using octal interface are also present for the sake of completeness, despite not being used. Micron mt35xu512 flash is added as an example chip supporting that mode. Signed-off-by: Artur Jedrysek

[PATCH v3, 2/4] mtd: spi-nor: Add Octal SPI support to Cadence QSPI driver.

2017-03-20 Thread Artur Jedrysek
Device Tree is added to indicate such capability. Both (revision and compatible) are used to determine, which mode to pass to spi_nor_scan() call. Signed-off-by: Artur Jedrysek --- Changelog: v2: Use new compatible in DT, instead of boolean property, to indicate Octal SPI support. Extracted

[PATCH v3, 3/4] mtd: spi-nor: Add Xtensa CPU support for cadence-quadspi.

2017-03-20 Thread Artur Jedrysek
Cadence Quad SPI driver successfully runs on Xtensa CPU, and Kconfig file is updated to indicate that. Signed-off-by: Artur Jedrysek --- Changelog: v2: This change is extracted from previous patch (updating CQSPI driver). --- v3: None --- drivers/mtd/spi-nor/Kconfig | 2 +- 1 file changed, 1

[PATCH v3, 4/4] dt-bindings: mtd: Add Octal SPI support to Cadence QSPI.

2017-03-20 Thread Artur Jedrysek
This patch updates Cadence QSPI Device Tree documentation to include information about new compatible used to indicate, whether or not Octal SPI transfers are supported by the device. Signed-off-by: Artur Jedrysek --- Changelog: v2: Use new compatible, instead of boolean property, to indicate

RE: [PATCH 2/3] mtd: spi-nor: Add Octal SPI support to Cadence QSPI driver.

2017-03-07 Thread Artur Jedrysek
From: Boris Brezillon [mailto:boris.brezil...@free-electrons.com] Sent: 6 march 2017 22:21 > On Mon, 6 Mar 2017 12:32:25 + > Artur Jedrysek wrote: > > > Recent versions of Cadence QSPI controller support Octal SPI transfers > > as well. This patch updates existing d

[v2, 1/4] mtd: spi-nor: Add support for Octal SPI mode.

2017-03-08 Thread Artur Jedrysek
This patch adds support for Octal SPI data reads in SPI NOR framework. Opcodes for programming using octal interface are also present for the sake of completeness, despite not being used. Micron mt35xu512 flash is added as an example chip supporting that mode. Signed-off-by: Artur Jedrysek

[v2, 3/4] mtd: spi-nor: Add Xtensa CPU support for cadence-quadspi.

2017-03-08 Thread Artur Jedrysek
Cadence Quad SPI driver successfully runs on Xtensa CPU, and Kconfig file is updated to indicate that. Signed-off-by: Artur Jedrysek --- Changelog: v2: This change is extracted from previous patch (updating CQSPI driver). --- drivers/mtd/spi-nor/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1

[v2, 2/4] mtd: spi-nor: Add Octal SPI support to Cadence QSPI driver.

2017-03-08 Thread Artur Jedrysek
Device Tree is added to indicate such capability. Both (revision and compatible) are used to determine, which mode to pass to spi_nor_scan() call. Signed-off-by: Artur Jedrysek --- Changelog: v2: Use new compatible in DT, instead of boolean property, to indicate Octal SPI support. Extracted

[v2, 4/4] dt-bindings: mtd: Add Octal SPI support to Cadence QSPI.

2017-03-08 Thread Artur Jedrysek
This patch updates Cadence QSPI Device Tree documentation to include information about new compatible used to indicate, whether or not Octal SPI transfers are supported by the device. Signed-off-by: Artur Jedrysek --- Changelog: v2: Use new compatible, instead of boolean property, to indicate

RE: [v2, 2/4] mtd: spi-nor: Add Octal SPI support to Cadence QSPI driver.

2017-03-10 Thread Artur Jedrysek
From: Marek Vasut [mailto:marek.va...@gmail.com] Sent: 10 March 2017 04:37 > On 03/08/2017 09:02 AM, Artur Jedrysek wrote: > > Recent versions of Cadence QSPI controller support Octal SPI transfers > > as well. This patch updates existing driver to support such feature. > > &

RE: [v2, 4/4] dt-bindings: mtd: Add Octal SPI support to Cadence QSPI.

2017-03-10 Thread Artur Jedrysek
> From: Marek Vasut [mailto:marek.va...@gmail.com] > Sent: 10 March 2017 04:39 > On 03/08/2017 09:05 AM, Artur Jedrysek wrote: > > This patch updates Cadence QSPI Device Tree documentation to include > > information about new compatible used to indicate, whether or not > &

RE: [v2, 2/4] mtd: spi-nor: Add Octal SPI support to Cadence QSPI driver.

2017-03-10 Thread Artur Jedrysek
From: Marek Vasut [mailto:marek.va...@gmail.com] Sent: 10 March 2017 13:50 > On 03/10/2017 01:00 PM, Artur Jedrysek wrote: > > > > From: Marek Vasut [mailto:marek.va...@gmail.com] > > Sent: 10 March 2017 04:37 > >> On 03/08/2017 09:02 AM, Artur Jedrysek wrote: > &g

RE: [v2, 2/4] mtd: spi-nor: Add Octal SPI support to Cadence QSPI driver.

2017-03-10 Thread Artur Jedrysek
From: Marek Vasut [mailto:marek.va...@gmail.com] Sent: 10 marca 2017 15:15 > On 03/10/2017 03:09 PM, Artur Jedrysek wrote: > > CCing Dinh. > > [...] > > >>>>> + /* Determine, whether or not octal transfer MAY be supported */ > >>&g

[PATCH 1/3] mtd: spi-nor: Add support for Octal SPI mode.

2017-03-06 Thread Artur Jedrysek
This patch adds support for Octal SPI data reads in SPI NOR framework. Opcodes for programming using octal interface are also present for the sake of completeness, despite not being used. Micron mt35xu512 flash is added as an example chip supporting that mode. Signed-off-by: Artur Jedrysek

[PATCH 3/3] dt-bindings: mtd: Add Octal SPI support to Cadence QSPI.

2017-03-06 Thread Artur Jedrysek
This patch updates Cadence QSPI Device Tree documentation to include information about new property used to indicate, whether or not Octal SPI transfers are supported by the device. Signed-off-by: Artur Jedrysek --- Documentation/devicetree/bindings/mtd/cadence-quadspi.txt | 4 1 file

[PATCH 2/3] mtd: spi-nor: Add Octal SPI support to Cadence QSPI driver.

2017-03-06 Thread Artur Jedrysek
Device Tree is added to indicate such capability. Both (revision and DT property) are used to determine, which mode to pass to spi_nor_scan() call. Additionally, the driver works on Xtensa CPU, hence Kconfig update. Signed-off-by: Artur Jedrysek --- drivers/mtd/spi-nor/Kconfig | 2