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>,
Michael Walle <michael@walle.cc>,
Pratyush Yadav <pratyush@kernel.org>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] mtd: Fixes for v6.1-rc3
Date: Fri, 28 Oct 2022 11:31:11 +0200 [thread overview]
Message-ID: <20221028113111.20508656@xps-13> (raw)
Hello Linus,
This is an MTD fixes PR for the next -rc.
Thanks,
Miquèl
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1-rc3
for you to fetch changes up to 05e258c6ec669d6d18c494ea03d35962d6f5b545:
mtd: parsers: bcm47xxpart: Fix halfblock reads (2022-10-18 11:20:12 +0200)
----------------------------------------------------------------
MTD core:
* partitions: Add missing of_node_get() in dynamic partitions code
Parser drivers:
* bcm47xxpart: Fix halfblock reads
Raw NAND controller drivers:
* marvell: Use correct logic for nand-keep-config
* tegra: Fix PM disable depth imbalance in probe
* intel: Add missing of_node_put() in ebu_nand_probe()
SPI-NOR core changes:
* Ignore -ENOTSUPP in spi_nor_init()
----------------------------------------------------------------
Linus Walleij (1):
mtd: parsers: bcm47xxpart: Fix halfblock reads
Mika Westerberg (1):
mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()
Rafał Miłecki (1):
mtd: core: add missing of_node_get() in dynamic partitions code
Tony O'Brien (1):
mtd: rawnand: marvell: Use correct logic for nand-keep-config
Yang Yingliang (1):
mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()
Zhang Qilong (1):
mtd: rawnand: tegra: Fix PM disable depth imbalance in probe
drivers/mtd/mtdcore.c | 2 +-
drivers/mtd/nand/raw/intel-nand-controller.c | 23 +++++++++++++++--------
drivers/mtd/nand/raw/marvell_nand.c | 2 +-
drivers/mtd/nand/raw/tegra_nand.c | 4 +++-
drivers/mtd/parsers/bcm47xxpart.c | 4 ++--
drivers/mtd/spi-nor/core.c | 4 +++-
6 files changed, 25 insertions(+), 14 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>,
Michael Walle <michael@walle.cc>,
Pratyush Yadav <pratyush@kernel.org>,
linux-kernel@vger.kernel.org
Subject: [GIT PULL] mtd: Fixes for v6.1-rc3
Date: Fri, 28 Oct 2022 11:31:11 +0200 [thread overview]
Message-ID: <20221028113111.20508656@xps-13> (raw)
Hello Linus,
This is an MTD fixes PR for the next -rc.
Thanks,
Miquèl
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1-rc3
for you to fetch changes up to 05e258c6ec669d6d18c494ea03d35962d6f5b545:
mtd: parsers: bcm47xxpart: Fix halfblock reads (2022-10-18 11:20:12 +0200)
----------------------------------------------------------------
MTD core:
* partitions: Add missing of_node_get() in dynamic partitions code
Parser drivers:
* bcm47xxpart: Fix halfblock reads
Raw NAND controller drivers:
* marvell: Use correct logic for nand-keep-config
* tegra: Fix PM disable depth imbalance in probe
* intel: Add missing of_node_put() in ebu_nand_probe()
SPI-NOR core changes:
* Ignore -ENOTSUPP in spi_nor_init()
----------------------------------------------------------------
Linus Walleij (1):
mtd: parsers: bcm47xxpart: Fix halfblock reads
Mika Westerberg (1):
mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()
Rafał Miłecki (1):
mtd: core: add missing of_node_get() in dynamic partitions code
Tony O'Brien (1):
mtd: rawnand: marvell: Use correct logic for nand-keep-config
Yang Yingliang (1):
mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()
Zhang Qilong (1):
mtd: rawnand: tegra: Fix PM disable depth imbalance in probe
drivers/mtd/mtdcore.c | 2 +-
drivers/mtd/nand/raw/intel-nand-controller.c | 23 +++++++++++++++--------
drivers/mtd/nand/raw/marvell_nand.c | 2 +-
drivers/mtd/nand/raw/tegra_nand.c | 4 +++-
drivers/mtd/parsers/bcm47xxpart.c | 4 ++--
drivers/mtd/spi-nor/core.c | 4 +++-
6 files changed, 25 insertions(+), 14 deletions(-)
next reply other threads:[~2022-10-28 9:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-28 9:31 Miquel Raynal [this message]
2022-10-28 9:31 ` [GIT PULL] mtd: Fixes for v6.1-rc3 Miquel Raynal
2022-10-28 21:10 ` pr-tracker-bot
2022-10-28 21:10 ` 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=20221028113111.20508656@xps-13 \
--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=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 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.