mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
6956eb33ab
Lockdep warns about a possible circular locking dependency because using syscon_node_to_regmap() will make the created regmap get and enable the first clock it can parse from the device tree. This clock is not needed to access the registers and should not be enabled at that time. Use the recently introduced device_node_to_regmap to solve that as it looks up the regmap in the same list but doesn't care about the clocks. Reported-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lkml.kernel.org/r/20191128102531.817549-1-alexandre.belloni@bootlin.com Tested-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: Stephen Boyd <sboyd@kernel.org> |
||
---|---|---|
.. | ||
at91sam9rl.c | ||
at91sam9x5.c | ||
at91sam9260.c | ||
clk-audio-pll.c | ||
clk-generated.c | ||
clk-h32mx.c | ||
clk-i2s-mux.c | ||
clk-main.c | ||
clk-master.c | ||
clk-peripheral.c | ||
clk-pll.c | ||
clk-plldiv.c | ||
clk-programmable.c | ||
clk-sam9x60-pll.c | ||
clk-slow.c | ||
clk-smd.c | ||
clk-system.c | ||
clk-usb.c | ||
clk-utmi.c | ||
dt-compat.c | ||
Makefile | ||
pmc.c | ||
pmc.h | ||
sam9x60.c | ||
sama5d2.c | ||
sama5d4.c | ||
sckc.c |