Re: [PATCH 4/4] mtd: spi-nor: add generic flash driver

2024-09-10 Thread Tudor Ambarus
On 08.08.2024 09:00, tkuw584...@gmail.com wrote: > From: Takahiro Kuwano > > Our SFDP parsing is everything we need to support all basic operations > of a flash device. If the flash isn't found in our in-kernel flash > database, gracefully fall back to a driver described solely by its SFDP > t

[PATCH 4/4] mtd: spi-nor: add generic flash driver

2024-08-07 Thread tkuw584924
From: Takahiro Kuwano Our SFDP parsing is everything we need to support all basic operations of a flash device. If the flash isn't found in our in-kernel flash database, gracefully fall back to a driver described solely by its SFDP tables. This patch ports the commit in Linux: 773bbe104497 ("mtd