Linux 6.3.5 with patches for Snapdragon 670, testing version 2 This is a collection of patches that are useful for devices with the Qualcomm Snapdragon 670, applied on top of Linux 6.3.5. This release adds support for the earpiece and speaker. The sound card cannot be upstreamed because it is only known to work on one device. A concerning proportion of patches is still staying in this repository. Modem, USB, I2C, GPU, eMMC, video acceleration, and haptics should work and be slightly broken like before. linux-next (4): 3bf7b868002b dt-bindings: mfd: qcom,spmi-pmic: Allow RRADC as adc@ subnode 17289c0165bd arm64: dts: qcom: sdm670: add icc paths and opps for peripherals 578b3c7d15e6 misc: fastrpc: return -EPIPE to invocations on device removal 3a1f192ad1b4 misc: fastrpc: reject new invocations during device removal sdm670-staging (17): Not sent yet (17): dt-bindings: interconnect: add SDM670 OSM L3 compatible arm64: dts: qcom: sdm670: add osm l3 arm64: dts: qcom: sdm670: add cpu frequency scaling arm64: dts: qcom: sdm670: add frequency profile drm/msm: mdss: add support for SDM670 drm/msm/dpu: Add support for SDM670 drm/msm/dpu: add hw revision 410 arm64: dts: qcom: sdm670: add mdss dt-bindings: display: panel-simple-dsi: add s6e3fa7 compatible drm/panel: add samsung s6e3fa7 panel driver arm64: dts: qcom: sdm670-google-sargo: add panel dt-bindings: iommu: arm,smmu: add sdm670 adreno iommu compatible iommu/arm-smmu-qcom: add sdm670 adreno iommu compatible drm/msm/adreno: add a615 support drm/msm/a6xx: add a615 speed bins arm64: dts: qcom: sdm670: add gpu arm64: dts: qcom: sdm670-google-sargo: enable gpu sdm845-mainline (6): 4d51214f530e arm64: configs: add sdm845 config fragment 5e2c31863864 dt-bindings: power: supply: Add DT schema for qcom,fg d0ece87620fc power: supply: Add driver for Qualcomm PMIC fuel gauge 659dbb687d89 dt-bindings: power: supply: qcom,pmi8998-charger: add bindings for smb2 driver f9d751fda6a2 power: supply: add Qualcomm PMI8998 SMB2 Charger driver 25988d130b5e Add back TEXT_OFFSET in the built image... sdm670-downstream (34): arm64: configs: add sdm670 config fragment arm64: dts: qcom: sdm670-google-sargo: mask the dtbo arm64: dts: qcom: pm660: add charging support arm64: dts: qcom: sdm670-google-sargo: enable charging support Input: add ti drv2624 haptics driver arm64: dts: qcom: sdm670-google-sargo: add haptics node arm64: dts: qcom: sdm670: add video codec arm64: dts: qcom: sdm670-google-sargo: enable venus video codec arm64: dts: qcom: drop-in bluetooth support arm64: dts: qcom: sdm670: add nfc support dt-bindings: soc: qcom: add modemsmem soc: qcom: smem: expose socinfo platform device soc: qcom: socinfo: expose detailed platform info soc: qcom: add modemsmem arm64: dts: qcom: sdm670-google-sargo: add modemsmem dt-bindings: mailbox: qcom: Add SDM670 APCS compatible mailbox: qcom-apcs-ipc: Add SDM670 APCS IPC support dt-bindings: soc: qcom: aoss: Add compatible for SDM670 remoteproc: qcom_q6v5_mss: Add modem support for SDM670 arm64: dts: qcom: sdm670: add modem dt-bindings: net: qcom,ipa: Add SDM670 compatible net: ipa: add sdm670 compatible arm64: dts: qcom: sdm670: add ipa arm64: dts: qcom: sdm670: add wifi dt-bindings: soc: qcom,smp2p: add sleepstate support arm64: dts: qcom: sdm670: add and enable adsp remoteproc: qcom: pas: Add SDM670 ADSP support wifi: ath10k: make in-order rx amsdu buffers persistent pinctrl: qcom: lpass-lpi: make slew base optional pinctrl: qcom: add sdm670 lpi tlmm ASoC: qcom: add sdm660 internal sound card support arm64: dts: qcom: sdm670: add lpi pinctrl arm64: dts: qcom: sdm670-google-sargo: add sound card arm64: dts: qcom: sdm670-google-sargo: add cs35l36 codecs .../bindings/display/panel/panel-simple-dsi.yaml | 2 + .../bindings/interconnect/qcom,osm-l3.yaml | 1 + .../devicetree/bindings/iommu/arm,smmu.yaml | 1 + .../bindings/mailbox/qcom,apcs-kpss-global.yaml | 1 + .../devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 1 + .../devicetree/bindings/net/qcom,ipa.yaml | 1 + .../devicetree/bindings/power/supply/qcom,fg.yaml | 102 ++ .../power/supply/qcom,pmi8998-charger.yaml | 82 ++ .../bindings/soc/qcom/google,modemsmem.yaml | 40 + .../bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 + .../devicetree/bindings/soc/qcom/qcom,smp2p.yaml | 2 +- arch/arm64/boot/dts/qcom/pm660.dtsi | 32 + .../dts/qcom/sdm670-google-sargo-dtbo-mask.dtsi | 483 +++++++ arch/arm64/boot/dts/qcom/sdm670-google-sargo.dts | 442 ++++++- arch/arm64/boot/dts/qcom/sdm670.dtsi | 1368 ++++++++++++++++++++ arch/arm64/configs/sdm670.config | 32 + arch/arm64/configs/sdm845.config | 928 +++++++++++++ arch/arm64/kernel/head.S | 2 +- arch/arm64/kernel/image.h | 1 + drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 19 + drivers/gpu/drm/msm/adreno/adreno_device.c | 13 + drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 67 + drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 1 + drivers/gpu/drm/msm/msm_mdss.c | 1 + drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-samsung-s6e3fa7.c | 293 +++++ drivers/input/misc/Kconfig | 12 + drivers/input/misc/Makefile | 1 + drivers/input/misc/drv2624.c | 950 ++++++++++++++ drivers/input/misc/drv2624.h | 290 +++++ drivers/mailbox/qcom-apcs-ipc-mailbox.c | 1 + drivers/misc/fastrpc.c | 7 +- drivers/net/ipa/ipa_main.c | 4 + drivers/net/wireless/ath/ath10k/htt.h | 4 + drivers/net/wireless/ath/ath10k/htt_rx.c | 45 +- drivers/pinctrl/qcom/Kconfig | 10 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-lpass-lpi.c | 11 +- drivers/pinctrl/qcom/pinctrl-sdm670-lpass-lpi.c | 204 +++ drivers/power/supply/Kconfig | 18 + drivers/power/supply/Makefile | 2 + drivers/power/supply/qcom_fg.c | 1320 +++++++++++++++++++ drivers/power/supply/qcom_pmi8998_charger.c | 1053 +++++++++++++++ drivers/remoteproc/qcom_q6v5_mss.c | 1 + drivers/remoteproc/qcom_q6v5_pas.c | 1 + drivers/soc/qcom/Kconfig | 11 + drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/modemsmem.c | 97 ++ drivers/soc/qcom/smem.c | 7 + drivers/soc/qcom/socinfo.c | 39 + include/linux/soc/qcom/smem.h | 14 + include/linux/soc/qcom/socinfo.h | 11 + sound/soc/qcom/Kconfig | 8 + sound/soc/qcom/Makefile | 2 + sound/soc/qcom/sdm660-internal.c | 212 +++ 56 files changed, 8246 insertions(+), 17 deletions(-)