1. 28 Sep, 2022 3 commits
  2. 27 Sep, 2022 4 commits
    • Linus Torvalds's avatar
      Merge tag 'soc-fixes-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc · 49c13ed0
      Linus Torvalds authored
      Pull ARM SoC fixes from Arnd Bergmann:
       "This should be the last set of bugfixes in the SoC tree:
      
         - Two fixes for Arm integrator, dealing with a regression caused by
           invalid DT properties combined with a change in dma address
           translation, and missing device_type annotations on the PCI bus
      
         - Fixes for drivers/reset/, addressing bugs in i.MX8MP, Sparx5 and
           NPCM8XX platforms
      
         - Bjorn Andersson's email address changes in the MAINTAINERS file
      
         - Multiple minor fixes to Qualcomm dts files, and a change to the
           remoteproc firmware filename that did not match the actual path in
           the linux-firmware package
      
         - Minor code fixes for the Allwinner/sunxi SRAM driver, and the
           broadcom STB Bus Interface Unit driver
      
         - A build fix for the sunplus sp7021 platform
      
         - Two dts fixes for TI OMAP family SoCs, addressing an extraneous
           usb4 device node and an incorrect DMA handle"
      
      * tag 'soc-fixes-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc:
        ARM: dts: integrator: Fix DMA ranges
        ARM: dts: integrator: Tag PCI host with device_type
        ARM: sunplus: fix serial console kconfig and build problems
        reset: npcm: fix iprst2 and iprst4 setting
        arm64: dts: qcom: sm8350: fix UFS PHY serdes size
        soc: bcm: brcmstb: biuctrl: Avoid double of_node_put()
        arm64: dts: qcom: sc8280xp-x13s: Update firmware location
        soc: sunxi: sram: Fix debugfs info for A64 SRAM C
        soc: sunxi: sram: Fix probe function ordering issues
        soc: sunxi: sram: Prevent the driver from being unbound
        soc: sunxi: sram: Actually claim SRAM regions
        ARM: dts: am5748: keep usb4_tm disabled
        reset: microchip-sparx5: issue a reset on startup
        reset: imx7: Fix the iMX8MP PCIe PHY PERST support
        MAINTAINERS: Update Bjorn's email address
        arm64: dts: qcom: sc7280: move USB wakeup-source property
        arm64: dts: qcom: thinkpad-x13s: Fix firmware location
        arm64: dts: qcom: sm8150: Fix fastrpc iommu values
        ARM: dts: am33xx: Fix MMCHS0 dma properties
      49c13ed0
    • Linus Torvalds's avatar
      Merge tag 'sound-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound · 46452d37
      Linus Torvalds authored
      Pull sound fixes from Takashi Iwai:
       "A few device-specific fixes, mostly for ASoC. All look small / trivial
        enough"
      
      * tag 'sound-6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
        ALSA: hda: intel-dsp-config: add missing RaptorLake PCI IDs
        ASoC: tas2770: Reinit regcache on reset
        ASoC: nau8824: Fix semaphore is released unexpectedly
        ASoC: Intel: sof_sdw: add support for Dell SKU 0AFF
        ASoC: imx-card: Fix refcount issue with of_node_put
        ASoC: rt5640: Fix the issue of the abnormal JD2 status
      46452d37
    • Borislav Petkov's avatar
      Merge tag 'irqchip-fixes-6.0-2' of... · c0cca6a6
      Borislav Petkov authored
      Merge tag 'irqchip-fixes-6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
      
      Pull more irqchip fixes for 6.0 from Marc Zyngier:
      
        - A couple of configuration fixes for the recently merged Loongarch drivers
      
        - A fix to avoid dynamic allocation of a cpumask which was causing issues
          with PREEMPT_RT and the GICv3 ITS
      
        - A tightening of an error check in the stm32 exti driver
      
      Link: https://lore.kernel.org/r/20220916085158.2592518-1-maz@kernel.org
      c0cca6a6
    • Wenchao Chen's avatar
      mmc: hsq: Fix data stomping during mmc recovery · e7afa79a
      Wenchao Chen authored
      The block device uses multiple queues to access emmc. There will be up to 3
      requests in the hsq of the host. The current code will check whether there
      is a request doing recovery before entering the queue, but it will not check
      whether there is a request when the lock is issued. The request is in recovery
      mode. If there is a request in recovery, then a read and write request is
      initiated at this time, and the conflict between the request and the recovery
      request will cause the data to be trampled.
      Signed-off-by: default avatarWenchao Chen <wenchao.chen@unisoc.com>
      Fixes: 511ce378 ("mmc: Add MMC host software queue support")
      Cc: stable@vger.kernel.org
      Link: https://lore.kernel.org/r/20220916090506.10662-1-wenchao.chen666@gmail.comSigned-off-by: default avatarUlf Hansson <ulf.hansson@linaro.org>
      e7afa79a
  3. 26 Sep, 2022 16 commits
  4. 25 Sep, 2022 8 commits
  5. 24 Sep, 2022 9 commits