Takahiro Kuwano 9901312e09 mtd: spi-nor-core: Use CLPEF(0x82) as alternative to CLSR(0x30) for S25 and S28
Infineon(Cypress) S28Hx-T family does not support legacy CLSR(0x30) opcode.
Instead, it supports CLPEF(0x82) which has the same functionality as CLSR.
spansion_sr_ready() is for multi-die package parts including S28HS02GT, so
we need to use CLPEF instead of CLSR.

This change does not affect to S25x02GT which uses spansion_sr_ready() as
S25Hx-T family also supports CLPEF(0x82) as well as CLSR(0x30).

Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
2024-01-29 19:34:17 +05:30
..
2023-11-20 09:19:50 -05:00
2021-03-01 09:54:11 -05:00
2023-05-15 14:08:45 -04:00
2021-11-23 09:57:55 +02:00
2022-11-28 10:25:17 -05:00
2023-11-07 14:50:52 -05:00
2021-03-01 09:54:11 -05:00
2023-05-15 14:08:45 -04:00
2022-01-19 18:11:34 +01:00
2023-07-25 12:44:46 -04:00