1. 04 Feb, 2023 1 commit
  2. 03 Feb, 2023 1 commit
  3. 02 Feb, 2023 35 commits
  4. 01 Feb, 2023 3 commits
    • Linus Torvalds's avatar
      Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost · 9f266cca
      Linus Torvalds authored
      Pull virtio fixes from Michael Tsirkin:
       "Just small bugfixes all over the place"
      
      * tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
        vdpa: ifcvf: Do proper cleanup if IFCVF init fails
        vhost-scsi: unbreak any layout for response
        tools/virtio: fix the vringh test for virtio ring changes
        vhost/net: Clear the pending messages when the backend is removed
      9f266cca
    • Linus Torvalds's avatar
      Merge tag 'sound-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · ce18d3aa
      Linus Torvalds authored
      Pull sound fixes from Takashi Iwai:
       "A bit higher volume of changes than wished, but each change is
        relatively small and the fix targets are mostly device-specific, so
        those should be safe as a late stage merge.
      
        The most significant LoC is about the memalloc helper fix, which is
        applied only to Xen PV. The other major parts are ASoC Intel SOF and
        AVS fixes that are scattered as various small code changes. The rest
        are device-specific fixes and quirks for HD- and USB-audio, FireWire
        and ASoC AMD / HDMI"
      
      * tag 'sound-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: (30 commits)
        ALSA: firewire-motu: fix unreleased lock warning in hwdep device
        ALSA: memalloc: Workaround for Xen PV
        ASoC: cs42l56: fix DT probe
        ASoC: codecs: wsa883x: correct playback min/max rates
        ALSA: hda/realtek: Add Acer Predator PH315-54
        ASoC: amd: yc: Add Xiaomi Redmi Book Pro 15 2022 into DMI table
        ALSA: hda: Do not unset preset when cleaning up codec
        ASoC: SOF: sof-audio: prepare_widgets: Check swidget for NULL on sink failure
        ASoC: hdmi-codec: zero clear HDMI pdata
        ASoC: SOF: ipc4-mtrace: prevent underflow in sof_ipc4_priority_mask_dfs_write()
        ASoC: Intel: sof_ssp_amp: always set dpcm_capture for amplifiers
        ASoC: Intel: sof_nau8825: always set dpcm_capture for amplifiers
        ASoC: Intel: sof_cs42l42: always set dpcm_capture for amplifiers
        ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers
        ALSA: hda/via: Avoid potential array out-of-bound in add_secret_dac_path()
        ALSA: usb-audio: Add FIXED_RATE quirk for JBL Quantum610 Wireless
        ALSA: hda/realtek: fix mute/micmute LEDs, speaker don't work for a HP platform
        ASoC: SOF: keep prepare/unprepare widgets in sink path
        ASoC: SOF: sof-audio: skip prepare/unprepare if swidget is NULL
        ASoC: SOF: sof-audio: unprepare when swidget->use_count > 0
        ...
      ce18d3aa
    • Jonathan Neuschäfer's avatar
      ARM: dts: wpcm450: Add nuvoton,shm = <&shm> to FIU node · 5efb6480
      Jonathan Neuschäfer authored
      The Flash Interface Unit (FIU) should have a reference to the Shared
      Memory controller (SHM) so that flash access from the host (x86 computer
      managed by the WPCM450 BMC) can be blocked during flash access by the
      FIU driver.
      
      Fixes: 38abcb0d ("ARM: dts: wpcm450: Add FIU SPI controller node")
      Signed-off-by: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
      Link: https://lore.kernel.org/r/20230129112611.1176517-1-j.neuschaefer@gmx.netSigned-off-by: default avatarJoel Stanley <joel@jms.id.au>
      Link: https://lore.kernel.org/r/20230201044158.962417-1-joel@jms.id.auSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      5efb6480