Re: [PATCH v2 01/10] spi: atmel-quadspi: cache MR value to avoid a write access

2019-01-31 Thread Tudor.Ambarus
On 01/31/2019 06:55 PM, Boris Brezillon wrote: > On Thu, 31 Jan 2019 16:15:28 + > wrote: > >> From: Tudor Ambarus >> >> Cache MR value to avoid write access when setting the controller >> in Serial Memory Mode (SMM). SMM is set in exec_op() and not at >> probe time, to let room for future

Re: [PATCH v2 01/10] spi: atmel-quadspi: cache MR value to avoid a write access

2019-01-31 Thread Boris Brezillon
On Thu, 31 Jan 2019 16:15:28 + wrote: > From: Tudor Ambarus > > Cache MR value to avoid write access when setting the controller > in Serial Memory Mode (SMM). SMM is set in exec_op() and not at > probe time, to let room for future regular SPI support. > > Signed-off-by: Tudor Ambarus >

[PATCH v2 01/10] spi: atmel-quadspi: cache MR value to avoid a write access

2019-01-31 Thread Tudor.Ambarus
From: Tudor Ambarus Cache MR value to avoid write access when setting the controller in Serial Memory Mode (SMM). SMM is set in exec_op() and not at probe time, to let room for future regular SPI support. Signed-off-by: Tudor Ambarus --- v2: cache MR value instead of moving the write access at