1
0
Fork 0
alistair23-linux/drivers/reset
Tyler Baker 41544f9f38 reset: sunxi: fix spinlock initialization
Call spin_lock_init() before the spinlocks are used, both in early init
and probe functions preventing a lockdep splat.

I have been observing lockdep complaining [1] during boot on my a80 optimus [2]
when CONFIG_PROVE_LOCKING has been enabled. This patch resolves the splat,
and has been tested on a few other sunxi platforms without issue.

[1] http://storage.kernelci.org/next/next-20150107/arm-multi_v7_defconfig+CONFIG_PROVE_LOCKING=y/lab-tbaker/boot-sun9i-a80-optimus.html
[2] http://kernelci.org/boot/?a80-optimus

Signed-off-by: Tyler Baker <tyler.baker@linaro.org>
Cc: <stable@vger.kernel.org>
Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
2015-01-16 19:11:31 -08:00
..
sti Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
Kconfig drivers: reset: STi SoC system configuration reset controller support 2014-03-11 10:47:23 +00:00
Makefile reset: add the Berlin reset controller driver 2014-10-20 16:51:56 +02:00
core.c reset: add reset_control_status helper function 2014-10-20 10:11:29 +02:00
reset-berlin.c reset: add the Berlin reset controller driver 2014-10-20 16:51:56 +02:00
reset-socfpga.c Driver core patches for 3.19-rc1 2014-12-14 16:10:09 -08:00
reset-sunxi.c reset: sunxi: fix spinlock initialization 2015-01-16 19:11:31 -08:00