Re: [PATCH linux-next v6 0/8] add driver for Atmel QSPI controller

2015-09-10 Thread Jonas Gorski
Hi, On Wed, Sep 9, 2015 at 3:24 PM, Cyrille Pitchen wrote: > This series of patches add support for the new Atmel QSPI controller > embedded inside sama5d2x SoCs. > > These patches were first developped for linux-3.18-at91 and tested on a > sama5d27 Xplained ultra board, which embeds a Micron

Re: [PATCH linux-next v6 0/8] add driver for Atmel QSPI controller

2015-09-10 Thread Jonas Gorski
Hi, On Wed, Sep 9, 2015 at 3:24 PM, Cyrille Pitchen wrote: > This series of patches add support for the new Atmel QSPI controller > embedded inside sama5d2x SoCs. > > These patches were first developped for linux-3.18-at91 and tested on a > sama5d27 Xplained ultra

[PATCH linux-next v6 0/8] add driver for Atmel QSPI controller

2015-09-09 Thread Cyrille Pitchen
ChangeLog v6: - add new patch which tries to read the JEDEC ID with different SPI protocols and different commands: 0x9f (SPI-1-1-1), 0xaf (SPI-4-4-4) and finally 0xaf (SPI-2-2-2). - remove the set_protocol() hook from struct spi_nor and add 4 new members instead of type enum spi_protocol:

[PATCH linux-next v6 0/8] add driver for Atmel QSPI controller

2015-09-09 Thread Cyrille Pitchen
ChangeLog v6: - add new patch which tries to read the JEDEC ID with different SPI protocols and different commands: 0x9f (SPI-1-1-1), 0xaf (SPI-4-4-4) and finally 0xaf (SPI-2-2-2). - remove the set_protocol() hook from struct spi_nor and add 4 new members instead of type enum spi_protocol: