diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-01-27 12:18:03 +0300 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2022-02-10 11:32:30 +0300 |
commit | f9d7c7265bcff7d9a17425a8cddf702e8fe159c2 (patch) | |
tree | a0eeb0de26b677dc004f37df4db25e780e0b5098 /drivers/spi/spi-mxic.c | |
parent | dc4c2cbf0be2d4a8e2a65013ea2815bb2c8ba949 (diff) | |
download | linux-f9d7c7265bcff7d9a17425a8cddf702e8fe159c2.tar.xz |
mtd: spinand: Create direct mapping descriptors for ECC operations
In order for pipelined ECC engines to be able to enable/disable the ECC
engine only when needed and avoid races when future parallel-operations
will be supported, we need to provide the information about the use of
the ECC engine in the direct mapping hooks. As direct mapping
configurations are meant to be static, it is best to create two new
mappings: one for regular 'raw' accesses and one for accesses involving
correction. It is up to the driver to use or not the new ECC enable
boolean contained in the spi-mem operation.
As dirmaps are not free (they consume a few pages of MMIO address space)
and because these extra entries are only meant to be used by pipelined
engines, let's limit their use to this specific type of engine and save
a bit of memory with all the other setups.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20220127091808.1043392-9-miquel.raynal@bootlin.com
Diffstat (limited to 'drivers/spi/spi-mxic.c')
0 files changed, 0 insertions, 0 deletions