1. 14 Dec, 2022 36 commits
  2. 12 Dec, 2022 1 commit
    • Rafael J. Wysocki's avatar
      Merge branch 'thermal-intel' · 75b15aa0
      Rafael J. Wysocki authored
      Merge one more Intel thermal control change for 6.2-rc1:
      
       - Remove a pointless die_id chec from the Intel HFI thermal control
         driver (Ricardo Neri).
      
      * thermal-intel:
        thermal: intel: hfi: Remove a pointless die_id check
      75b15aa0
  3. 02 Dec, 2022 2 commits
    • Ricardo Neri's avatar
      thermal: intel: hfi: Remove a pointless die_id check · 3a3073b6
      Ricardo Neri authored
      die_id is an u16 quantity. On single-die systems the default value of
      die_id is 0. No need to check for negative values.
      
      Plus, removing this check makes Coverity happy.
      Signed-off-by: default avatarRicardo Neri <ricardo.neri-calderon@linux.intel.com>
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      3a3073b6
    • Rafael J. Wysocki's avatar
      Merge Intel thermal control drivers changes for v6.2 · 7d4b19ab
      Rafael J. Wysocki authored
       - Add Raptor Lake-S support to the intel_tcc_cooling driver (Zhang
         Rui).
      
       - Make the intel_tcc_cooling driver detect TCC locking (Zhang Rui).
      
       - Address Coverity warning in intel_hfi_process_event() (Ricardo Neri).
      
       - Prevent accidental clearing of HFI in the package thermal interrupt
         status (Srinivas Pandruvada).
      
       - Protect the clearing of status bits in MSR_IA32_PACKAGE_THERM_STATUS
         and MSR_IA32_THERM_STATUS (Srinivas Pandruvada).
      
       - Allow the HFI interrupt handler to ACK an event for the same
         timestamp (Srinivas Pandruvada).
      
      * thermal-intel:
        thermal: intel: hfi: ACK HFI for the same timestamp
        thermal: intel: Protect clearing of thermal status bits
        thermal: intel: Prevent accidental clearing of HFI status
        thermal: intel: intel_tcc_cooling: Add TCC cooling support for RaptorLake-S
        thermal: intel: intel_tcc_cooling: Detect TCC lock bit
        thermal: intel: hfi: Improve the type of hfi_features::nr_table_pages
      7d4b19ab
  4. 25 Nov, 2022 1 commit