[GIT PULL] mtd: Fixes for v6.1-rc6
Miquel Raynal
miquel.raynal at bootlin.com
Mon Nov 14 01:11:40 PST 2022
Hello Linus,
This is another small fixes PR for the next 6.1-rc cycle.
Thanks,
Miquèl
The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:
Linux 6.1-rc3 (2022-10-30 15:19:28 -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-rc6
for you to fetch changes up to c717b9b7d6de9e024e47f7cd5bbff49f581d3db9:
mtd: onenand: omap2: add dependency on GPMC (2022-11-07 16:53:04 +0100)
----------------------------------------------------------------
Raw NAND fixes:
* Placate "$VARIABLE is used uninitialized" warnings
* omap2: Add missing dependency on GPMC
* qcom: Handle ret from parse with codeword_fixup
----------------------------------------------------------------
Adam Borowski (1):
mtd: rawnand: placate "$VARIABLE is used uninitialized" warnings
Christian Marangi (1):
mtd: rawnand: qcom: handle ret from parse with codeword_fixup
Krzysztof Kozlowski (1):
mtd: onenand: omap2: add dependency on GPMC
drivers/mtd/nand/onenand/Kconfig | 1 +
drivers/mtd/nand/raw/nand_base.c | 4 ++--
drivers/mtd/nand/raw/qcom_nandc.c | 12 +++++++-----
3 files changed, 10 insertions(+), 7 deletions(-)
More information about the linux-mtd
mailing list