commit | 719bd6542044efd9b338a53dba1bef45f40ca169 | [log] [tgz] |
---|---|---|
author | Michal Suchanek <hramrach@gmail.com> | Mon Jun 13 17:46:49 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Jun 14 10:05:18 2016 +0100 |
tree | 837acfe993c8949db1570b977c6dd5d2a3cb37fb | |
parent | 6d9fe44bd73d567d04d3a68a2d2fa521ab9532f2 [diff] |
spi: sunxi: fix transfer timeout The trasfer timeout is fixed at 1000 ms. Reading a 4Mbyte flash over 1MHz SPI bus takes way longer than that. Calculate the timeout from the actual time the transfer is supposed to take and multiply by 2 for good measure. Signed-off-by: Michal Suchanek <hramrach@gmail.com> Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org