summaryrefslogtreecommitdiff
path: root/curvetun.zsh
AgeCommit message (Expand)AuthorFilesLines
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+36
ref='/cgit.cgi/linux/net-next.git/diff/?id=d15eccea69b96a5116169688dcc9baf6d1ce2751'>Diffstat-06-13 17:46:49 +0000
committerMark Brown <broonie@kernel.org>2016-06-14 10:05:18 +0100
commit719bd6542044efd9b338a53dba1bef45f40ca169 (patch)
tree837acfe993c8949db1570b977c6dd5d2a3cb37fb
parent6d9fe44bd73d567d04d3a68a2d2fa521ab9532f2 (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
Diffstat