From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>
Cc: 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-mtd@lists.infradead.org
Subject: [GIT PULL] mtd: nand: Changes for 6.13
Date: Tue, 19 Nov 2024 16:13:05 +0100 [thread overview]
Message-ID: <87ttc3z27y.fsf@bootlin.com> (raw)
Hello,
This is the NAND PR for 6.13.
Thanks,
Miquèl
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/nand/for-6.13
for you to fetch changes up to af264e5989055ac33f413c4c80874345cda0cc97:
mtd: spinand: Constify struct nand_ecc_engine_ops (2024-10-21 11:55:50 +0200)
----------------------------------------------------------------
SPI-NAND changes:
A load of fixes to Winbond manufacturer driver have been done, plus a
structure constification.
Raw NAND changes:
The GPMI driver has been improved on the power management side.
The Davinci driver has been cleaned up.
A leak in the Atmel driver plus some typos in the core have been fixed.
----------------------------------------------------------------
Bartosz Golaszewski (3):
mtd: rawnand: davinci: order headers alphabetically
mtd: rawnand: davinci: break the line correctly
mtd: rawnand: davinci: use generic device property helpers
Christophe JAILLET (1):
mtd: spinand: Constify struct nand_ecc_engine_ops
Han Xu (3):
mtd: nand: raw: gpmi: switch to SYSTEM_SLEEP_PM_OPS
mtd: nand: raw: gpmi: improve power management handling
MAINTAINERS: add mailing list for GPMI NAND driver
Miquel Raynal (5):
mtd: rawnand: atmel: Fix possible memory leak
mtd: spinand: winbond: Fix 512GW and 02JW OOB layout
mtd: spinand: winbond: Fix 512GW, 01GW, 01JW and 02JW ECC information
mtd: spinand: winbond: Ignore the last ID characters
mtd: spinand: winbond: Sort the devices
Shen Lichuan (1):
mtd: rawnand: Correct multiple typos in comments
MAINTAINERS | 1 +
drivers/mtd/nand/ecc-mxic.c | 6 +-
drivers/mtd/nand/ecc-sw-bch.c | 2 +-
drivers/mtd/nand/ecc-sw-hamming.c | 2 +-
drivers/mtd/nand/raw/atmel/pmecc.c | 8 +-
drivers/mtd/nand/raw/atmel/pmecc.h | 2 -
drivers/mtd/nand/raw/brcmnand/brcmnand.c | 2 +-
drivers/mtd/nand/raw/cadence-nand-controller.c | 2 +-
drivers/mtd/nand/raw/cs553x_nand.c | 2 +-
drivers/mtd/nand/raw/davinci_nand.c | 58 ++++++-------
drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c | 65 +++++++-------
drivers/mtd/nand/raw/nand_macronix.c | 2 +-
drivers/mtd/nand/raw/pl35x-nand-controller.c | 2 +-
drivers/mtd/nand/raw/r852.c | 4 +-
drivers/mtd/nand/raw/sm_common.c | 4 +-
drivers/mtd/nand/spi/core.c | 2 +-
drivers/mtd/nand/spi/winbond.c | 113 ++++++++++++++-----------
drivers/spi/spi-mtk-snfi.c | 2 +-
drivers/spi/spi-mxic.c | 10 +--
include/linux/mtd/nand-ecc-mxic.h | 4 +-
include/linux/mtd/nand.h | 2 +-
21 files changed, 153 insertions(+), 142 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next reply other threads:[~2024-11-19 15:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-19 15:13 Miquel Raynal [this message]
2024-11-21 16:09 ` [GIT PULL] mtd: nand: Changes for 6.13 Miquel Raynal
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=87ttc3z27y.fsf@bootlin.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.