[GIT PULL] mtd: spi-nor: changes for v6.10
Pratyush Yadav
pratyush at kernel.org
Thu May 2 06:37:42 PDT 2024
Hi,
Here are the SPI NOR changes for v6.10.
Regards,
Pratyush Yadav
The following changes since commit 4cece764965020c22cff7665b18a012006359095:
Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/for-6.10
for you to fetch changes up to c84b3925c7d6c649f5add009084ff409139f894d:
mtd: spi-nor: replace unnecessary div64_u64() with div_u64() (2024-04-29 17:36:48 +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.
----------------------------------------------------------------
Michael Walle (1):
mtd: spi-nor: replace unnecessary div64_u64() with div_u64()
drivers/mtd/spi-nor/core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
More information about the linux-mtd
mailing list