]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mtd: nand: sunxi: Add randomizer configuration before randomizer enable
authorWentao Liang <vulab@iscas.ac.cn>
Mon, 19 May 2025 15:42:24 +0000 (23:42 +0800)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 20 May 2025 15:32:20 +0000 (17:32 +0200)
commit4a5a99bc79cdc4be63933653682b0261a67a0c9f
treecd2ed39a180cb85ef94caa97bd6d626b0fd3823b
parentdd26402642a0899fde59ea6b0852fad3d799b4cc
mtd: nand: sunxi: Add randomizer configuration before randomizer enable

In sunxi_nfc_hw_ecc_read_chunk(), the sunxi_nfc_randomizer_enable() is
called without the config of randomizer. A proper implementation can be
found in sunxi_nfc_hw_ecc_read_chunks_dma().

Add sunxi_nfc_randomizer_config() before the start of randomization.

Fixes: 4be4e03efc7f ("mtd: nand: sunxi: add randomizer support")
Cc: stable@vger.kernel.org # v4.6
Signed-off-by: Wentao Liang <vulab@iscas.ac.cn>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
drivers/mtd/nand/raw/sunxi_nand.c