From: Miquel Raynal Date: Thu, 16 May 2024 08:54:41 +0000 (+0200) Subject: Merge tag 'spi-nor/for-6.10' into mtd/next X-Git-Tag: v6.12~1414^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=964b8998fdce789fd06540e414fe0a044ccf5127;p=platform%2Fkernel%2Flinux-amlogic.git 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 --- 964b8998fdce789fd06540e414fe0a044ccf5127