Re: [PATCH v2 5/9] mtd: spi-nor-core: Rework s25_mdp_ready() to support Octal DTR mode

2024-01-29 Thread Jagan Teki
On Fri, Dec 22, 2023 at 11:16 AM wrote: > > From: Takahiro Kuwano > > s25_mdp_ready() handles status polling for multi-die package parts that > requires to read and check status register for each die. To support > S28HS02GT(dual-die package with Octal DTR support), rename function and > use

[PATCH v2 5/9] mtd: spi-nor-core: Rework s25_mdp_ready() to support Octal DTR mode

2023-12-21 Thread tkuw584924
From: Takahiro Kuwano s25_mdp_ready() handles status polling for multi-die package parts that requires to read and check status register for each die. To support S28HS02GT(dual-die package with Octal DTR support), rename function and use nor->rdsr_dummy in octal DTR mode. Signed-off-by: