[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230601181916.515b516a@xps-13>
Date: Thu, 1 Jun 2023 18:19:16 +0200
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mtd@...ts.infradead.org, Richard Weinberger <richard@....at>,
Tudor Ambarus <Tudor.Ambarus@...aro.org>,
Vignesh Raghavendra <vigneshr@...com>,
Frieder Schrempf <frieder.schrempf@...tron.de>,
Michael Walle <michael@...le.cc>,
Pratyush Yadav <pratyush@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] mtd: Fixes for 6.4-rc5
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@...-13: ~/linux-nand [mtd/fixes]$
Powered by blists - more mailing lists