]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
spi: atmel: Fix scheduling while atomic
authorBen Whitten <ben.whitten@gmail.com>
Mon, 14 Nov 2016 15:13:20 +0000 (15:13 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 15 Nov 2016 18:51:35 +0000 (18:51 +0000)
commit39fe33f98b64501f5816f743c052215e7f66700b
treee936993c3f9cfa8719453b554154b70a6a4c1924
parent9610620078a3900e7fad82de620ce809fd29ba60
spi: atmel: Fix scheduling while atomic

A call to clk_get_rate appears to be called in the context of an interrupt,
cache the bus clock for the frequency calculations in transmission.

This fixes a 'BUG: scheduling while atomic' and
'WARNING: CPU: 0 PID: 777 at kernel/sched/core.c:2960 atmel_spi_unlock'

Signed-off-by: Ben Whitten <ben.whitten@lairdtech.com>
Signed-off-by: Steve deRosier <steve.derosier@lairdtech.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-atmel.c