mbox series

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

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

Message

Takahiro Kuwano Oct. 31, 2024, 2:21 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/

Takahiro Kuwano (2):
  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    |  13 +++
 drivers/mtd/nand/spi/skyhigh.c | 143 +++++++++++++++++++++++++++++++++
 include/linux/mtd/spinand.h    |   2 +
 4 files changed, 159 insertions(+), 1 deletion(-)
 create mode 100644 drivers/mtd/nand/spi/skyhigh.c

Comments

Miquel Raynal Nov. 11, 2024, 6:44 p.m. UTC | #1
On 31/10/2024 at 11:21:53 +09, 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/

Please append a changelog next time.

Thanks,
Miquèl