mirror of https://gitee.com/openkylin/linux.git
5eff1461a6
If runtime power menagement is enabled, the gigabit ethernet PLL would
be disabled after macb_probe(). During this period of time, the system
would hang up if we try to access GEMGXL control registers.
We can't put runtime_pm_get/runtime_pm_put/ there due to the issue of
sleep inside atomic section (
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
macb.h | ||
macb_main.c | ||
macb_pci.c | ||
macb_ptp.c |