[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230804092401.18b19001@xps-13>
Date: Fri, 4 Aug 2023 09:24:01 +0200
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-mtd@...ts.infradead.org, Richard Weinberger <richard@....at>,
Tudor Ambarus <Tudor.Ambarus@...aro.org>,
Vignesh Raghavendra <vigneshr@...com>,
Frieder Schrempf <frieder.schrempf@...tron.de>,
Michael Walle <michael@...le.cc>,
Pratyush Yadav <pratyush@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] mtd: Fixes for v6.5-rc5
Hello Linus,
This is a fixes MTD PR for the next -rc.
Thanks,
Miquèl
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -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.5-rc5
for you to fetch changes up to c6abce60338aa2080973cd95be0aedad528bb41f:
mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op() (2023-07-27 16:54:23 +0200)
----------------------------------------------------------------
Raw NAND fixes:
* fsl_upm: Fix an off-by one test in fun_exec_op()
* Rockchip:
- Align hwecc vs. raw page helper layouts
- Fix oobfree offset and description
* Meson: Fix OOB available bytes for ECC
* Omap ELM: Fix incorrect type in assignment
SPI-NOR fixes:
* Avoid holes in struct spi_mem_op
Hyperbus fixes:
* Add Tudor as reviewer in MAINTAINERS
SPI-NAND fixes:
* Winbond and Toshiba: Fix ecc_get_status
----------------------------------------------------------------
Arnd Bergmann (1):
mtd: spi-nor: avoid holes in struct spi_mem_op
Arseniy Krasnov (1):
mtd: rawnand: meson: fix OOB available bytes for ECC
Christophe JAILLET (1):
mtd: rawnand: fsl_upm: Fix an off-by one test in fun_exec_op()
Johan Jonker (2):
mtd: rawnand: rockchip: fix oobfree offset and description
mtd: rawnand: rockchip: Align hwecc vs. raw page helper layouts
Olivier Maignial (2):
mtd: spinand: toshiba: Fix ecc_get_status
mtd: spinand: winbond: Fix ecc_get_status
Roger Quadros (1):
mtd: rawnand: omap_elm: Fix incorrect type in assignment
Tudor Ambarus (1):
MAINTAINERS: Add myself as reviewer for HYPERBUS
MAINTAINERS | 1 +
drivers/mtd/nand/raw/fsl_upm.c | 2 +-
drivers/mtd/nand/raw/meson_nand.c | 3 +--
drivers/mtd/nand/raw/omap_elm.c | 24 ++++++++++++------------
drivers/mtd/nand/raw/rockchip-nand-controller.c | 45 +++++++++++++++++++++++++--------------------
drivers/mtd/nand/spi/toshiba.c | 4 ++--
drivers/mtd/nand/spi/winbond.c | 4 ++--
drivers/mtd/spi-nor/spansion.c | 4 ++--
include/linux/spi/spi-mem.h | 4 ++++
9 files changed, 50 insertions(+), 41 deletions(-)
Powered by blists - more mailing lists