[GIT PULL] mtd: Fixes for 6.4-rc5

From: Miquel Raynal
Date: Thu Jun 01 2023 - 12:19:31 EST


Hello Linus,

Here are a couple of mtd fixes we would like to get into 6.4. All the
fixes have been in -next for a week but I messed the authorship of the
MAINTAINERS patch when I manually applied it due to the reordering
of the file which slipped in, so I edited the commit and pushed -f
right before tagging.

Thanks,
Miquèl

The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511:

Linux 6.4-rc3 (2023-05-21 14:05:48 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.4-rc5

for you to fetch changes up to c4d28e30a8d0b979e4029465ab8f312ab6ce2644:

mtd: rawnand: marvell: don't set the NAND frequency select (2023-06-01 18:12:33 +0200)

----------------------------------------------------------------
MTD core:
* MAINTAINERS: Add Michal as reviewer instead of Naga
* mtdchar: Mark bits of ioctl handler noinline

NAND controller drivers:
* marvell:
- Don't set the NAND frequency select
- Ensure timing values are written
* ingenic: Fix empty stub helper definitions

SPI-NOR core:
* Fix divide by zero for spi-nor-generic flashes

SPI-NOR manufacturer driver:
* spansion: make sure local struct does not contain garbage

----------------------------------------------------------------
Arnd Bergmann (2):
mtd: rawnand: ingenic: fix empty stub helper definitions
mtdchar: mark bits of ioctl handler noinline

Chris Packham (2):
mtd: rawnand: marvell: ensure timing values are written
mtd: rawnand: marvell: don't set the NAND frequency select

Michal Simek (1):
MAINTAINERS: Add myself as reviewer instead of Naga

Tudor Ambarus (2):
mtd: spi-nor: spansion: make sure local struct does not contain garbage
mtd: spi-nor: Fix divide by zero for spi-nor-generic flashes

MAINTAINERS | 6 +++---
drivers/mtd/mtdchar.c | 8 ++++----
drivers/mtd/nand/raw/ingenic/ingenic_ecc.h | 8 ++++----
drivers/mtd/nand/raw/marvell_nand.c | 10 ++++++----
drivers/mtd/spi-nor/core.c | 5 ++++-
drivers/mtd/spi-nor/spansion.c | 4 ++--
6 files changed, 23 insertions(+), 18 deletions(-)
mraynal@xps-13: ~/linux-nand [mtd/fixes]$