From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-mtd@lists.infradead.org,
Richard Weinberger <richard@nod.at>,
Tudor Ambarus <Tudor.Ambarus@linaro.org>,
Vignesh Raghavendra <vigneshr@ti.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
Michael Walle <michael@walle.cc>,
Pratyush Yadav <pratyush@kernel.org>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] mtd: Fixes for 6.4-rc5
Date: Thu, 1 Jun 2023 18:19:16 +0200 [thread overview]
Message-ID: <20230601181916.515b516a@xps-13> (raw)
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]$
next reply other threads:[~2023-06-01 16:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-01 16:19 Miquel Raynal [this message]
2023-06-01 21:40 ` [GIT PULL] mtd: Fixes for 6.4-rc5 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230601181916.515b516a@xps-13 \
--to=miquel.raynal@bootlin.com \
--cc=Tudor.Ambarus@linaro.org \
--cc=frieder.schrempf@kontron.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=michael@walle.cc \
--cc=pratyush@kernel.org \
--cc=richard@nod.at \
--cc=torvalds@linux-foundation.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox