]> git.ipfire.org Git - thirdparty/linux.git/commit
spi: spi-qpic-snand: enable 8 bits ECC strength
authorMark Brown <broonie@kernel.org>
Thu, 3 Jul 2025 16:02:43 +0000 (17:02 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jul 2025 16:02:43 +0000 (17:02 +0100)
commit51106b830ad9dc0a2cf932e27a921e01de2df876
tree6cd9a13c4b3ad5a737373af62aeb8bd49e910d23
parent7105fdd54a14bee49371b39374a61b3c967d74cb
parent913bf8d50cbd144c87e9660b591781179182ff59
spi: spi-qpic-snand: enable 8 bits ECC strength

Merge series from Gabor Juhos <j4g8y7@gmail.com>:

This small patch set adds support for 8 bits ECC strength, which widens
the range of the usable SPI NAND chips with the driver.

The first one is a preparatory patch which adds some defines which
allows to avoid using magic values, and the second patch implements
the actual support.

The series should be integrated via the SPI tree, as that contains
prerequisite changes.