mbox series

[v3,0/3] mtd: spinand: Add support for SkyHigh S35ML-3 family

Message ID cover.1733193264.git.Takahiro.Kuwano@infineon.com
Headers show
Series mtd: spinand: Add support for SkyHigh S35ML-3 family | expand

Message

Takahiro Kuwano Dec. 3, 2024, 2:46 a.m. UTC
From: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>

This series is successor of the patch submitted by KR Kim:
https://patchwork.ozlabs.org/project/linux-mtd/patch/20240820064547.5035-1-kr.kim@skyhighmemory.com/

Changes in v3:
  - Add Fixes tag to the patch 1/3

Changes in v2:
  - Add new patch that removes redundant write enable in markbad()
  - Make ondie ECC engine ops return error in raw access case and add
    fallback mechanism in isbad() and markbad()
  - Add detailed comment about block lock register in Skyhigh driver 

Takahiro Kuwano (3):
  mtd: spinand: Remove write_enable_op() in markbad()
  mtd: spinand: Introduce a way to avoid raw access
  mtd: spinand: Add support for SkyHigh S35ML-3 family

 drivers/mtd/nand/spi/Makefile  |   2 +-
 drivers/mtd/nand/spi/core.c    |  25 ++++--
 drivers/mtd/nand/spi/skyhigh.c | 147 +++++++++++++++++++++++++++++++++
 include/linux/mtd/spinand.h    |   2 +
 4 files changed, 170 insertions(+), 6 deletions(-)
 create mode 100644 drivers/mtd/nand/spi/skyhigh.c

Comments

Miquel Raynal Dec. 5, 2024, 10:43 a.m. UTC | #1
On Tue, 03 Dec 2024 11:46:47 +0900, tkuw584924@gmail.com wrote:
> From: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
> 
> This series is successor of the patch submitted by KR Kim:
> https://patchwork.ozlabs.org/project/linux-mtd/patch/20240820064547.5035-1-kr.kim@skyhighmemory.com/
> 
> Changes in v3:
>   - Add Fixes tag to the patch 1/3
> 
> [...]

Applied to nand/next, thanks!

[1/3] mtd: spinand: Remove write_enable_op() in markbad()
[2/3] mtd: spinand: Introduce a way to avoid raw access
[3/3] mtd: spinand: Add support for SkyHigh S35ML-3 family

Patche(s) will be available within hours on:
mtd/linux.git

Kind regards,
Miquèl