summaryrefslogtreecommitdiff
path: root/flowtop.8
AgeCommit message (Expand)AuthorFilesLines
2013-05-27man: minor: flowtop: add .PPsDaniel Borkmann1-34/+34
2013-05-16man: flowtop: Make wording in description for --version consistentTobias Klauser1-1/+1
2013-05-15man: trafgen: Minor fixesTobias Klauser1-2/+2
2013-05-14man: minor fixups in flowtop's man pageJon Schipp1-16/+16
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+132
'selected'>unified
Diffstat (limited to 'Documentation/i2c/fault-codes')
c
parenta12ddd60ed0a88c3bb83a8d4c07762e41620bf8c (diff)
spi/fsl-espi: Don't wait transaction completion forever
Because the eSPI driver uses wait_for_completion(), any stuck-able phenomenon at half-way transaction progress made worker task hang up. This phenomenon is perhaps caused by eSPI device errata which seems not to be published from vendor site yet. Anyway, we fix hang task by using fixed 2 seconds timeout that is our preferred value for eSPI maximum transaction size. It seems to be better that eSPI driver can detect this stuck and report error (EMSGSIZE) to the upper device driver because the upper device driver can decide to retry or recover. Signed-off-by: Nobuteru Hayashi <hayashi.nbb@ncos.nec.co.jp> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/i2c')