public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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: Fixes for v5.10-rc6
Date: Fri, 27 Nov 2020 19:38:03 +0100	[thread overview]
Message-ID: <20201127193803.324e1f83@xps13> (raw)

Hello Linus,

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

Thanks,
Miquèl

The following changes since commit f8394f232b1eab649ce2df5c5f15b0e528c92091:

  Linux 5.10-rc3 (2020-11-08 16:10:16 -0800)

are available in the Git repository at:

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

for you to fetch changes up to b36bf0a0fe5d18561dd98eb774ef61dd396edc42:

  mtd: rawnand: socrates: Move the ECC initialization to ->attach_chip() (2020-11-20 12:31:26 +0100)

----------------------------------------------------------------
Raw NAND changes:
* Because of a recent change in the core, NAND controller drivers
  initializing the ECC engine too early in the probe path are
  broken. Drivers should wait for the NAND device to be discovered and
  its memory layout known before doing any ECC related initialization,
  so instead of reverting the faulty change which is actually moving
  in the right direction, let's fix the drivers directly: socrates,
  sharpsl, r852, plat_nand, pasemi, tmio, txx9ndfmc, orion, mpc5121,
  lpc32xx_slc, lpc32xx_mlc, fsmc, diskonchip, davinci, cs553x, au1550,
  ams-delta, xway and gpio.

----------------------------------------------------------------
Miquel Raynal (19):
      mtd: rawnand: gpio: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: xway: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: ams-delta: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: au1550: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: cs553x: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: davinci: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: diskonchip: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: fsmc: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: lpc32xx_mlc: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: lpc32xx_slc: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: mpc5121: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: orion: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: txx9ndfmc: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: tmio: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: pasemi: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: plat_nand: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: r852: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: sharpsl: Move the ECC initialization to ->attach_chip()
      mtd: rawnand: socrates: Move the ECC initialization to ->attach_chip()

 drivers/mtd/nand/raw/ams-delta.c     | 12 +++++++++---
 drivers/mtd/nand/raw/au1550nd.c      | 11 +++++++++--
 drivers/mtd/nand/raw/cs553x_nand.c   | 24 ++++++++++++++++--------
 drivers/mtd/nand/raw/davinci_nand.c  |  8 ++++----
 drivers/mtd/nand/raw/diskonchip.c    | 29 +++++++++++++++++++----------
 drivers/mtd/nand/raw/fsmc_nand.c     | 30 +++++++++++++++---------------
 drivers/mtd/nand/raw/gpio.c          | 11 +++++++++--
 drivers/mtd/nand/raw/lpc32xx_mlc.c   | 23 +++++++++++++----------
 drivers/mtd/nand/raw/lpc32xx_slc.c   | 26 ++++++++++++++------------
 drivers/mtd/nand/raw/mpc5121_nfc.c   | 19 +++++++++++++++++--
 drivers/mtd/nand/raw/orion_nand.c    | 19 +++++++++++++++++--
 drivers/mtd/nand/raw/pasemi_nand.c   | 19 +++++++++++++++++--
 drivers/mtd/nand/raw/plat_nand.c     | 20 +++++++++++++++++---
 drivers/mtd/nand/raw/r852.c          | 40 +++++++++++++++++++++++++++-------------
 drivers/mtd/nand/raw/r852.h          |  1 +
 drivers/mtd/nand/raw/sharpsl.c       | 32 ++++++++++++++++++++++++--------
 drivers/mtd/nand/raw/socrates_nand.c | 21 +++++++++++++++++----
 drivers/mtd/nand/raw/tmio_nand.c     | 33 ++++++++++++++++++++++++---------
 drivers/mtd/nand/raw/txx9ndfmc.c     | 14 +++++++++-----
 drivers/mtd/nand/raw/xway_nand.c     | 18 ++++++++++++++++--
 20 files changed, 294 insertions(+), 116 deletions(-)

             reply	other threads:[~2020-11-27 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 18:38 Miquel Raynal [this message]
2020-11-27 20:05 ` [GIT PULL] mtd: Fixes for v5.10-rc6 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=20201127193803.324e1f83@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox