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:
c9eaa44
)
spi: atmel: Fix scheduling while atomic bug
author
Alexander Stein
<alexanders83@web.de>
Sun, 13 Apr 2014 10:45:10 +0000
(12:45 +0200)
committer
Mark Brown
<broonie@linaro.org>
Fri, 18 Apr 2014 14:41:23 +0000
(15:41 +0100)
atmel_spi_lock does a spin_lock_irqsave, so we need to renable the
interrupts when we want to schedule.
Signed-off-by: Alexander Stein <alexanders83@web.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
No differences found