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
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
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
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
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
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
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
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
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
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.
> >
&
> 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
> &
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
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
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
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
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
16 matches
Mail list logo