Re: [PATCH v2 5/6] mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp()

2024-04-25 Thread Tudor Ambarus
On 4/25/24 05:52, tkuw584...@gmail.com wrote: > From: Takahiro Kuwano > > spi_nor_post_sfdp_fixups() was called regardless of if > spi_nor_parse_sfdp() had been called or not. late_init() should be > instead used to initialize the parameters that are not defined in SFDP. > > Ideally

[PATCH v2 5/6] mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp()

2024-04-24 Thread tkuw584924
From: Takahiro Kuwano spi_nor_post_sfdp_fixups() was called regardless of if spi_nor_parse_sfdp() had been called or not. late_init() should be instead used to initialize the parameters that are not defined in SFDP. Ideally spi_nor_post_sfdp_fixups() is called only after successful parse of