[O][PULL v3] Pull in latest X13s commits (LP: #2078929)
Juerg Haefliger
juerg.haefliger at canonical.com
Wed Sep 4 11:46:33 UTC 2024
BugLink: https://bugs.launchpad.net/bugs/2078929
There are a couple of X13s/sc8280xp related commits in linux-next and Johan's WIP tree that we should pull into 6.11 of Oracular.
They fix a coupe of minor issues and enable Qualcomm's Venus video accelerator HW.
v3:
- Add BugLinks.
v2:
- Drop 'UBUNTU: SAUCE:' subject prefix from linux-stable commits.
- Submit a PR instead of a patchseries.
--------
The following changes since commit 89ccd02b387010e8faffa82e5c9a2e5f004cf442:
Linux 6.11-rc6 (2024-09-02 14:54:27 +0200)
are available in the Git repository at:
https://git.launchpad.net/~juergh/+git/linux x13s
for you to fetch changes up to 16cb208e583950a9f126b59d0574a5268169a406:
UBUNTU: SAUCE: clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs (2024-09-04 09:29:55 +0200)
----------------------------------------------------------------
Baochen Qiang (3):
wifi: ath11k: fix NULL pointer dereference in ath11k_mac_get_eirp_power()
Revert "wifi: ath11k: restore country code during resume"
Revert "wifi: ath11k: support hibernation"
Bryan O'Donoghue (5):
media: qcom: camss: Remove use_count guard in stop_streaming
media: qcom: camss: Fix ordering of pm_runtime_enable
arm64: dts: qcom: sc8280xp-x13s: Enable RGB sensor
UBUNTU: SAUCE: media: ov5675: Fix power on/off delay timings
UBUNTU: SAUCE: i2c: qcom-cci: Stop complaining about DT set clock rate
Johan Hovold (5):
arm64: dts: qcom: sc8280xp-x13s: disable PCIe perst pull downs
arm64: dts: qcom: sc8280xp-x13s: clean up PCIe2a pinctrl node
UBUNTU: SAUCE: phy: qcom-qmp-combo: drop regulator loads
UBUNTU: SAUCE: phy: qcom-edp: drop regulator loads
UBUNTU: SAUCE: clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs
Konrad Dybcio (8):
UBUNTU: SAUCE: media: dt-bindings: Document SC8280XP/SM8350 Venus
UBUNTU: SAUCE: media: venus: core: Remove trailing commas from of match entries
UBUNTU: SAUCE: media: venus: hfi_venus: Support only updating certain bits with presets
UBUNTU: SAUCE: media: platform: venus: Add optional LLCC path
UBUNTU: SAUCE: media: venus: core: Add SM8350 resource struct
UBUNTU: SAUCE: media: venus: core: Add SC8280XP resource struct
UBUNTU: SAUCE: arm64: dts: qcom: sc8280xp: Add Venus
UBUNTU: SAUCE: arm64: dts: qcom: sc8280xp-x13s: Enable Venus
.../bindings/media/qcom,sm8350-venus.yaml | 149 +++++++++++++++++++++
.../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts | 88 ++++++++++--
arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 86 ++++++++++++
drivers/clk/qcom/gcc-sc8280xp.c | 48 +++----
drivers/i2c/busses/i2c-qcom-cci.c | 8 --
drivers/media/i2c/ov5675.c | 12 +-
drivers/media/platform/qcom/camss/camss-video.c | 6 -
drivers/media/platform/qcom/camss/camss.c | 5 +-
drivers/media/platform/qcom/venus/core.c | 121 +++++++++++++++--
drivers/media/platform/qcom/venus/core.h | 4 +
drivers/media/platform/qcom/venus/hfi_venus.c | 15 ++-
drivers/media/platform/qcom/venus/pm_helpers.c | 3 +
drivers/net/wireless/ath/ath11k/ahb.c | 4 +-
drivers/net/wireless/ath/ath11k/core.c | 115 +++++-----------
drivers/net/wireless/ath/ath11k/core.h | 4 -
drivers/net/wireless/ath/ath11k/hif.h | 12 +-
drivers/net/wireless/ath/ath11k/mac.c | 1 +
drivers/net/wireless/ath/ath11k/mhi.c | 12 +-
drivers/net/wireless/ath/ath11k/mhi.h | 3 +-
drivers/net/wireless/ath/ath11k/pci.c | 44 +-----
drivers/net/wireless/ath/ath11k/qmi.c | 2 +-
drivers/phy/qualcomm/phy-qcom-edp.c | 12 --
drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 40 ++----
23 files changed, 537 insertions(+), 257 deletions(-)
create mode 100644 Documentation/devicetree/bindings/media/qcom,sm8350-venus.yaml
More information about the kernel-team
mailing list