commit | 92693e39f832050f8652f617b7dad6a1d49bf733 | [log] [tgz] |
---|---|---|
author | Christophe Kerello <christophe.kerello@st.com> | Fri Jul 31 09:53:36 2020 +0200 |
committer | Patrice Chotard <patrice.chotard@st.com> | Thu Aug 13 09:53:34 2020 +0200 |
tree | 5b76b1b65c09e2a0babc08e9fa60d458f03882f9 | |
parent | 16ec0bdbbff3e1c71d51f0e4bf7e905de19eb9e6 [diff] |
mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_5S for timeouts FMC2_TIMEOUT_5S will be used each time that we need to wait. It was seen, during stress tests in an overloaded system, that we could be close to 1 second, even if we never met this value. To be safe, FMC2_TIMEOUT_MS is set to 5 seconds. Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Reviewed-by: Patrice Chotard <patrice.chotard@st.com>