Re: [PATCH v3] mtd: spinand: add support for ESMT F50x1G41LB

From: Miquel Raynal
Date: Tue Mar 28 2023 - 08:56:51 EST


Hi Martin,

mmkurbanov@xxxxxxxxxxxxxx wrote on Wed, 22 Mar 2023 18:16:25 +0300:

> From: Chuanhong Guo <gch981213@xxxxxxxxx>
>
> This patch adds support for ESMT F50L1G41LB and F50D1G41LB.
> It seems that ESMT likes to use random JEDEC ID from other vendors.
> Their 1G chips uses 0xc8 from GigaDevice and 2G/4G chips uses 0x2c from
> Micron. For this reason, the ESMT entry is named esmt_c8 with explicit
> JEDEC ID in variable name.

I was about to merge this patch but it turns out there are conflicts in
the tree. Can you please rebase on top of nand/next and send a v4?

>
> Datasheets:
> https://www.esmt.com.tw/upload/pdf/ESMT/datasheets/F50L1G41LB(2M).pdf
> https://www.esmt.com.tw/upload/pdf/ESMT/datasheets/F50D1G41LB(2M).pdf
>
> Signed-off-by: Chuanhong Guo <gch981213@xxxxxxxxx>
> Signed-off-by: Martin Kurbanov <mmkurbanov@xxxxxxxxxxxxxx>
> Signed-off-by: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxx>
> Tested-by: Martin Kurbanov <mmkurbanov@xxxxxxxxxxxxxx>

Thanks,
Miquèl