commit | d74d7fa42f1b80e4b5f47e71e55d30329529588a | [log] [tgz] |
---|---|---|
author | Takahiro Kuwano <Takahiro.Kuwano@infineon.com> | Tue Jun 29 15:01:00 2021 +0900 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Tue Jun 29 19:16:54 2021 +0530 |
tree | c453da44e5d67ed2e62abeb5ee873e8f06bb31d5 | |
parent | ee93e452be7ae5bf5dc82aad376a355a5bdc1df5 [diff] |
mtd: spi-nor-core: Add the ->ready() hook For dual/quad die package devices from Spansion/Cypress, the device's status needs to be checked by reading status registers in all dies, by using Read Any Register command. To support this, a Flash specific hook that can overwrite the legacy status check is needed. Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com> Reviewed-by: Pratyush Yadav <p.yadav@ti.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>