mbox series

[GIT,PULL] mtd: Fixes for v6.1-rc6

Message ID 20221114101140.339e0d2e@xps-13
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for v6.1-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.1-rc6

Message

Miquel Raynal Nov. 14, 2022, 9:11 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 14, 2022, 8:46 p.m. UTC | #1
The pull request you sent on Mon, 14 Nov 2022 10:11:40 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-6.1-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9584987fe71ea9d6a5813f61be6aec4616978af9

Thank you!