mbox series

[GIT,PULL] mtd: Fixes for v5.11-rc5

Message ID 20210123195940.2c76e738@xps13
State Not Applicable
Headers show
Series [GIT,PULL] mtd: Fixes for v5.11-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes

Message

Miquel Raynal Jan. 23, 2021, 6:59 p.m. UTC
Hello Linus,

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

Thanks,
Miquèl


The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes

for you to fetch changes up to b135b3358d73aa2a8b2be35d08e422421d1c609e:

  mtd: rawnand: omap: Use BCH private fields in the specific OOB layout (2021-01-20 23:38:00 +0100)

----------------------------------------------------------------
Martin Blumenstingl (1):
      mtd: rawnand: intel: check the mtd name only after setting the variable

Miquel Raynal (3):
      mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC engine
      mtd: spinand: Fix MTD_OPS_AUTO_OOB requests
      mtd: rawnand: omap: Use BCH private fields in the specific OOB layout

Sean Nyekjaer (1):
      mtd: rawnand: gpmi: fix dst bit offset when extracting raw payload

 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c   |  2 +-
 drivers/mtd/nand/raw/intel-nand-controller.c |  5 +++--
 drivers/mtd/nand/raw/nandsim.c               |  7 +++----
 drivers/mtd/nand/raw/omap2.c                 | 15 +++++++++------
 drivers/mtd/nand/spi/core.c                  | 14 +++++++++++---
 5 files changed, 27 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 23, 2021, 8:05 p.m. UTC | #1
The pull request you sent on Sat, 23 Jan 2021 19:59:40 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/fixes

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

Thank you!