]> Git Repo - linux.git/commit
mtd: spi-nor: Use the spi_mem_xx() API
authorBoris Brezillon <[email protected]>
Thu, 26 Apr 2018 16:18:19 +0000 (18:18 +0200)
committerMark Brown <[email protected]>
Fri, 11 May 2018 02:33:51 +0000 (11:33 +0900)
commit4120f8d158ef904fb305b27e4a4524649faf3096
tree0ec931c1e37ca8a62928142a5a1ff0d88d08b18d
parentb95cb394ab591d1d6dcc7281b415fde0a3de2ae1
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 <[email protected]>
Reviewed-by: Frieder Schrempf <[email protected]>
Tested-by: Frieder Schrempf <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/mtd/devices/Kconfig
drivers/mtd/devices/m25p80.c
This page took 0.060313 seconds and 4 git commands to generate.