1. 23 May, 2022 2 commits
    • Rafael J. Wysocki's avatar
      Merge branches 'thermal-int340x', 'thermal-pch' and 'thermal-misc' · bbb544f3
      Rafael J. Wysocki authored
      Merge int340x thermal driver updates, PCH thermal driver updates and
      miscellaneous thermal control updates for 5.19-rc1:
      
       - Clean up _OSC handling in int340x (Davidlohr Bueso).
      
       - Improve overheat condition handling during suspend-to-idle in the
         Intel PCH thermal driver (Zhang Rui).
      
       - Use local ops instead of global ops in devfreq_cooling (Kant Fan).
      
       - Switch hisi_termal from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
         (Hesham Almatary)
      
      * thermal-int340x:
        thermal: int340x: Clean up _OSC context init
        thermal: int340x: Consolidate freeing of acpi_buffer pointer
        thermal: int340x: Clean up unnecessary acpi_buffer pointer freeing
      
      * thermal-pch:
        thermal: intel: pch: improve the cooling delay log
        thermal: intel: pch: enhance overheat handling
        thermal: intel: pch: move cooling delay to suspend_noirq phase
        PM: wakeup: expose pm_wakeup_pending to modules
      
      * thermal-misc:
        thermal: devfreq_cooling: use local ops instead of global ops
        thermal: hisi_termal: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
      bbb544f3
    • Rafael J. Wysocki's avatar
  2. 19 May, 2022 33 commits
  3. 18 May, 2022 2 commits
  4. 16 May, 2022 1 commit
  5. 15 May, 2022 2 commits
    • Linus Torvalds's avatar
      Merge tag 'driver-core-5.18-rc7' of... · 0cdd776e
      Linus Torvalds authored
      Merge tag 'driver-core-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
      
      Pull driver core fixes from Greg KH:
       "Here is one fix, and three documentation updates for 5.18-rc7.
      
        The fix is for the firmware loader which resolves a long-reported
        problem where the credentials of the firmware loader could be set to a
        userspace process without enough permissions to actually load the
        firmware image. Many Android vendors have been reporting this for
        quite some time.
      
        The documentation updates are for the embargoed-hardware-issues.rst
        file to add a new entry, change an existing one, and sort the list to
        make changes easier in the future.
      
        All of these have been in linux-next for a while with no reported
        issues"
      
      * tag 'driver-core-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
        Documentation/process: Update ARM contact for embargoed hardware issues
        Documentation/process: Add embargoed HW contact for Ampere Computing
        Documentation/process: Make groups alphabetical and use tabs consistently
        firmware_loader: use kernel credentials when reading firmware
      0cdd776e
    • Linus Torvalds's avatar
      Merge tag 'char-misc-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc · 5becde60
      Linus Torvalds authored
      Pull char/misc driver fixes from Greg KH:
       "Here are two small driver fixes for 5.18-rc7 that resolve reported
        problems:
      
         - slimbus driver irq bugfix
      
         - interconnect sync state bugfix
      
        Both of these have been in linux-next with no reported problems"
      
      * tag 'char-misc-5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
        slimbus: qcom: Fix IRQ check in qcom_slim_probe
        interconnect: Restore sync state by ignoring ipa-virt in provider count
      5becde60