[RFC PATCH 2/6] mtd: spi-nor: core: consolidate read op creation
Michael Walle
michael at walle.cc
Thu Apr 8 13:48:16 BST 2021
Am 2021-03-11 20:12, schrieb Pratyush Yadav:
> Currently the spi_mem_op to read from the flash is used in two places:
> spi_nor_create_read_dirmap() and spi_nor_spimem_read_data(). In a later
> commit this number will increase to three. Instead of repeating the
> same
> code thrice, add a function that returns a template of the read op. The
> callers can then fill in the details like address, data length, data
> buffer location.
>
> Signed-off-by: Pratyush Yadav <p.yadav at ti.com>
Reviewed-by: Michael Walle <michael at walle.cc>
More information about the linux-mtd
mailing list