git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2271cf1
)
spi: coldfire-qspi: Simplify the code to set register bits for transfer speed
author
Axel Lin
<axel.lin@ingics.com>
Thu, 20 Mar 2014 14:59:06 +0000
(22:59 +0800)
committer
Mark Brown
<broonie@linaro.org>
Tue, 25 Mar 2014 18:05:17 +0000
(18:05 +0000)
spi core will use spi->max_speed_hz as transfer speed if the transfer speed was
not set. So we don't need to test t->speed_hz in mcfqspi_transfer_one().
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found