[PATCH v2 0/2] platform/x86: ISST: Fix for write lock and suspend/resume

Srinivas Pandruvada posted 2 patches 1 month ago
.../intel/speed_select_if/isst_tpmi_core.c    | 57 ++++++++++++-------
1 file changed, 36 insertions(+), 21 deletions(-)
[PATCH v2 0/2] platform/x86: ISST: Fix for write lock and suspend/resume
Posted by Srinivas Pandruvada 1 month ago
There are two issues, which are not urgent as the current deployed systems
don't support them, but need fixes:
- Write lock- Even if the TPMI is write locked it will still write to MMIO
- store-restore data during suspend/resume: Not storing and restoring data to
all power domains.

v2:
  One minor fix for new line

Srinivas Pandruvada (2):
  platform/x86: ISST: Add missing write block check
  platform/x86: ISST: Store and restore all domains data

 .../intel/speed_select_if/isst_tpmi_core.c    | 57 ++++++++++++-------
 1 file changed, 36 insertions(+), 21 deletions(-)

-- 
2.52.0
Re: [PATCH v2 0/2] platform/x86: ISST: Fix for write lock and suspend/resume
Posted by Ilpo Järvinen 3 weeks, 4 days ago
On Tue, 06 Jan 2026 22:02:54 -0800, Srinivas Pandruvada wrote:

> There are two issues, which are not urgent as the current deployed systems
> don't support them, but need fixes:
> - Write lock- Even if the TPMI is write locked it will still write to MMIO
> - store-restore data during suspend/resume: Not storing and restoring data to
> all power domains.
> 
> v2:
>   One minor fix for new line
> 
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo-next branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-next branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/2] platform/x86: ISST: Add missing write block check
      commit: 51bec3adb6006e070fefd43a3fabcd4446b910f2
[2/2] platform/x86: ISST: Store and restore all domains data
      commit: c2cacb320ade6beca0e02d399a4385181409ebdd

--
 i.