projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
6277967
c84b392
)
Merge tag 'spi-nor/for-6.10' into mtd/next
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Thu, 16 May 2024 08:54:41 +0000
(10:54 +0200)
committer
Miquel 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