Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1261 commits
Select commit Hold shift + click to select a range
1be288d
FROMLIST: drm/bridge: lt9611uxc: extend mode valid checks
nlaad-qcom Nov 26, 2025
72c89db
FROMLIST: drm/bridge: lt9611uxc: add support for 4K@30 resolution
nlaad-qcom Nov 26, 2025
15dfb45
FROMLIST: dt-bindings: bridge: Add Lontium LT9611C(EX/UXD) MIPI DSI t…
May 8, 2026
21721c2
FROMLIST: drm/bridge: Add Lontium LT9611C(EX/UXD) MIPI DSI to HDMI dr…
May 8, 2026
4da0908
FROMLIST: drm/msm/dp: remove cached drm_edid from panel
Jun 9, 2026
6381cf8
FROMLIST: drm/msm/dp: drop deprecated .mode_set() and use .atomic_enable
Jun 9, 2026
2f89df9
FROMLIST: drm/msm/dp: move mode setup into msm_dp_panel_init_panel_in…
Jun 9, 2026
bf49f1e
FROMLIST: drm/msm/dp: split msm_dp_ctrl_config_ctrl() into link parts…
Jun 9, 2026
e283713
FROMLIST: drm/msm/dp: extract MISC1_MISC0 configuration into a separa…
Jun 9, 2026
91f6db5
FROMLIST: drm/msm/dp: split link setup from source params
Jun 9, 2026
6918ceb
FROMLIST: drm/msm/dp: move the pixel clock control to its own API
Jun 9, 2026
b7cef06
FROMLIST: drm/msm/dp: break up dp_display_enable into two parts
Jun 9, 2026
8a3be3f
FROMLIST: drm/msm/dp: re-arrange dp_display_disable() into functional…
Jun 9, 2026
8981f99
FROMLIST: drm/msm/dp: allow dp_ctrl stream APIs to use any panel pass…
Jun 9, 2026
480333c
FROMLIST: drm/msm/dp: split dp_ctrl_off() into stream and link parts
Jun 9, 2026
211fd9b
FROMLIST: drm/msm/dp: simplify link and clock disable sequence
Jun 9, 2026
271efd5
FROMLIST: drm/msm/dp: make bridge helpers use dp_display to allow re-use
Jun 9, 2026
955c365
FROMLIST: drm/msm/dp: separate dp_display_prepare() into its own API
Jun 9, 2026
1dee601
FROMLIST: drm/msm/dp: pass panel to display enable/disable helpers
Jun 9, 2026
0a457d0
FROMLIST: drm/msm/dp: introduce stream_id for each DP panel
Jun 29, 2026
0e0a5b4
FROMLIST: drm/msm/dp: introduce max_streams for DP controller MST sup…
Jun 29, 2026
6ba8462
FROMLIST: drm/msm/dp: Add support for programming p1/p2/p3 register b…
Jun 29, 2026
127b7ed
FROMLIST: drm/msm/dp: use stream_id to change offsets in dp_catalog
Jun 29, 2026
49a4148
FROMLIST: drm/msm/dp: add support to send ACT packets for MST
Jun 29, 2026
1a98c2c
FROMLIST: drm/msm/dp: Add support to enable MST in mainlink control
Jun 29, 2026
9adca30
FROMLIST: drm/msm/dp: no need to update tu calculation for mst
Jun 29, 2026
acc96fb
FROMLIST: drm/msm/dp: Add support for MST channel slot allocation
Jun 29, 2026
7bdc265
FROMLIST: drm/msm/dp: Add support for sending VCPF packets in DP cont…
Jun 29, 2026
c51bb46
FROMLIST: drm/msm/dp: Always program MST_FIFO_CONSTANT_FILL for MST u…
Jun 29, 2026
ccaa556
FROMLIST: drm/msm/dp: move link-level teardown from display_disable t…
Jun 29, 2026
559cc6a
FROMLIST: drm/msm/dp: factor out _helper variants of bridge ops accep…
Jun 29, 2026
3559d41
FROMLIST: drm/msm/dp: replace power_on with active_stream_cnt for dp_…
Jun 29, 2026
140c077
FROMLIST: drm/msm/dp: Mark the SST bridge disconnected when mst is ac…
Jun 29, 2026
97b496d
FROMLIST: drm/msm/dp: add an API to initialize MST on sink side
Jun 29, 2026
b4d3d1b
FROMLIST: drm/msm/dp: add msm_dp_display_get_panel() to initialize DP…
Jun 29, 2026
0a45d5e
FROMLIST: drm/msm/dp: add link_ready to manage link-level operations
Jun 29, 2026
aa2819f
FROMLIST: drm/msm/dpu: initialize encoders per stream for DP MST
Jun 29, 2026
36c5811
FROMLIST: drm/msm/dp: initialize dp_mst module for each DP MST contro…
Jun 29, 2026
5e1f6d3
FROMLIST: drm/msm/dpu: expose dpu_encoder ops for DP MST reuse
Jun 29, 2026
167d55e
FROMLIST: drm/msm/dpu: use msm_dp_get_mst_intf_id() to get the intf id
Jun 29, 2026
efa8594
FROMLIST: drm/msm/dp: wire MST helpers into atomic check and commit p…
Jun 29, 2026
779bf78
FROMLIST: drm/msm/dp: add dp_mst_drm to manage DP MST encoder operations
Jun 29, 2026
b970ef4
FROMLIST: drm/msm/dp: add connector abstraction for DP MST
Jun 29, 2026
f30065a
FROMLIST: drm/msm/dp: add HPD callback for dp MST
Jun 29, 2026
867a8ae
FROMLIST: drm/connector: report out-of-band IRQ_HPD events
lumag Jun 7, 2026
087ac24
FROMLIST: drm/connector: pass down IRQ_HPD to the drivers
lumag Jun 7, 2026
5ec5c9b
FROMLIST: drm/bridge: aux-hpd: let drivers pass IRQ_HPD events
lumag Jun 7, 2026
a0c668d
FROMLIST: drm/bridge: pass extra events to the HPD callback
lumag Jun 7, 2026
36553ca
FROMLIST: drm/bridge: pass down IRQ_HPD to the drivers
lumag Jun 7, 2026
29ad6f8
FROMLIST: drm/msm: dp: handle the IRQ_HPD events reported by USB-C
lumag Jun 7, 2026
993050d
FROMLIST: soc: qcom: pmic-glink-altmode: pass down HPD_IRQ events
lumag Jun 7, 2026
8f48103
FROMLIST: usb: typec: ucsi: huawei-gaokun: pass down HPD_IRQ events
lumag Jun 7, 2026
dcac197
FROMLIST: drm/bridge: allow hpd_notify() to suppress connector hotplu…
Jun 29, 2026
363772f
FROMLIST: drm/bridge_connector: preserve connector status for IRQ-onl…
Jun 29, 2026
68047c5
FROMLIST: drm/msm/dp: suppress bridge hotplug events during MST opera…
Jun 29, 2026
8b9bb1a
FROMLIST: drm/msm/dp: report IRQ_HPD as an IRQ-only notification
Jun 29, 2026
d31959e
FROMLIST: drm/msm/dp: mark the SST connector disconnected when MST is…
Jun 29, 2026
1d1d827
FROMLIST: drm/msm/dp: return 0 from audio_prepare when cable is disco…
kumarsingh-art Jun 24, 2026
638841e
FROMLIST: wifi: ath11k: add purwa-iot-evk and qcs6490-rb3gen2 to usec…
miaoqing-quic Jun 29, 2026
ae8c4d1
FROMLIST: media: iris: add Long-Term Reference control support for ar…
gouravk-qualcomm Jul 10, 2026
a2bd45f
FROMLIST: media: iris: add hierarchical coding support for ar50lt enc…
gouravk-qualcomm Jul 10, 2026
baed214
FROMLIST: media: iris: avoid bit depth validation for capture formats
Jul 10, 2026
590953d
FROMLIST: media: iris: disable time-delta-based rate control for VBR
gouravk-qualcomm Jul 10, 2026
56e0fe0
FROMLIST: arm64: dts: qcom: glymur-crd: Update VREG l2b_e0 and l9b_e0…
QUIC-kamalw Jul 2, 2026
2e878af
FROMLIST: dt-bindings: mmc: sdhci-msm: Document the Glymur compatible
mchunara007 Jul 2, 2026
55ec64f
FROMLIST: arm64: dts: qcom: Add SD Card support for Glymur SoC
mchunara007 Jul 2, 2026
19104c8
FROMLIST: arm64: dts: qcom: Enable SD card for Glymur CRD
mchunara007 Jul 2, 2026
cc192b8
FROMLIST: dt-bindings: arm: coresight-tnoc: Bind on platform bus inst…
jiegan0107 Jul 10, 2026
d9accac
FROMLIST: coresight: tnoc: Bind Aggregator TNOC on the platform bus
jiegan0107 Jul 10, 2026
3cf886e
Revert "FROMLIST: arm64: dts: qcom: kaanapali: fix traceNoC probe issue"
jiegan0107 Jul 14, 2026
c637991
FROMLIST: arm64: dts: qcom: kaanapali: bind traceNoC on the platform bus
jiegan0107 Jul 10, 2026
9b9c0cf
FROMLIST: arm64: dts: qcom: glymur: use Aggregator TNOC compatible
jiegan0107 Jul 10, 2026
aba48bf
FROMLIST: arm64: dts: qcom: glymur: enable ETR and CTCU devices
jiegan0107 Jul 14, 2026
6a296bf
QCLINUX: arm64: dts: qcom: glymur: remove ETR and CTCU devices from s…
jiegan0107 Jul 14, 2026
960924d
FROMLIST: arm64: dts: qcom: sm8750: bind traceNoC on the platform bus
jiegan0107 Jul 10, 2026
833ebd3
QCLINUX: arm64: dts: qcom: Removes imx577 sensor dts node of Monaco-evk
mvadlama-lab Jul 3, 2026
6a1064f
QCLINUX: arm64: dts: qcom: Monaco-EVK Swap RESET and POWER down pins
mvadlama-lab Jul 3, 2026
a0edc53
FROMLIST: dt-bindings: clock: qcom: Add Glymur camera clock controller
kona-jagadeesh Apr 2, 2026
e5b9298
FROMLIST: clk: qcom: camcc-glymur: Add camera clock controller driver
kona-jagadeesh Apr 6, 2026
4bc9af3
FROMLIST: clk: qcom: gdsc: Add custom disable callback for GX GDSC
kona-jagadeesh Apr 27, 2026
a6833a4
FROMLIST: clk: qcom: gxclkctl: Use custom disable callback for gx_gdsc
taniyadas20 Apr 27, 2026
9b50356
FROMLIST: clk: qcom: common: ensure runtime PM suspend completes on p…
taniyadas20 Apr 27, 2026
3beada4
FROMLIST: clk: qcom: gxclkctl: Remove GX/GMxC rail votes to align wit…
taniyadas20 Apr 27, 2026
bf50638
FROMLIST: clk: qcom: gcc-glymur: Move EVA clocks to critical clock list
taniyadas20 May 25, 2026
6bfac5a
FROMLIST: dt-bindings: clock: qcom: Add EVA clock and reset controlle…
taniyadas20 May 25, 2026
c9ac0ef
FROMLIST: clk: qcom: Add EVA clock controller driver for Glymur SoC
taniyadas20 May 25, 2026
869174f
FROMLIST: dt-bindings: clock: qcom: Add bindings for PDM GP_MN clock …
taniyadas20 Jun 2, 2026
6335626
FROMLIST: clk: qcom: Add a driver for PDM GP_MN fractional clock divider
taniyadas20 Jun 2, 2026
a2ab72d
PENDING: dt-bindings: ptp: Add support for Qualcomm TSCSS module
imrashai Jun 4, 2026
0279910
PENDING: ptp: Add support for Qualcomm TSCSS hardware
imrashai Mar 31, 2026
6763654
WORKAROUND: clk: qcom: gdsc: Conditionally disable GDSC if synced_pow…
kona-jagadeesh Jun 27, 2026
af78846
WORKAROUND: clk: qcom: gcc: Use gdsc_synced_poweroff_disable for USB …
kona-jagadeesh Jun 27, 2026
93918b1
WORKAROUND: usb: dwc3: qcom: Add support to keep GDSC On during host …
Kriskura176767 Jun 27, 2026
8afc5bb
FROMLIST: dt-bindings: clock: qcom: Add video clock controller on Qua…
taniyadas20 Jun 9, 2026
66b1b04
FROMLIST: dt-bindings: clock: qcom: document the Eliza GPU Clock Cont…
taniyadas20 Jun 9, 2026
f0cf642
FROMLIST: dt-bindings: clock: qcom: Add support for CAMCC for Eliza
taniyadas20 Jun 9, 2026
d8c3d57
FROMLIST: clk: qcom: videocc: Add video clock controller driver for E…
taniyadas20 Jun 9, 2026
3db8f59
FROMLIST: clk: qcom: gpucc: Add GPU Clock Controller driver for Eliza
taniyadas20 Jun 9, 2026
b448dbf
FROMLIST: clk: qcom: camcc: Add support for camera clock controller f…
taniyadas20 Jun 9, 2026
4455339
FROMLIST: dt-bindings: clock: qcom: Move glymur TCSR to own binding
qianyu-qcom Jul 2, 2026
60b46c8
FROMLIST: dt-bindings: clock: qcom,glymur-tcsr: Add mahua support
qianyu-qcom Jul 2, 2026
bd7d807
FROMLIST: clk: qcom: Add generic clkref_en support
qianyu-qcom Jul 2, 2026
0449770
FROMLIST: clk: qcom: tcsrcc-glymur: Add regulator supplies and migrat…
qianyu-qcom Jul 2, 2026
3de5c4a
FROMLIST: clk: qcom: tcsrcc-glymur: Add Mahua QREF regulator support
qianyu-qcom Jul 2, 2026
4a31663
PENDING: dt-bindings: clock: qcom: Move x1e80100 TCSR to own binding
qianyu-qcom Jul 8, 2026
d7c3ea1
PENDING: clk: qcom: tcsrcc-x1e80100: Migrate to clk_ref helper
qianyu-qcom Jul 10, 2026
dbb63ae
Merge remote-tracking branch tech/bsp/clk into qcom-next
sgaud-quic Jul 15, 2026
7c2fc1f
Merge remote-tracking branch tech/bsp/devfreq into qcom-next
sgaud-quic Jul 15, 2026
0c91620
Merge remote-tracking branch tech/bsp/soc-infra into qcom-next
sgaud-quic Jul 15, 2026
4875c24
Merge remote-tracking branch tech/bsp/pinctrl into qcom-next
sgaud-quic Jul 15, 2026
9f92a29
Merge remote-tracking branch tech/bsp/remoteproc into qcom-next
sgaud-quic Jul 15, 2026
3025df2
Merge remote-tracking branch tech/bus/peripherals into qcom-next
sgaud-quic Jul 15, 2026
3e6a64f
Merge remote-tracking branch tech/bus/pci/all into qcom-next
sgaud-quic Jul 15, 2026
16bab8a
Merge remote-tracking branch tech/bus/pci/phy into qcom-next
sgaud-quic Jul 15, 2026
b38b29a
Merge remote-tracking branch tech/bus/usb/dwc into qcom-next
sgaud-quic Jul 15, 2026
26aad55
Merge remote-tracking branch tech/bus/usb/phy into qcom-next
sgaud-quic Jul 15, 2026
e14a372
Merge remote-tracking branch tech/debug/hwtracing into qcom-next
sgaud-quic Jul 15, 2026
7887603
Merge remote-tracking branch tech/pmic/misc into qcom-next
sgaud-quic Jul 15, 2026
48a8e3a
Merge remote-tracking branch tech/mem/iommu into qcom-next
sgaud-quic Jul 15, 2026
9cdf76c
Merge remote-tracking branch tech/mm/audio/all into qcom-next
sgaud-quic Jul 15, 2026
5534a3e
Merge remote-tracking branch tech/mm/camss into qcom-next
sgaud-quic Jul 15, 2026
e744658
Merge remote-tracking branch tech/mm/drm into qcom-next
sgaud-quic Jul 15, 2026
29dfaef
Merge remote-tracking branch tech/mm/fastrpc into qcom-next
sgaud-quic Jul 15, 2026
3e8b5d6
Merge remote-tracking branch tech/mm/video into qcom-next
sgaud-quic Jul 15, 2026
52d163d
Merge remote-tracking branch tech/mm/gpu into qcom-next
sgaud-quic Jul 15, 2026
aefd927
Merge remote-tracking branch tech/net/ath into qcom-next
sgaud-quic Jul 15, 2026
f2e1c6f
Merge remote-tracking branch tech/pm/power into qcom-next
sgaud-quic Jul 15, 2026
e3f2d89
Merge remote-tracking branch tech/pm/thermal into qcom-next
sgaud-quic Jul 15, 2026
b93b015
Merge remote-tracking branch tech/security/crypto into qcom-next
sgaud-quic Jul 15, 2026
74df1e7
Merge remote-tracking branch tech/security/ice into qcom-next
sgaud-quic Jul 15, 2026
16472ba
Merge remote-tracking branch tech/storage/all into qcom-next
sgaud-quic Jul 15, 2026
855f928
Merge remote-tracking branch tech/all/dt/qcs6490 into qcom-next
sgaud-quic Jul 15, 2026
2009f6b
Merge remote-tracking branch tech/all/dt/qcs9100 into qcom-next
sgaud-quic Jul 15, 2026
d7d6d22
Merge remote-tracking branch tech/all/dt/qcs8300 into qcom-next
sgaud-quic Jul 15, 2026
482af92
Merge remote-tracking branch tech/all/dt/qcs615 into qcom-next
sgaud-quic Jul 15, 2026
bbdcf65
Merge remote-tracking branch tech/all/dt/agatti into qcom-next
sgaud-quic Jul 15, 2026
1fd6222
Merge remote-tracking branch tech/all/dt/hamoa into qcom-next
sgaud-quic Jul 15, 2026
828c36a
Merge remote-tracking branch tech/all/dt/glymur into qcom-next
sgaud-quic Jul 15, 2026
70f6cd5
Merge remote-tracking branch tech/all/dt/kaanapali into qcom-next
sgaud-quic Jul 15, 2026
7b4abd7
Merge remote-tracking branch tech/all/dt/pakala into qcom-next
sgaud-quic Jul 15, 2026
efff21f
Merge remote-tracking branch tech/all/config into qcom-next
sgaud-quic Jul 15, 2026
5b64d5b
Merge remote-tracking branch tech/overlay/dt into qcom-next
sgaud-quic Jul 15, 2026
4d18835
Merge remote-tracking branch tech/all/workaround into qcom-next
sgaud-quic Jul 15, 2026
96dbda2
Merge remote-tracking branch tech/mproc/all into qcom-next
sgaud-quic Jul 15, 2026
62dffa2
Merge remote-tracking branch tech/noup/debug/all into qcom-next
sgaud-quic Jul 15, 2026
b3df66b
Merge remote-tracking branch tech/hwe/unoq into qcom-next
sgaud-quic Jul 15, 2026
198787a
Merge remote-tracking branch early/hwe/shikra/drivers into qcom-next
sgaud-quic Jul 15, 2026
ec7f717
Merge remote-tracking branch early/hwe/shikra/dt into qcom-next
sgaud-quic Jul 15, 2026
d8a14b9
FROMLIST: Revert "clk: qcom: regmap-phy-mux: Rework the implementation"
quic-kdybcio Jun 22, 2026
056e864
Merge remote-tracking branch tech/bsp/clk into qcom-next
sgaud-quic Jul 21, 2026
c924cae
Revert "arm64: dts: qcom: hamoa-iot-evk: add MCP2518FD CAN on spi18"
sgaud-quic Jul 22, 2026
86f2c99
FROMLIST: arm64: dts: qcom: monaco: Add PSCI SYSTEM_RESET2 types
Nov 9, 2025
0879f91
FROMLIST: arm64: dts: qcom: monaco-evk: Enable Bluetooth support
Nov 13, 2025
1091f83
QCLINUX: arch: arm64: qcom: qcs8300-ride: Enable PCIe Qref regulator
krishnachaitanya-linux Nov 27, 2025
2ae3b59
FROMLIST: arm64: dts: qcom: monaco: Enable CDSP cooling
gauravkohli1 Jun 9, 2026
a36343d
WORKAROUND: arm64: dts: qcom: monaco-evk: Remove WCN6855 PMU node to …
Jan 21, 2026
2876258
WORKAROUND: arm64: dts: qcom: monaco: Disable global IRQ for pcie1
krishnachaitanya-linux Feb 5, 2026
d4a2454
BACKPORT: arm64: dts: qcom: monaco-evk: Enable primary USB controller…
Jan 27, 2026
d816358
PENDING: arm64: dts: qcom: Add EL2 support for Iris for monaco
gouravk-qualcomm Mar 30, 2026
384abdf
FROMLIST: arm64: dts: qcom: monaco-evk: Extract common EVK hardware i…
umang-chheda Apr 27, 2026
291481a
FROMLIST: arm64: dts: qcom: monaco: Add monaco-ac EVK board
umang-chheda Jun 26, 2026
bdf6c6b
FROMLIST: dt-bindings: arm: qcom: Add monaco-ac-evk support
umang-chheda Jun 26, 2026
e0ef046
FROMLIST: arm64: dts: qcom: monaco-ac-evk: Add IFP mezzanine
umang-chheda Apr 27, 2026
c7e85b0
WORKAROUND: arm64: dts: qcom: monaco-evk: Use refgen regulator for us…
swatagar Apr 17, 2026
3db807c
WORKAROUND: arm64: dts: qcom: monaco-evk: Enable Bluetooth support
Apr 24, 2026
30b5783
FROMLIST: arm64: dts: qcom: monaco: fix wrong connection for the repl…
jiegan0107 Apr 28, 2026
b03cb5e
FROMLIST: arm64: dts: qcom: monaco: Move eMMC CQE support from SoC to…
mchunara007 Jul 1, 2026
fefa6dd
FROMLIST: arm64: dts: qcom: monaco-evk: Enable SDHCI for SD Card via …
mchunara007 Jul 1, 2026
ac3164c
FROMLIST: arm64: dts: qcom: monaco-evk: Add SDHCI support for eMMC vi…
mchunara007 Jul 1, 2026
c4f81fd
FROMLIST: arm64: dts: qcom: monaco: add AEST error nodes
umang-chheda May 5, 2026
5bbbb05
FROMLIST: arm64: dts: qcom: Add gp_mn pin state for GP M/N clock output
taniyadas20 Jun 2, 2026
d57cc8a
FROMLIST: arm64: dts: qcom: Add GP M/N clock controller node for SA87…
taniyadas20 Jun 2, 2026
080e3db
FROMLIST: arm64: dts: qcom: monaco: Add GEM_NOC interconnect for adre…
bibekpatro May 26, 2026
e22af9b
FROMLIST: arm64: dts: qcom: monaco: Add label properties to CoreSight…
jiegan0107 Apr 14, 2026
cd0f5c6
FROMLIST: arm64: dts: qcom: monaco: enable audio ML offload memory an…
Jul 16, 2026
5e35e8a
QCLINUX: defconfig: Introduce prune.config fragment
May 29, 2025
1d569ee
QCLINUX: arch: arm64: configs: Define qcom.config and enable DMABUF h…
Komal-Bajaj Sep 23, 2025
6d7d58b
QCLINUX:arch: arm64: configs: Enable coresight components in qcom.config
jiegan0107 Sep 26, 2025
4c1aadb
QCLINUX: defconfig: enable zram defconfig on qcom.config
charan-kalla-oss Sep 30, 2025
c220e63
QCLINUX: defconfig: Enable scheduler and thermal related configs
Komal-Bajaj Oct 6, 2025
a87b9a2
QCLINUX: debug: Enable additional Qualcomm-specific debug configs
Komal-Bajaj Oct 6, 2025
f8ef3f1
QCLINUX: arch: arm64: configs: Enable stm components in qcom.config
jiegan0107 Oct 31, 2025
e68f76c
QCLINUX: defconfig: enable Crypto and ICE related configs
wenjz-qualcomm Nov 4, 2025
dec1bab
QCLINUX: defconfig: enable amc6821 defconfig on qcom.config
gauravkohli1 Nov 5, 2025
96c84d4
QCLINUX: defconfig: Enable QCA808X ethernet phy config
ayaan-anwar Nov 13, 2025
7980b8a
QCLINUX: defconfig: Enable EDAC_QCOM on qcom.config
Komal-Bajaj Nov 14, 2025
df0364a
QCLINUX: debug: Enable WLAN related debug configs
MilanoPipo Nov 12, 2025
b85683a
QCLINUX: defconfig: Enable ATH reg setting
MilanoPipo Nov 12, 2025
8571d43
QCLINUX: defconfig: Enable BT_RFCOMM, BT_BNEP and UHID
Nov 19, 2025
fabe92c
QCLINUX: defconfig: Enable various power management configs
maulik-k-shah Nov 21, 2025
ce4f12b
QCLINUX: debug: Enable power management debug configs
maulik-k-shah Nov 21, 2025
692013f
QCLINUX: Revert "QCLINUX: defconfig: enable Crypto and ICE related co…
Komal-Bajaj Nov 27, 2025
ffa4b0d
QCLINUX: defconfig: Enable watchdog drivers for VM usecases
vnikhilprakash Nov 27, 2025
abd9018
QCLINUX: debug.config: Drop heavy debug configs
Komal-Bajaj Nov 28, 2025
193c6e9
QCLINUX: defconfig: Enable support for vhost-net, vsock
vnikhilprakash Nov 20, 2025
501831b
FROMLIST: arm64: defconfig: Enable Sound DMIC driver
RaviHothi Apr 27, 2026
01d71cf
QCLINUX: arm64: configs: qcom.config: Enable GUNYAH_WATCHDOG
Dec 4, 2025
4a219f0
QCLINUX: arm64: configs: qcom.config: Enable UINPUT
rbujala-quic Dec 10, 2025
56c2398
QCLINUX: defconfig: enable EMC2305 defconfig on qcom.config
gauravkohli1 Dec 15, 2025
90a7699
QCLINUX: arm64: configs: Added new rt.config for RT kernel
apateriy-qcom Dec 17, 2025
b431e2f
QCLINUX: arm64: configs: qcom.config: Enable I2C_QCOM_GENI as built-in
vdadhani Dec 11, 2025
61265b6
QCLINUX: arm64: configs: Added Kubernetes support in qcom.config
apateriy-qcom Dec 18, 2025
c0dcc73
QCLINUX: qcom.comfig: disable ICE/UFS crypto
Komal-Bajaj Dec 23, 2025
14715dc
QCLINUX: defconfig: enable Remoteproc cooling feature
gauravkohli1 Dec 24, 2025
a147eac
QCLINUX: arm64: configs: qcom.config: Enable CONNECTOR, PROC_EVENTS
jpagadal Jan 8, 2026
fd637c1
QCLINUX: qcom.config: add crypto corresponding config
wenjz-qualcomm Jan 5, 2026
bb9e810
QCLINUX: prune.config: Enable backlight config for Hamoa/Purwa
Jan 19, 2026
e865485
QCLINUX: qcom.config: Enable 39-bit VA space for 4K-page builds
apateriy-qcom Jan 23, 2026
51d3b2c
QCLINUX: qcom.config: enable the ICE related config
wenjz-qualcomm Jan 27, 2026
4796aa7
FROMLIST: arm64: configs: Update defconfig for DSI-LVDS bridge support
quic-botlagun Nov 12, 2025
916b597
QCLINUX: qcom.config: Enable FTRACE option for performance profiling
Komal-Bajaj Jan 29, 2026
d17cd92
FROMLIST: arm64: defconfig: Enable VIDEOCC and CAMCC drivers on Qualc…
kona-jagadeesh Jan 27, 2026
872d247
Revert "QCLINUX: qcom.config: Enable 39-bit VA space for 4K-page builds"
apateriy-qcom Feb 18, 2026
71550bc
QCLINUX: qcom.config: Enable CPUidle Teo and Menu governors
maulik-k-shah Feb 20, 2026
964879f
FROMLIST: arm64: defconfig: Enable Glymur clock controllers
taniyadas20 Feb 20, 2026
29def89
QCLINUX: qcom.config: enable CONFIG_CMA for qcom chipsets
bibekpatro Mar 2, 2026
c23ddf7
QCLINUX: defconfig: Enable Qualcomm BCL driver
dmantre Mar 23, 2026
86ef2fd
QCLINUX: qcom.config: Enable testmode config
Mar 18, 2026
daf70b9
QCLINUX: qcom.config: update TGU config
jiegan0107 Mar 24, 2026
a910428
QCLINUX: qcom.config: fix the TNOC config
jiegan0107 Mar 25, 2026
3fb9f05
QCLINUX: qcom.config: Enable compressed firmware support
sgaud-quic Mar 28, 2026
7042254
QCLINUX: debug: Enable ATH11K CFR
Realzhq Mar 17, 2026
256ce33
QCLINUX: qcom.config: Enable MMC_CRYPTO for ICE emmc
Mar 24, 2026
ac24ccd
QCLINUX: prune.config: Enable Realtek PHY config for Rb3Gen2 Industri…
ayaan-anwar Apr 15, 2026
4918e03
QCLINUX: qcom.config: Enable SYSFS config
apateriy-qcom Apr 17, 2026
39d33a8
QCLINUX: prune.config: Disable MMU_500 CPRE ERRATA workaround for Qua…
bibekpatro Apr 23, 2026
da6adc5
FROMLIST: arm64: defconfig: Enable Qualcomm reference device EC driver
ajainp01 May 6, 2026
9a3117d
QCLINUX: qcom.config: Enable QCOM SCMI memlat bus scaling
May 12, 2026
20379bb
FROMLIST: arm64: defconfig: Enable CAMCC driver on Qualcomm Glymur SoC
kona-jagadeesh May 11, 2026
09340fc
QCLINUX: defconfig: Enable Qualcomm SPEL driver
aastpand May 19, 2026
d4928a0
QCLINUX: arm64: configs: Add Linux software RAID support
mchunara007 Apr 28, 2026
4f80396
QCLINUX: arm64: configs: Enable SmartPQI support
mchunara007 Apr 15, 2026
2492b96
QCLINUX: arm64: configs: enable USB configfs UVC and UAC2 functions
ppratap-liveroot May 29, 2026
9995629
QCLINUX: arm64: configs: qcom.config: Enable CONFIG_SWIOTLB_DYNAMIC
jpagadal Jun 3, 2026
4833ccd
QCLINUX: arm64: configs: Enable GPU virtualization
shivrawa May 11, 2026
4306a68
QCLINUX: arm64: configs: qcom.config: Enable LZ4 backend for zram
jpagadal Jun 9, 2026
7dde765
QCLINUX: arm64: configs: qcom: Set DRIVER_DEFERRED_PROBE_TIMEOUT to 60
apateriy-qcom Jun 11, 2026
2253b21
QCLINUX: kernel: debug.config: Additional debug configs
apateriy-qcom Jun 11, 2026
95cb62e
QCLINUX: qcom.config: Enable Intel IXGBE driver
kelamha Jun 17, 2026
4ee4de9
QCLINUX: prune.config: Enable the TI DP83867 PHY driver
ayaan-anwar Jun 23, 2026
1314b66
QCLINUX: arm64: configs: qcom: Enable SCHED_CLASS_EXT (sched_ext)
ashayj22 Jun 13, 2026
5088c9c
FROMLIST: arm64: defconfig: Enable clock controllers on Qualcomm Eliz…
taniyadas20 Mar 17, 2026
93b971c
QCLINUX: qcom.config: Enable DMA_CMA for DMA-BUF heap support
bibekpatro Jul 1, 2026
586d73f
Revert "QCLINUX: defconfig: Enable Qualcomm BCL driver"
dmantre Jul 23, 2026
25f14b9
QCLINUX: defconfig: Enable Qualcomm pmic BCL driver
dmantre Jul 23, 2026
044539b
QCLINUX: arm64: configs: qcom: Enable XDP sockets (AF_XDP)
raj-patel412 Jul 21, 2026
7a98305
Merge remote-tracking branch tech/all/config into qcom-next
sgaud-quic Jul 27, 2026
d6ad6c2
Merge remote-tracking branch tech/all/dt/qcs8300 into qcom-next
sgaud-quic Jul 27, 2026
fba6a32
Revert "FROMLIST: arm64: dts: qcom: monaco: enable audio ML offload m…
sgaud-quic Jul 29, 2026
269d6d8
Add qcom-next log files for 20260727
sgaud-quic Jul 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions Documentation/ABI/testing/configfs-stp-policy-p_ost
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
What: /config/stp-policy/<device>:p_ost.<policy>/<node>/entity
Date: May 2026
KernelVersion: 7.1
Description:
Set the entity ID which identifies the trace source in the
OST packet header. Entity ID values (0~239) are defined by
the TS owner. Currently supported values are ftrace, console
and diag. RW.

