]> Git Repo - J-linux.git/commitdiff
Merge tag 'spi-nor/for-6.10' into mtd/next
authorMiquel Raynal <[email protected]>
Thu, 16 May 2024 08:54:41 +0000 (10:54 +0200)
committerMiquel Raynal <[email protected]>
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 <[email protected]>

Trivial merge
This page took 0.056177 seconds and 4 git commands to generate.