Re: [PATCH 2/4] mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP data

2024-09-10 Thread Tudor Ambarus
On 08.08.2024 09:00, tkuw584...@gmail.com wrote: > From: Takahiro Kuwano > > This patch partially ports the Linux commit: > 4e53ab0c292d ("mtd: spi-nor: Set the 4-Byte Address Mode method based on >SFDP data") > > BFPT[DWORD(16)] defines the methods to enter and exit the 4-Byt

[PATCH 2/4] mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP data

2024-08-07 Thread tkuw584924
From: Takahiro Kuwano This patch partially ports the Linux commit: 4e53ab0c292d ("mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP data") BFPT[DWORD(16)] defines the methods to enter and exit the 4-Byte Address Mode. Parse BFPT to determine the method. Will rename th