1. 28 Sep, 2022 2 commits
  2. 27 Sep, 2022 3 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
    • 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 10 commits
  6. 23 Sep, 2022 1 commit
    • Linus Torvalds's avatar
      Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux · a63f2e7c
      Linus Torvalds authored
      Pull arm64 fixes from Will Deacon:
       "These are all very simple and self-contained, although the CFI
        jump-table fix touches the generic linker script as that's where the
        problematic macro lives.
      
         - Fix false positive "sleeping while atomic" warning resulting from
           the kPTI rework taking a mutex too early.
      
         - Fix possible overflow in AMU frequency calculation
      
         - Fix incorrect shift in CMN PMU driver which causes problems with
           newer versions of the IP
      
         - Reduce alignment of the CFI jump table to avoid huge kernel images
           and link errors with !4KiB page size configurations"
      
      * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
        vmlinux.lds.h: CFI: Reduce alignment of jump-table to function alignment
        perf/arm-cmn: Add more bits to child node address offset field
        arm64: topology: fix possible overflow in amu_fie_setup()
        arm64: mm: don't acquire mutex when rewriting swapper
      a63f2e7c