[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, 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 ---