public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] mtd: Fixes for v5.17-rc5
@ 2022-02-18 14:36 Miquel Raynal
  2022-02-18 17:40 ` pr-tracker-bot
  2022-03-06 20:08 ` Linus Torvalds
  0 siblings, 2 replies; 4+ messages in thread
From: Miquel Raynal @ 2022-02-18 14:36 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-mtd, Richard Weinberger, Tudor Ambarus, Vignesh Raghavendra,
	Frieder Schrempf, Michael Walle, Pratyush Yadav, linux-kernel

Hello Linus,

This is a fixes MTD PR for the next -rc.

Thanks,
Miquèl

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/mtd/fixes-for-5.17-rc5

for you to fetch changes up to 36415a7964711822e63695ea67fede63979054d9:

  mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status (2022-01-31 17:08:56 +0100)

----------------------------------------------------------------
MTD changes:
* Qcom:
  - Don't print error message on -EPROBE_DEFER
  - Fix kernel panic on skipped partition
  - Fix missing free for pparts in cleanup
* phram: Prevent divide by zero bug in phram_setup()

Raw NAND controller changes:
* ingenic: Fix missing put_device in ingenic_ecc_get
* qcom: Fix clock sequencing in qcom_nandc_probe()
* omap2: Prevent invalid configuration and build error
* gpmi: Don't leak PM reference in error path
* brcmnand: Fix incorrect sub-page ECC status

----------------------------------------------------------------
Ansuel Smith (2):
      mtd: parsers: qcom: Fix kernel panic on skipped partition
      mtd: parsers: qcom: Fix missing free for pparts in cleanup

Bryan O'Donoghue (2):
      mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
      mtd: parsers: qcom: Don't print error message on -EPROBE_DEFER

Christian Eggers (1):
      mtd: rawnand: gpmi: don't leak PM reference in error path

Dan Carpenter (1):
      mtd: phram: Prevent divide by zero bug in phram_setup()

Miaoqian Lin (1):
      mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get

Roger Quadros (1):
      mtd: rawnand: omap2: Prevent invalid configuration and build error

david regan (1):
      mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status

 drivers/mtd/devices/phram.c                | 12 ++++++++----
 drivers/mtd/nand/raw/Kconfig               |  3 ++-
 drivers/mtd/nand/raw/brcmnand/brcmnand.c   |  2 +-
 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c |  3 ++-
 drivers/mtd/nand/raw/ingenic/ingenic_ecc.c |  7 ++++++-
 drivers/mtd/nand/raw/qcom_nandc.c          | 14 ++++++--------
 drivers/mtd/parsers/qcomsmempart.c         | 36 +++++++++++++++++++++++-------------
 7 files changed, 48 insertions(+), 29 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-07 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-18 14:36 [GIT PULL] mtd: Fixes for v5.17-rc5 Miquel Raynal
2022-02-18 17:40 ` pr-tracker-bot
2022-03-06 20:08 ` Linus Torvalds
2022-03-07 16:34   ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox