diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-04-26 18:18:19 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-11 11:33:51 +0900 |
commit | 4120f8d158ef904fb305b27e4a4524649faf3096 (patch) | |
tree | 0ec931c1e37ca8a62928142a5a1ff0d88d08b18d /drivers/spi/spi.c | |
parent | b95cb394ab591d1d6dcc7281b415fde0a3de2ae1 (diff) | |
download | linux-4120f8d158ef904fb305b27e4a4524649faf3096.tar.bz2 |
mtd: spi-nor: Use the spi_mem_xx() API
The spi_mem_xxx() API has been introduced to replace the
spi_flash_read() one. Make use of it so we can get rid of
spi_flash_read().
Note that using spi_mem_xx() also simplifies the code because this API
takes care of using the regular spi_sync() interface when the optimized
->mem_ops interface is not implemented by the controller.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Frieder Schrempf <frieder.schrempf@exceet.de>
Tested-by: Frieder Schrempf <frieder.schrempf@exceet.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi.c')
0 files changed, 0 insertions, 0 deletions