1. 11 2月, 2023 5 次提交
    • L
      Merge tag 'soc-fixes-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · 4f72a263
      Linus Torvalds 提交于
      Pull ARM SoC fixes from Arnd Bergmann:
       "All the changes this time are minor devicetree corrections, the
        majority being for 64-bit Rockchip SoC support. These are a couple of
        corrections for properties that are in violation of the binding, some
        that put the machine into safer operating points for the eMMC and
        thermal settings, and missing properties that prevented rk356x PCIe
        and ethernet from working correctly.
      
        The changes for amlogic and mediatek address incorrect properties that
        were preventing the display support on MT8195 and the MMC support on
        various Meson SoCs from working correctly.
      
        The stihxxx-b2120 change fixes the GPIO polarity for the DVB tuner to
        allow this to be used correctly after a futre driver change, though it
        has no effect on older kernels"
      
      * tag 'soc-fixes-6.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
        arm64: dts: meson-gx: Make mmc host controller interrupts level-sensitive
        arm64: dts: meson-g12-common: Make mmc host controller interrupts level-sensitive
        arm64: dts: meson-axg: Make mmc host controller interrupts level-sensitive
        ARM: dts: stihxxx-b2120: fix polarity of reset line of tsin0 port
        arm64: dts: mediatek: mt8195: Fix vdosys* compatible strings
        arm64: dts: rockchip: align rk3399 DMC OPP table with bindings
        arm64: dts: rockchip: set sdmmc0 speed to sd-uhs-sdr50 on rock-3a
        arm64: dts: rockchip: fix probe of analog sound card on rock-3a
        arm64: dts: rockchip: add missing #interrupt-cells to rk356x pcie2x1
        arm64: dts: rockchip: fix input enable pinconf on rk3399
        ARM: dts: rockchip: add power-domains property to dp node on rk3288
        arm64: dts: rockchip: add io domain setting to rk3566-box-demo
        arm64: dts: rockchip: remove unsupported property from sdmmc2 for rock-3a
        arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc
        arm64: dts: rockchip: reduce thermal limits on rk3399-pinephone-pro
        arm64: dts: rockchip: use correct reset names for rk3399 crypto nodes
      4f72a263
    • L
      Merge tag 'riscv-for-linus-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux · 8e9a8427
      Linus Torvalds 提交于
      Pull RISC-V fixes from Palmer Dabbelt:
       "This is a little bigger that I'd hope for this late in the cycle, but
        they're all pretty concrete fixes and the only one that's bigger than
        a few lines is pmdp_collapse_flush() (which is almost all
        boilerplate/comment). It's also all bug fixes for issues that have
        been around for a while.
      
        So I think it's not all that scary, just bad timing.
      
         - avoid partial TLB fences for huge pages, which are disallowed by
           the ISA
      
         - avoid missing a frame when dumping stacks
      
         - avoid misaligned accesses (and possibly overflows) in kprobes
      
         - fix a race condition in tracking page dirtiness"
      
      * tag 'riscv-for-linus-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
        riscv: Fixup race condition on PG_dcache_clean in flush_icache_pte
        riscv: kprobe: Fixup misaligned load text
        riscv: stacktrace: Fix missing the first frame
        riscv: mm: Implement pmdp_collapse_flush for THP
      8e9a8427
    • L
      Merge tag 'ceph-for-6.2-rc8' of https://github.com/ceph/ceph-client · 3647d2d7
      Linus Torvalds 提交于
      Pull ceph fix from Ilya Dryomov:
       "A fix for a pretty embarrassing omission in the session flush handler
        from Xiubo, marked for stable"
      
      * tag 'ceph-for-6.2-rc8' of https://github.com/ceph/ceph-client:
        ceph: flush cap releases when the session is flushed
      3647d2d7
    • L
      Merge tag 'block-6.2-2023-02-10' of git://git.kernel.dk/linux · 29716680
      Linus Torvalds 提交于
      Pull block fix from Jens Axboe:
       "A single fix for a smatch regression introduced in this merge window"
      
      * tag 'block-6.2-2023-02-10' of git://git.kernel.dk/linux:
        nvme-auth: mark nvme_auth_wq static
      29716680
    • L
      Merge tag 'sound-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 4fe37223
      Linus Torvalds 提交于
      Pull sound fixes from Takashi Iwai:
       "Hopefully the last one for 6.2, a collection of the fixes that have
        been gathered since the last pull.
      
        All changes are small and trivial device-specific fixes"
      
      * tag 'sound-6.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ALSA: hda/realtek: Add Positivo N14KP6-TG
        ASoC: topology: Return -ENOMEM on memory allocation failure
        ALSA: emux: Avoid potential array out-of-bound in snd_emux_xg_control()
        ASoC: fsl_sai: fix getting version from VERID
        ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform.
        ALSA: hda/realtek: Add quirk for ASUS UM3402 using CS35L41
        ASoC: codecs: es8326: Fix DTS properties reading
        ASoC: tas5805m: add missing page switch.
        ASoC: tas5805m: rework to avoid scheduling while atomic.
        ALSA: hda/realtek: Enable mute/micmute LEDs on HP Elitebook, 645 G9
        ASoC: SOF: amd: Fix for handling spurious interrupts from DSP
        ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 360
        ALSA: pci: lx6464es: fix a debug loop
        ASoC: rt715-sdca: fix clock stop prepare timeout issue
      4fe37223
  2. 10 2月, 2023 15 次提交
  3. 09 2月, 2023 20 次提交