mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 13:44:15 +08:00
9fbd35520f
The current interconnect provider registration interface is inherently
racy as nodes are not added until the after adding the provider. This
can specifically cause racing DT lookups to fail.
Switch to using the new API where the provider is not registered until
after it has been fully initialised.
Fixes:
|
||
---|---|---|
.. | ||
imx8mm.c | ||
imx8mn.c | ||
imx8mp.c | ||
imx8mq.c | ||
imx.c | ||
imx.h | ||
Kconfig | ||
Makefile |