summaryrefslogtreecommitdiff
path: root/flowtop.zsh
AgeCommit message (Expand)AuthorFilesLines
2015-10-29zsh: flowtop: Add completion for newly added command line optionsTobias Klauser1-0/+4
2014-03-23zsh: Unify completion help messages for --version and --helpTobias Klauser1-2/+2
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-2/+6
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+21
commit7243e0b20729d372e97763617a7a9c89f29b33e1 (patch) treeb75e2be1faaecc337cca9496f30517b9e7d8b8ce /Documentation/i2c parentdf34d04a6f09ba41037e58c3df6d6fbed0ffcde9 (diff)
spi: mvebu: fix baudrate calculation for armada variant
The calculation of SPR and SPPR doesn't round correctly at several places which might result in baud rates that are too big. For example with tclk_hz = 250000001 and target rate 25000000 it determined a divider of 10 which is wrong. Instead of fixing all the corner cases replace the calculation by an algorithm without a loop which should even be quicker to execute apart from being correct. Fixes: df59fa7f4bca ("spi: orion: support armada extended baud rates") Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/i2c')