mirror of
https://github.com/torvalds/linux.git
synced 2026-09-21 12:20:02 +02:00
The SST-PP control offset is only restored to power domain 0 after
resume. During suspend, control values are read and stored for all
power domains.
Use pd_info->sst_base instead of power_domain_info->sst_base, which
only points to power domain 0 base address.
Fixes:
|
||
|---|---|---|
| .. | ||
| isst_if_common.c | ||
| isst_if_common.h | ||
| isst_if_mbox_msr.c | ||
| isst_if_mbox_pci.c | ||
| isst_if_mmio.c | ||
| isst_tpmi_core.c | ||
| isst_tpmi_core.h | ||
| isst_tpmi.c | ||
| Kconfig | ||
| Makefile | ||