99 changes: 99 additions & 0 deletions Documentation/ABI/testing/debugfs-aest
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
What: /sys/kernel/debug/aest/<name>.<id>/
Date: Dec 2025
KernelVersion: 6.19
Contact: Ruidong Tian <tianruidong@linux.alibaba.com>
Description:
Directory represented a AEST device, <name> means device type,
like:

- processor
- memory
- smmu
- ...

<id> is the unique ID for this device.

What: /sys/kernel/debug/aest/<name>.<id>/<node_name>/*
Date: Dec 2025
KernelVersion: 6.19
Contact: Ruidong Tian <tianruidong@linux.alibaba.com>
Description:
Attibute for aest node which belong this device, the format
of node name is: <Node Type>-<Node Address>

See more at:
https://developer.arm.com/documentation/den0085/latest/

What: /sys/kernel/debug/aest/<name>.<id>/<node_name>/ce_threshold
Date: Dec 2025
KernelVersion 6.19
Contact: Ruidong Tian <tianruidong@linux.alibaba.com>
Description:
(WO) Write the ce threshold to all records of this node. Failed
if input exceeded the maximum threshold

What: /sys/kernel/debug/aest/<name>.<id>/<node_name>/err_count
Date: Dec 2025
KernelVersion 6.19
Contact: Ruidong Tian <tianruidong@linux.alibaba.com>
Description:
(RO) Outputs error statistics for all error records of this node.

What: /sys/kernel/debug/aest/<name>.<id>/<node_name>/record<index>/err_*
Date: Dec 2025
KernelVersion: 6.19
Contact: Ruidong Tian <tianruidong@linux.alibaba.com>
Description:
(RO) Read err_* register and return val.

What: /sys/kernel/debug/aest/<name>.<id>/<node_name>/record<index>/ce_threshold
Date: Dec 2025
KernelVersion 6.19
Contact: Ruidong Tian <tianruidong@linux.alibaba.com>
Description:
(RW) Read and write the ce threshold to this record. Failed
if input exceeded the maximum threshold

What: /sys/kernel/debug/aest/<name>.<id>/<node_name>/record<index>/err_count
Date: Dec 2025
KernelVersion 6.19
Contact: Ruidong Tian <tianruidong@linux.alibaba.com>
Description:
(RO) Outputs error statistics for all this records.

What: /sys/kernel/debug/aest/<name>.<id>/<node_name>/record<index>/inject/err_*
Date: Dec 2025
KernelVersion 6.19
Contact: Ruidong Tian <tianruidong@linux.alibaba.com>
Description:
(RW) These registers are used to simulate soft injection errors
by holding error register values. You can write any values
to them. To trigger the injection, you need to write soft_inject
at last. The validity of the injected error depends on the
value written to err_status.

Accepts values - any.

What: /sys/kernel/debug/aest/<name>.<id>/<node_name>/record<index>/inject/soft_inject
Date: Dec 2025
KernelVersion 6.19
Contact: Ruidong Tian <tianruidong@linux.alibaba.com>
Description:
(WO) Write any value to this file to trigger the error
injection. Make sure you have specified all necessary error
parameters, i.e. this write should be the last step when
injecting errors.

Accepts values - any.

What: /sys/kernel/debug/aest/<name>.<id>/<node_name>/record<index>/inject/hard_inject
Date: Dec 2025
KernelVersion 6.19
Contact: Ruidong Tian <tianruidong@linux.alibaba.com>
Description:
(WO) If the AEST table provides error injection registers,
you can write to them via this interface. For instance,
values can be written to the ERXPFGCTL register. The post-injection
behavior is then determined by the hardware specification.

Accepts values - any.
51 changes: 51 additions & 0 deletions Documentation/ABI/testing/sysfs-bus-amba-devices-tgu
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
What: /sys/bus/amba/devices/<tgu-name>/enable_tgu
Date: April 2026
KernelVersion: 7.1
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>, Songwei Chai <songwei.chai@oss.qualcomm.com>
Description:
(RW) Set/Get the enable/disable status of TGU
Accepts only one of the 2 values - 0 or 1.
0 : disable TGU.
1 : enable TGU.

What: /sys/bus/amba/devices/<tgu-name>/step[0:7]_priority[0:3]/reg[0:17]
Date: April 2026
KernelVersion: 7.1
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>, Songwei Chai <songwei.chai@oss.qualcomm.com>
Description:
(RW) Set/Get the sensed signal with specific step and priority for TGU.

What: /sys/bus/amba/devices/<tgu-name>/step[0:7]_condition_decode/reg[0:3]
Date: April 2026
KernelVersion: 7.1
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>, Songwei Chai <songwei.chai@oss.qualcomm.com>
Description:
(RW) Set/Get the decode mode with specific step for TGU.

What: /sys/bus/amba/devices/<tgu-name>/step[0:7]_condition_select/reg[0:3]
Date: April 2026
KernelVersion: 7.1
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>, Songwei Chai <songwei.chai@oss.qualcomm.com>
Description:
(RW) Set/Get the next action with specific step for TGU.

What: /sys/bus/amba/devices/<tgu-name>/step[0:7]_timer/reg[0:1]
Date: April 2026
KernelVersion: 7.1
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>, Songwei Chai <songwei.chai@oss.qualcomm.com>
Description:
(RW) Set/Get the timer value with specific step for TGU.

What: /sys/bus/amba/devices/<tgu-name>/step[0:7]_counter/reg[0:1]
Date: April 2026
KernelVersion: 7.1
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>, Songwei Chai <songwei.chai@oss.qualcomm.com>
Description:
(RW) Set/Get the counter value with specific step for TGU.

What: /sys/bus/amba/devices/<tgu-name>/reset_tgu
Date: April 2026
KernelVersion: 7.1
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>, Songwei Chai <songwei.chai@oss.qualcomm.com>
Description:
(Write) Write 1 to reset the dataset for TGU.
9 changes: 9 additions & 0 deletions Documentation/ABI/testing/sysfs-bus-coresight-devices-ctcu
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
What: /sys/bus/coresight/devices/<ctcu-name>/irq_enabled[0:1]
Date: June 2026
KernelVersion: 7.3
Contact: Tingwei Zhang <tingwei.zhang@oss.qualcomm.com>; Jinlong Mao <jinlong.mao@oss.qualcomm.com>; Jie Gan <jie.gan@oss.qualcomm.com>
Description:
(RW) Configure the flag to enable interrupt to count data during CTCU enablement.
An interrupt is generated when the data size exceeds the value set in the IRQ register.
0 : disable
1 : enable
90 changes: 90 additions & 0 deletions Documentation/ABI/testing/sysfs-bus-coresight-devices-cti
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,102 @@ KernelVersion: 5.7
Contact: Mike Leach or Mathieu Poirier
Description: (Read) read current status of input trigger signals

What: /sys/bus/coresight/devices/<cti-name>/regs/triginstatus[1-3]
Date: June 2026
KernelVersion: 7.3
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>
Description: (Read) read current status of QCOM extended input trigger signals.

What: /sys/bus/coresight/devices/<cti-name>/regs/trigoutstatus
Date: March 2020
KernelVersion: 5.7
Contact: Mike Leach or Mathieu Poirier
Description: (Read) read current status of output trigger signals.

What: /sys/bus/coresight/devices/<cti-name>/regs/trigoutstatus[1-3]
Date: June 2026
KernelVersion: 7.3
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>
Description: (Read) read current status of QCOM extended output trigger signals.

What: /sys/bus/coresight/devices/<cti-name>/regs/itctrl
Date: March 2020
KernelVersion: 5.7
Contact: coresight@lists.linaro.org
Description: (RW) Control integration mode.

What: /sys/bus/coresight/devices/<cti-name>/regs/itchin
Date: March 2020
KernelVersion: 5.7
Contact: coresight@lists.linaro.org
Description: (Read) Read the values of the CTCHIN inputs.

What: /sys/bus/coresight/devices/<cti-name>/regs/itchinack
Date: March 2020
KernelVersion: 5.7
Contact: coresight@lists.linaro.org
Description: (Write) Write the value of the CTCHINACK input.

What: /sys/bus/coresight/devices/<cti-name>/regs/ittrigin
Date: March 2020
KernelVersion: 5.7
Contact: coresight@lists.linaro.org
Description: (Read) Read the values of the CTTRIGIN inputs.

What: /sys/bus/coresight/devices/<cti-name>/regs/ittrigin[1-3]
Date: June 2026
KernelVersion: 7.3
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>
Description: (Read) Read the values of the QCOM extended CTTRIGIN inputs.

What: /sys/bus/coresight/devices/<cti-name>/regs/ittriginack
Date: March 2020
KernelVersion: 5.7
Contact: coresight@lists.linaro.org
Description: (Write) Write the value of the CTTRIGINACK input.

What: /sys/bus/coresight/devices/<cti-name>/regs/ittriginack[1-3]
Date: June 2026
KernelVersion: 7.3
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>
Description: (Write) Write the value of the QCOM extended CTTRIGINACK input.

What: /sys/bus/coresight/devices/<cti-name>/regs/itchout
Date: March 2020
KernelVersion: 5.7
Contact: coresight@lists.linaro.org
Description: (RW) Read or write the value of the CTCHOUT outputs.

What: /sys/bus/coresight/devices/<cti-name>/regs/itchoutack
Date: March 2020
KernelVersion: 5.7
Contact: coresight@lists.linaro.org
Description: (Read) Read the value of the CTCHOUTACK input.

What: /sys/bus/coresight/devices/<cti-name>/regs/ittrigout
Date: March 2020
KernelVersion: 5.7
Contact: coresight@lists.linaro.org
Description: (RW) Read or write the value of the CTTRIGOUT outputs.

What: /sys/bus/coresight/devices/<cti-name>/regs/ittrigout[1-3]
Date: June 2026
KernelVersion: 7.3
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>
Description: (RW) Read or write the value of the QCOM extended CTTRIGOUT outputs.

What: /sys/bus/coresight/devices/<cti-name>/regs/ittrigoutack
Date: March 2020
KernelVersion: 5.7
Contact: coresight@lists.linaro.org
Description: (Read) Read the value of the CTTRIGOUTACK input.

What: /sys/bus/coresight/devices/<cti-name>/regs/ittrigoutack[1-3]
Date: June 2026
KernelVersion: 7.3
Contact: Jinlong Mao <jinlong.mao@oss.qualcomm.com>
Description: (Read) Read the value of the QCOM extended CTTRIGOUTACK input.

What: /sys/bus/coresight/devices/<cti-name>/channels/trigin_attach
Date: March 2020
KernelVersion: 5.7
Expand Down
8 changes: 8 additions & 0 deletions Documentation/ABI/testing/sysfs-class-devfreq
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ Description:
The /sys/class/devfreq/.../target_freq shows the next governor
predicted target frequency of the corresponding devfreq object.

Reading this attribute returns -EINVAL when the active
governor does not advertise DEVFREQ_GOV_ATTR_TARGET_FREQ.
All in-tree governors that drive frequency transitions tag
this attribute, so existing in-tree behaviour is unchanged.
Out-of-tree governors that previously relied on the
unconditional read of df->previous_freq must opt in by
setting DEVFREQ_GOV_ATTR_TARGET_FREQ in their attrs field.

What: /sys/class/devfreq/.../trans_stat
Date: October 2012
Contact: MyungJoo Ham <myungjoo.ham@samsung.com>
Expand Down
16 changes: 16 additions & 0 deletions Documentation/ABI/testing/sysfs-driver-eud
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@ Description:
EUD based on a 1 or a 0 value. By enabling EUD,
the user is able to activate the mini-usb hub of
EUD for debug and trace capabilities.

What: /sys/bus/platform/drivers/qcom_eud/.../port
Date: January 2026
Contact: Elson Serrao <elson.serrao@oss.qualcomm.com>
Description:
Selects which USB port the Embedded USB Debugger (EUD)
is mapped to on platforms providing multiple High-Speed
USB ports.

Valid values:
0 - Primary USB port
1 - Secondary USB port

The attribute is writable only while EUD is disabled.
Reading the attribute returns the currently selected
USB port number.
Loading
Loading