commit | b95cb394ab591d1d6dcc7281b415fde0a3de2ae1 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Thu Apr 26 18:18:18 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Fri May 11 11:33:42 2018 +0900 |
tree | 8b82d2671cf09b1f548c5180f937d10e694bd66b | |
parent | 5f195ee7d830c271af6fca979b0106b9a053e2c0 [diff] |
spi: ti-qspi: Implement the spi_mem interface The spi_mem interface is meant to replace the spi_flash_read() one. Implement the ->exec_op() method so that we can smoothly get rid of the old interface. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Vignesh R <vigneshr@ti.com> Tested-by: Vignesh R <vigneshr@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>