mirror of
https://github.com/torvalds/linux.git
synced 2026-09-19 00:58:02 +02:00
Do not put the reset control, retain exclusive control over it.
After turning on a CPU, the corresponding reset line must stay
deasserted.
This also avoids calling reset_control_put() before workqueues
are operational.
Fixes:
|
||
|---|---|---|
| .. | ||
| core.h | ||
| headsmp.S | ||
| Kconfig | ||
| Makefile | ||
| platsmp.c | ||
| pm.c | ||
| pm.h | ||
| rockchip.c | ||
| sleep.S | ||