From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>
Cc: linux-mtd@lists.infradead.org,
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>
Subject: [GIT PULL] mtd: nand: Changes for v6.7
Date: Sat, 4 Nov 2023 11:48:16 +0100 [thread overview]
Message-ID: <20231104114816.5438b811@xps-13> (raw)
Hello,
This is the NAND PR for v6.7.
Thanks,
Miquèl
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/nand/for-6.7
for you to fetch changes up to 5a985960a4dd041c21dbe9956958c1633d2da706:
mtd: rawnand: meson: check return value of devm_kasprintf() (2023-10-27 19:43:20 +0200)
----------------------------------------------------------------
The raw NAND subsystem has, as usual, seen a bit of cleanup being done
this cycle, typically return values of platform_get_irq() and
devm_kasprintf(), plus structure annotations for sanitizers. There is
also a better ECC check in the Arasan driver. This comes with smaller
misc changes.
In the SPI-NAND world there is now support for Foresee F35SQA002G,
Winbond W25N and XTX XT26 chips.
----------------------------------------------------------------
Amit Kumar Mahapatra (1):
mtd: rawnand: arasan: Include ECC syndrome along with in-band data while checking for ECC failure
Andy Shevchenko (1):
mtd: rawnand: Remove unused of_gpio.h inclusion
Arseniy Krasnov (1):
mtd: rawnand: remove 'nand_exit_status_op()' prototype
Bruce Suen (1):
mtd: spinand: Add support for XTX XT26xxxDxxxxx
Christophe JAILLET (1):
mtd: rawnand: rockchip: Use struct_size()
Kees Cook (2):
mtd: rawnand: Annotate struct mtk_nfc_nand_chip with __counted_by
mtd: rawnand: cadence: Annotate struct cdns_nand_chip with __counted_by
Martin Kurbanov (1):
mtd: spinand: add support for FORESEE F35SQA002G
Sridharan S N (1):
mtd: spinand: winbond: add support for serial NAND flash
Uwe Kleine-König (1):
mtd: rawnand: sh_flctl: Convert to module_platform_driver()
Yi Yang (4):
mtd: rawnand: tegra: add missing check for platform_get_irq()
mtd: rawnand: omap2: Fix check 0 for platform_get_irq()
mtd: rawnand: intel: check return value of devm_kasprintf()
mtd: rawnand: meson: check return value of devm_kasprintf()
drivers/mtd/nand/raw/arasan-nand-controller.c | 2 +-
drivers/mtd/nand/raw/cadence-nand-controller.c | 2 +-
drivers/mtd/nand/raw/intel-nand-controller.c | 10 +++++++++
drivers/mtd/nand/raw/internals.h | 1 -
drivers/mtd/nand/raw/meson_nand.c | 3 +++
drivers/mtd/nand/raw/mtk_nand.c | 2 +-
drivers/mtd/nand/raw/nand_base.c | 1 -
drivers/mtd/nand/raw/omap2.c | 8 ++++----
drivers/mtd/nand/raw/rockchip-nand-controller.c | 5 ++---
drivers/mtd/nand/raw/sh_flctl.c | 3 ++-
drivers/mtd/nand/raw/tegra_nand.c | 4 ++++
drivers/mtd/nand/raw/xway_nand.c | 1 -
drivers/mtd/nand/spi/Makefile | 2 +-
drivers/mtd/nand/spi/core.c | 1 +
drivers/mtd/nand/spi/foresee.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/mtd/nand/spi/winbond.c | 45 ++++++++++++++++++++++++++++++++++++++++
drivers/mtd/nand/spi/xtx.c | 134 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
include/linux/mtd/spinand.h | 1 +
18 files changed, 305 insertions(+), 15 deletions(-)
create mode 100644 drivers/mtd/nand/spi/foresee.c
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
reply other threads:[~2023-11-04 10:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20231104114816.5438b811@xps-13 \
--to=miquel.raynal@bootlin.com \
--cc=Tudor.Ambarus@linaro.org \
--cc=frieder.schrempf@kontron.de \
--cc=linux-mtd@lists.infradead.org \
--cc=michael@walle.cc \
--cc=pratyush@kernel.org \
--cc=richard@nod.at \
--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