mbox series

[GIT,PULL] mtd: spi-nor: changes for v6.10

Message ID mafs0msp89vx5.fsf@kernel.org
State Accepted
Headers show
Series [GIT,PULL] mtd: spi-nor: changes for v6.10 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-nor/for-6.10

Message

Pratyush Yadav May 2, 2024, 1:37 p.m. UTC
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(-)

Comments

Tudor Ambarus May 3, 2024, 7:08 a.m. UTC | #1
Looks good, thanks Pratyush!
Miquel Raynal May 16, 2024, 9:06 a.m. UTC | #2
Hi Pratyush,

pratyush@kernel.org wrote on Thu, 02 May 2024 15:37:42 +0200:

> Hi,
> 
> Here are the SPI NOR changes for v6.10.

Pulled into mtd/next.

Thanks!
Miquèl