public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] mtd: spi-nor: changes for v6.10
@ 2024-05-02 13:37 Pratyush Yadav
  2024-05-03  7:08 ` Tudor Ambarus
  2024-05-16  9:06 ` Miquel Raynal
  0 siblings, 2 replies; 3+ messages in thread
From: Pratyush Yadav @ 2024-05-02 13:37 UTC (permalink / raw)
  To: Miquel Raynal, Richard Weinberger
  Cc: Tudor Ambarus, Pratyush Yadav, Michael Walle, Vignesh Raghavendra,
	linux-mtd

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(-)

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-16  9:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-02 13:37 [GIT PULL] mtd: spi-nor: changes for v6.10 Pratyush Yadav
2024-05-03  7:08 ` Tudor Ambarus
2024-05-16  9:06 ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox