1. 08 Feb, 2024 12 commits
  2. 07 Feb, 2024 1 commit
  3. 06 Feb, 2024 1 commit
  4. 05 Feb, 2024 7 commits
  5. 31 Jan, 2024 1 commit
    • Mark Brown's avatar
      soundwire/SOF: add SoundWire Interface support for · b25c4e56
      Mark Brown authored
      Merge series from Vijendar Mukunda <Vijendar.Mukunda@amd.com>:
      
      This patch series is to redesign existing platform device creation logic
      for SoundWire managers and Implement generic functions for SoundWire
      manager probe, start and exit sequence which are common for both Legacy
      (NO DSP enabled) and SOF stack, and add SoundWire Interface support for
      AMD SOF stack (ACP 6.3 based platform).
      
      The patch series was reviewed in
      https://github.com/thesofproject/linux/pull/4699
      b25c4e56
  6. 30 Jan, 2024 15 commits
  7. 29 Jan, 2024 1 commit
  8. 28 Jan, 2024 2 commits
    • Linus Torvalds's avatar
      Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl · 3eb5ca85
      Linus Torvalds authored
      Pull cxl fixes from Dan Williams:
       "A build regression fix, a device compatibility fix, and an original
        bug preventing creation of large (16 device) interleave sets:
      
         - Fix unit test build regression fallout from global
           "missing-prototypes" change
      
         - Fix compatibility with devices that do not support interrupts
      
         - Fix overflow when calculating the capacity of large interleave sets"
      
      * tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl:
        cxl/region:Fix overflow issue in alloc_hpa()
        cxl/pci: Skip irq features if MSI/MSI-X are not supported
        tools/testing/nvdimm: Disable "missing prototypes / declarations" warnings
        tools/testing/cxl: Disable "missing prototypes / declarations" warnings
      3eb5ca85
    • Linus Torvalds's avatar
      Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux · 4854cf9c
      Linus Torvalds authored
      Pull MIPS fixes from Thomas Bogendoerfer:
      
       - fix boot issue on single core Lantiq Danube devices
      
       - fix boot issue on Loongson64 platforms
      
       - fix improper FPU setup
      
       - fix missing prototypes issues
      
      * tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux:
        mips: Call lose_fpu(0) before initializing fcr31 in mips_set_personality_nan
        MIPS: loongson64: set nid for reserved memblock region
        Revert "MIPS: loongson64: set nid for reserved memblock region"
        MIPS: lantiq: register smp_ops on non-smp platforms
        MIPS: loongson64: set nid for reserved memblock region
        MIPS: reserve exception vector space ONLY ONCE
        MIPS: BCM63XX: Fix missing prototypes
        MIPS: sgi-ip32: Fix missing prototypes
        MIPS: sgi-ip30: Fix missing prototypes
        MIPS: fw arc: Fix missing prototypes
        MIPS: sgi-ip27: Fix missing prototypes
        MIPS: Alchemy: Fix missing prototypes
        MIPS: Cobalt: Fix missing prototypes
      4854cf9c