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@microchip.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] mtd: Changes for v5.13-rc4
Date: Wed, 26 May 2021 17:59:24 +0200 [thread overview]
Message-ID: <20210526175924.4f9ab124@xps13> (raw)
Hello Linus,
This is an MTD fixes PR for the next release cycle.
Thanks,
Miquèl
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.13-rc4
for you to fetch changes up to 562b4e91d3b221f737f84ff78ee7d348c8a6891f:
mtd: parsers: ofpart: fix parsing subpartitions (2021-05-10 18:34:30 +0200)
----------------------------------------------------------------
MTD parsers:
* ofpart:
- Fix subpartitions parsing
Raw NAND:
* txx9ndfmc, tmio, sharpsl, ndfc, lpc32xx_slc, fsmc, cs553x:
- Fix external use of SW Hamming ECC helper
----------------------------------------------------------------
Miquel Raynal (7):
mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper
mtd: rawnand: fsmc: Fix external use of SW Hamming ECC helper
mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC helper
mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helper
mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helper
mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper
mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper
Rafał Miłecki (1):
mtd: parsers: ofpart: fix parsing subpartitions
drivers/mtd/nand/raw/cs553x_nand.c | 12 +++++++++++-
drivers/mtd/nand/raw/fsmc_nand.c | 12 +++++++++++-
drivers/mtd/nand/raw/lpc32xx_slc.c | 15 ++++++++++++++-
drivers/mtd/nand/raw/ndfc.c | 12 +++++++++++-
drivers/mtd/nand/raw/sharpsl.c | 12 +++++++++++-
drivers/mtd/nand/raw/tmio_nand.c | 8 +++++---
drivers/mtd/nand/raw/txx9ndfmc.c | 5 +++--
drivers/mtd/parsers/ofpart_core.c | 26 ++++++++++++++------------
8 files changed, 80 insertions(+), 22 deletions(-)
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
WARNING: multiple messages have this Message-ID (diff)
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@microchip.com>,
Vignesh Raghavendra <vigneshr@ti.com>,
Frieder Schrempf <frieder.schrempf@kontron.de>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] mtd: Changes for v5.13-rc4
Date: Wed, 26 May 2021 17:59:24 +0200 [thread overview]
Message-ID: <20210526175924.4f9ab124@xps13> (raw)
Hello Linus,
This is an MTD fixes PR for the next release cycle.
Thanks,
Miquèl
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.13-rc4
for you to fetch changes up to 562b4e91d3b221f737f84ff78ee7d348c8a6891f:
mtd: parsers: ofpart: fix parsing subpartitions (2021-05-10 18:34:30 +0200)
----------------------------------------------------------------
MTD parsers:
* ofpart:
- Fix subpartitions parsing
Raw NAND:
* txx9ndfmc, tmio, sharpsl, ndfc, lpc32xx_slc, fsmc, cs553x:
- Fix external use of SW Hamming ECC helper
----------------------------------------------------------------
Miquel Raynal (7):
mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper
mtd: rawnand: fsmc: Fix external use of SW Hamming ECC helper
mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC helper
mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helper
mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helper
mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper
mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC helper
Rafał Miłecki (1):
mtd: parsers: ofpart: fix parsing subpartitions
drivers/mtd/nand/raw/cs553x_nand.c | 12 +++++++++++-
drivers/mtd/nand/raw/fsmc_nand.c | 12 +++++++++++-
drivers/mtd/nand/raw/lpc32xx_slc.c | 15 ++++++++++++++-
drivers/mtd/nand/raw/ndfc.c | 12 +++++++++++-
drivers/mtd/nand/raw/sharpsl.c | 12 +++++++++++-
drivers/mtd/nand/raw/tmio_nand.c | 8 +++++---
drivers/mtd/nand/raw/txx9ndfmc.c | 5 +++--
drivers/mtd/parsers/ofpart_core.c | 26 ++++++++++++++------------
8 files changed, 80 insertions(+), 22 deletions(-)
next reply other threads:[~2021-05-26 17:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-26 15:59 Miquel Raynal [this message]
2021-05-26 15:59 ` [GIT PULL] mtd: Changes for v5.13-rc4 Miquel Raynal
2021-05-26 16:20 ` Linus Torvalds
2021-05-26 16:20 ` Linus Torvalds
2021-05-26 16:46 ` Miquel Raynal
2021-05-26 16:46 ` Miquel Raynal
2021-09-28 22:24 ` Miquel Raynal
2021-09-28 22:24 ` Miquel Raynal
2021-05-26 16:25 ` pr-tracker-bot
2021-05-26 16:25 ` 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=20210526175924.4f9ab124@xps13 \
--to=miquel.raynal@bootlin.com \
--cc=Tudor.Ambarus@microchip.com \
--cc=frieder.schrempf@kontron.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.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 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.