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)
commit964b8998fdce789fd06540e414fe0a044ccf5127
tree72dc32e00a61111265069304a86ba78fbbe0aab6
parent6277967d872e229de53b0585ebc34c8172965492
parentc84b3925c7d6c649f5add009084ff409139f894d
Merge tag 'spi-nor/for-6.10' into mtd/next

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>