1. 21 Jun, 2024 4 commits
    • Linus Torvalds's avatar
      Merge tag 'thermal-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · fbe7ef3f
      Linus Torvalds authored
      Pull thermal control fixes from Rafael Wysocki:
       "These fix the Mediatek lvts_thermal driver, the Intel int340x driver,
        and the thermal core (two issues related to system suspend).
      
        Specifics:
      
         - Remove the filtered mode for mt8188 from lvts_thermal as it is not
           supported on this platform and fail the lvts_thermal initialization
           when the golden temperature is zero as that means the efuse data is
           not correctly set (Julien Panis)
      
         - Update the processor_thermal part of the Intel int340x driver to
           support shared interrupts as the processor thermal device interrupt
           may in fact be shared with PCI devices (Srinivas Pandruvada)
      
         - Synchronize the suspend-prepare and post-suspend actions of the
           thermal PM notifier to avoid a destructive race condition and
           change the priority of that notifier to the minimum to avoid
           interference between the work items spawned by it and the other
           PM notifiers during system resume (Rafael Wysocki)"
      
      * tag 'thermal-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
        thermal: int340x: processor_thermal: Support shared interrupts
        thermal: core: Change PM notifier priority to the minimum
        thermal: core: Synchronize suspend-prepare and post-suspend actions
        thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse data
        thermal/drivers/mediatek/lvts_thermal: Remove filtered mode for mt8188
      fbe7ef3f
    • Linus Torvalds's avatar
      Merge tag 'dmaengine-fix-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine · 66cc544f
      Linus Torvalds authored
      Pull dmaengine fixes from Vinod Koul:
      
       - kmemleak, error path handling and missing kmem_cache_destroy() fixes
         for ioatdma driver
      
       - use after free fix for idxd driver
      
       - data synchronisation fix for xdma isr handling
      
       - fsl driver channel constraints and linking two fsl module fixes
      
      * tag 'dmaengine-fix-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine:
        dmaengine: ioatdma: Fix missing kmem_cache_destroy()
        dt-bindings: dma: fsl-edma: fix dma-channels constraints
        dmaengine: fsl-edma: avoid linking both modules
        dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()
        dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
        dmaengine: ioatdma: Fix leaking on version mismatch
        dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id()
        dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list
        dmaengine: xilinx: xdma: Fix data synchronisation in xdma_channel_isr()
      66cc544f
    • Linus Torvalds's avatar
      Merge tag 'phy-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy · a21b52aa
      Linus Torvalds authored
      Pull phy fixes from Vinod Koul:
      
       - Qualcomm QMP driver fixes for missing register offsets and correct N4
         offsets for registers
      
      * tag 'phy-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy:
        phy: qcom: qmp-combo: Switch from V6 to V6 N4 register offsets
        phy: qcom-qmp: pcs: Add missing v6 N4 register offsets
        phy: qcom-qmp: qserdes-txrx: Add missing registers offsets
      a21b52aa
    • Linus Torvalds's avatar
      Merge tag 'soundwire-6.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire · d512d025
      Linus Torvalds authored
      Pull soundwire fix from Vinod Koul:
      
       - Single fix for calling fwnode_handle_put() on the
         returned fwnode pointer
      
      * tag 'soundwire-6.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire:
        soundwire: fix usages of device_get_named_child_node()
      d512d025
  2. 20 Jun, 2024 17 commits
  3. 19 Jun, 2024 18 commits
  4. 18 Jun, 2024 1 commit