Skip to content
  1. Mar 25, 2023
    • Arnd Bergmann's avatar
      Merge tag 'qcom-dts-fixes-for-6.3' of... · 7158e61c
      Arnd Bergmann authored
      
      Merge tag 'qcom-dts-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/fixes
      
      Qualcomm ARM32 Devicetree fixes for v6.3
      
      This introduces missing reserved-memory ranges on LG G Watch R,
      resolving stability issues caused by Linux reusing memory used by
      firmware.
      
      * tag 'qcom-dts-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
        ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory
      
      Link: https://lore.kernel.org/r/20230323141922.1085875-1-andersson@kernel.org
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      7158e61c
    • Arnd Bergmann's avatar
      Merge tag 'qcom-arm64-fixes-for-6.3' of... · f42ee7c4
      Arnd Bergmann authored
      
      Merge tag 'qcom-arm64-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/fixes
      
      Qualcomm ARM64 Devicetree fixes for v6.3
      
      This correct SIM card selection on the two newly introduced
      MSM8916-based USB modems.
      
      The firmware-name for the first CDSP is corrected on the SA8540P Ride
      board.
      
      The PCIe controller in SC7280 is marked cache-coherent, which resolves
      seen data corruption issues.
      
      Labels are added to the vadc channel nodes on SC8280XP, as the Linux
      driver was updated to not include the unit address when generating
      device names and collisions thereby prevented registration of the
      channels. Audio clocks and routing is corrected and a few regulators are
      marked always-on for the Lenovo Thinkpad X13s, as their clients are not
      fully described at this point.
      
      SPI5 was accidentally enabled by default on SM6115, and is disabled
      again.
      
      CDSP on SM6375 is provided its power-domains, to appropriately vote for
      during power up for the DSP.
      
      The iommu mask for the PCIe controllers in SM8150 is updated, to match
      what the hypervisor expects.
      
      Th Venus firmware path is corrected on Xiaomi Mi Pad 5 Pro.
      
      The UFS controller is marked cache coherent on SM8350 and SM8450.
      
      The clocks for the second WSA macro on SM8450 is corrected, and given
      its own clocks.
      
      The bias-pull-up value for I2C pins are corrected on SM8550, to trigger
      the selection of the strong pull. CPU compatibles and the base address
      of the LPASS TLMM block are corrected.
      
      * tag 'qcom-arm64-fixes-for-6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: (23 commits)
        arm64: dts: qcom: sc8280xp-x13s: mark bob regulator as always-on
        arm64: dts: qcom: sc8280xp-x13s: mark s12b regulator as always-on
        arm64: dts: qcom: sc8280xp-x13s: mark s10b regulator as always-on
        arm64: dts: qcom: sc8280xp-x13s: mark s11b regulator as always-on
        arm64: dts: qcom: sm8550: Mark UFS controller as cache coherent
        arm64: dts: qcom: sa8540p-ride: correct name of remoteproc_nsp0 firmware
        arm64: dts: qcom: sm8450: Mark UFS controller as cache coherent
        arm64: dts: qcom: sm8350: Mark UFS controller as cache coherent
        arm64: dts: qcom: sm8550: fix LPASS pinctrl slew base address
        arm64: dts: qcom: sc8280xp-x13s: fix va dmic dai links and routing
        arm64: dts: qcom: sc8280xp-x13s: fix dmic sample rate
        arm64: dts: qcom: sc8280xp: fix lpass tx macro clocks
        arm64: dts: qcom: sc8280xp: fix rx frame shapping info
        arm64: dts: qcom: sm8450: correct WSA2 assigned clocks
        arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent
        arm64: dts: qcom: msm8916-ufi: Fix sim card selection pinctrl
        arm64: dts: qcom: sm8250-xiaomi-elish: Correct venus firmware path
        arm64: dts: qcom: sm8550: Use correct CPU compatibles
        arm64: dts: qcom: sm8550: Add bias pull up value to tlmm i2c data clk states
        arm64: dts: qcom: sm6375: Add missing power-domain-named to CDSP
        ...
      
      Link: https://lore.kernel.org/r/20230323141642.1085684-1-andersson@kernel.org
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      f42ee7c4
  2. Mar 22, 2023
  3. Mar 18, 2023
    • Arnd Bergmann's avatar
      Merge tag 'scmi-fixes-6.3' of... · d2e53cea
      Arnd Bergmann authored
      
      Merge tag 'scmi-fixes-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into soc/fixes
      
      Arm SCMI fixes for v6.3
      
      Few fixes addressing issues around validation of device tree SCMI node,
      allowing raw SCMI access even on systems which fail to probe the normal
      driver stack, duplicate header inclusion, clean up return statement using
      literal values instead of variable to simplify and use of devm_bitmap_zalloc
      instead of devm_kcalloc to improve semantic.
      
      * tag 'scmi-fixes-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
        firmware: arm_scmi: Use the bitmap API to allocate bitmaps
        firmware: arm_scmi: Fix device node validation for mailbox transport
        firmware: arm_scmi: Fix raw coexistence mode behaviour on failure path
        firmware: arm_scmi: Remove duplicate include header inclusion
        firmware: arm_scmi: Return a literal instead of a variable
        firmware: arm_scmi: Clean up a return statement in scmi_probe
      
      Link: https://lore.kernel.org/r/20230315193557.1709241-1-sudeep.holla@arm.com
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      d2e53cea
  4. Mar 17, 2023
    • Arnd Bergmann's avatar
      Merge tag 'imx-fixes-6.3' of... · 38557b2d
      Arnd Bergmann authored
      
      Merge tag 'imx-fixes-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc-fixes
      
      i.MX fixes for 6.3:
      
      - A couple of i.MX93 fixes from Alexander Stein to correct EQoS Ethernet
        properties.
      - Correct clock-names of FlexSPI device in imx8-ss-lsio DT.
      - Fix EQoS PHY reset GPIO by dropping the deprecated/wrong property and
        switch to the new bindings.
      - Fix an issue with imx-weim bus driver that branch condition evaluates
        to a garbage value.
      - Correct WM8960 clock name for imx8mm-nitrogen-r2 board.
      - Fix LCDIF2 clocks for i.MX8MP DT.
      - Add missing #sound-dai-cells properties to SAI nodes for i.MX8MN DT.
      - Revert LS1028A DT changes of getting MAC addresses from VPD, as the
        dependency on NVMEM device is not in place.
      - A series from Peng Fan to add missing pinctrl property for i.MX6SL
        based devices.
      
      * tag 'imx-fixes-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
        arm64: dts: imx93: add missing #address-cells and #size-cells to i2c nodes
        bus: imx-weim: fix branch condition evaluates to a garbage value
        arm64: dts: imx8mn: specify #sound-dai-cells for SAI nodes
        ARM: dts: imx6sl: tolino-shine2hd: fix usbotg1 pinctrl
        ARM: dts: imx6sll: e60k02: fix usbotg1 pinctrl
        ARM: dts: imx6sll: e70k02: fix usbotg1 pinctrl
        arm64: dts: imx93: Fix eqos properties
        arm64: dts: imx8mp: Fix LCDIF2 node clock order
        arm64: dts: imx8mm-nitrogen-r2: fix WM8960 clock name
        arm64: dts: imx8dxl-evk: Fix eqos phy reset gpio
        Revert "arm64: dts: ls1028a: sl28: get MAC addresses from VPD"
        arm64: dts: freescale: imx8-ss-lsio: Fix flexspi clock order
      
      Link: https://lore.kernel.org/r/20230315132814.GF143566@dragon
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      38557b2d
    • Arnd Bergmann's avatar
      Merge tag 'tegra-for-6.3-arm64-dt-fixes' of... · e5bd1002
      Arnd Bergmann authored
      
      Merge tag 'tegra-for-6.3-arm64-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc-fixes
      
      arm64: tegra: Device tree fixes for v6.3-rc1
      
      This contains a fix for the CBB bus' ranges property on Tegra194 and
      Tegra234 that restores proper translation of PCI addresses.
      
      * tag 'tegra-for-6.3-arm64-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        arm64: tegra: Bump CBB ranges property on Tegra194 and Tegra234
      
      Link: https://lore.kernel.org/r/20230302094213.3874449-1-thierry.reding@gmail.com
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      e5bd1002
    • Arnd Bergmann's avatar
      Merge tag 'amdtee-fix-for-v6.3' of... · 98dba588
      Arnd Bergmann authored
      
      Merge tag 'amdtee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/linux-tee into soc-fixes
      
      AMDTEE fix race condition in amdtee_open_session()
      
      * tag 'amdtee-fix-for-v6.3' of https://git.linaro.org/people/jens.wiklander/linux-tee:
        tee: amdtee: fix race condition in amdtee_open_session
      
      Link: https://lore.kernel.org/r/Y/5ZGX0lSTnZz27E@rayden
      Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
      98dba588
  5. Mar 14, 2023
  6. Mar 10, 2023
  7. Mar 08, 2023
  8. Mar 07, 2023