[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20221018090408.466267-1-miquel.raynal@bootlin.com>
Date: Tue, 18 Oct 2022 11:04:08 +0200
From: Miquel Raynal <miquel.raynal@...tlin.com>
To: mikhail.kshevetskiy@...sys.eu, linux-kernel@...r.kernel.org,
linux-mtd@...ts.infradead.org
Cc: Miquel Raynal <miquel.raynal@...tlin.com>,
Vignesh Raghavendra <vigneshr@...com>,
Richard Weinberger <richard@....at>,
Frieder Schrempf <frieder.schrempf@...tron.de>
Subject: Re: [PATCH v3 1/2] mtd: spinand: winbond: fix flash identification
On Mon, 2022-10-10 at 10:51:09 UTC, mikhail.kshevetskiy@...sys.eu wrote:
> From: Mikhail Kshevetskiy <mikhail.kshevetskiy@...sys.eu>
>
> Winbond uses 3 bytes to identify flash: vendor_id, dev_id_0, dev_id_1,
> but current driver uses only first 2 bytes of it for devices
> identification. As result Winbond W25N02KV flash (id_bytes: EF, AA, 22)
> is identified as W25N01GV (id_bytes: EF, AA, 21).
>
> Fix this by adding missed identification bytes.
>
> Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@...sys.eu>
> Reviewed-by: Frieder Schrempf <frieder.schrempf@...tron.de>
Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.
Miquel
Powered by blists - more mailing lists