Merge tag 'spi-nor/for-6.10' into mtd/next
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 16 May 2024 08:54:41 +0000 (10:54 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 16 May 2024 08:55:05 +0000 (10:55 +0200)
SPI NOR now uses div_u64() instead of div64_u64() in places where the
divisor is 32 bits. Many 32 bit architectures can optimize this variant
better than a full 64 bit divide.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>

Trivial merge