lkml.org 
[lkml]   [2022]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v2 0/3] mtd: spinand: add support for detection with param page
Date
This patchset adds support for spi-nand detection using parameter page.
This helps dealing with future JEDEC ID conflicts introduced by crazy
vendors. Also, the added ability to auto-detect chip capacity can help
reducing number of entries in our spi-nand id table.

Change since v1: extract common functions from raw nand

Chuanhong Guo (3):
mtd: nand: extract some onfi functions to nandcore
mtd: spinand: add support for detection with param page
mtd: spinand: probe Winbond W25N01GV/W using param page

drivers/mtd/nand/Makefile | 2 +-
drivers/mtd/nand/onfi.c | 115 ++++++++++++++++
drivers/mtd/nand/raw/internals.h | 1 -
drivers/mtd/nand/raw/nand_base.c | 18 ---
drivers/mtd/nand/raw/nand_jedec.c | 4 +-
drivers/mtd/nand/raw/nand_onfi.c | 70 +---------
drivers/mtd/nand/spi/Makefile | 2 +-
drivers/mtd/nand/spi/core.c | 23 ++--
drivers/mtd/nand/spi/onfi.c | 219 ++++++++++++++++++++++++++++++
drivers/mtd/nand/spi/winbond.c | 25 ++--
include/linux/mtd/onfi.h | 8 ++
include/linux/mtd/spinand.h | 53 ++++++++
12 files changed, 431 insertions(+), 109 deletions(-)
create mode 100644 drivers/mtd/nand/onfi.c
create mode 100644 drivers/mtd/nand/spi/onfi.c

--
2.35.1

\
 
 \ /
  Last update: 2022-04-15 05:50    [W:0.121 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site