messages from 2025-05-08 13:10:09 to 2025-05-09 13:56:43 UTC [more...]
[PATCH v3 00/22] drm: convert all bridges to devm_drm_bridge_alloc()
2025-05-09 13:53 UTC (10+ messages)
` [PATCH v3 01/22] Revert "drm/exynos: mic: convert to devm_drm_bridge_alloc() API"
` [PATCH v3 02/22] drm: convert many bridge drivers from devm_kzalloc() to devm_drm_bridge_alloc() API
` [PATCH v3 03/22] drm/bridge: anx7625: convert "
` [PATCH v3 04/22] drm/bridge: cdns-dsi: "
` [PATCH v3 05/22] drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: "
` [PATCH v3 06/22] drm/bridge: nxp-ptn3460: "
` [PATCH v3 07/22] drm/bridge: sii902x: "
` [PATCH v3 08/22] drm/omap: dss: dpi: "
` [PATCH v3 09/22] drm/omap: dss: dsi: "
[RFT PATCH 00/14] Add a single source of truth for UBWC configuration data
2025-05-09 13:52 UTC (34+ messages)
` [PATCH RFT 01/14] soc: qcom: Add UBWC config provider
` [PATCH RFT 02/14] drm/msm: Use the central UBWC config database
` [PATCH RFT 03/14] drm/msm/adreno: Offset the HBB value by 13
` [PATCH RFT 04/14] drm/msm/a6xx: Get a handle to the common UBWC config
` [PATCH RFT 05/14] drm/msm/a6xx: Resolve the meaning of AMSBC
` [PATCH RFT 06/14] drm/msm/a6xx: Simplify uavflagprd_inv detection
` [PATCH RFT 07/14] drm/msm/a6xx: Resolve the meaning of UBWC_MODE
` [PATCH RFT 08/14] drm/msm/a6xx: Replace '2' with BIT(1) in level2_swizzling_dis calc
` [PATCH RFT 09/14] drm/msm/a6xx: Resolve the meaning of rgb565_predicator
` [PATCH RFT 10/14] drm/msm/a6xx: Stop tracking macrotile_mode (again)
` [PATCH RFT 11/14] drm/msm/a6xx: Simplify min_acc_len calculation
` [PATCH RFT 12/14] drm/msm/adreno: Switch to the common UBWC config struct
` [PATCH RFT 13/14] drm/msm/a6xx: Drop cfg->ubwc_swizzle override
` [PATCH RFT 14/14] drm/msm/a5xx: Use UBWC data from the common UBWC config struct
[PATCH] arm64: dts: qcom: sm8750: Add adsp fastrpc support
2025-05-09 13:31 UTC (8+ messages)
[PATCH v2] arm64: dts: qcom: x1e80100-*: Drop useless DP3 compatible override
2025-05-09 12:23 UTC (2+ messages)
[PATCH V4 00/11] Refactor ufs phy powerup sequence
2025-05-09 12:06 UTC (12+ messages)
` [PATCH V4 01/11] scsi: ufs: qcom: add a new phy calibrate API call
` [PATCH V4 09/11] scsi: ufs: qcom : Refactor phy_power_on/off calls
` [PATCH V4 10/11] scsi: ufs: qcom : Introduce phy_power_on/off wrapper function
` [PATCH V4 11/11] scsi: ufs: qcom: Prevent calling phy_exit before phy_init
[PATCH V6 0/5] Add support for QCOM SPMI PMIC5 Gen3 ADC
2025-05-09 11:09 UTC (6+ messages)
` [PATCH V6 1/5] dt-bindings: iio/adc: Move QCOM ADC bindings to iio/adc folder
` [PATCH V6 2/5] dt-bindings: iio: adc: Split out QCOM VADC channel properties
` [PATCH V6 3/5] dt-bindings: iio: adc: Add support for QCOM PMIC5 Gen3 ADC
` [PATCH V6 4/5] "
` [PATCH V6 5/5] thermal: qcom: add support for PMIC5 Gen3 ADC thermal monitoring
[PATCH 0/3] ASoC: remove component->id
2025-05-09 11:00 UTC (3+ messages)
` [PATCH 1/3] ASoC: qcom: use drvdata instead of component to keep id
[PATCH v5 00/26] Add support for HEVC and VP9 codecs in decoder
2025-05-09 10:14 UTC (28+ messages)
` [PATCH v5 01/26] media: iris: Skip destroying internal buffer if not dequeued
` [PATCH v5 02/26] media: iris: Verify internal buffer release on close
` [PATCH v5 03/26] media: iris: Update CAPTURE format info based on OUTPUT format
` [PATCH v5 04/26] media: iris: Avoid updating frame size to firmware during reconfig
` [PATCH v5 05/26] media: iris: Drop port check for session property response
` [PATCH v5 06/26] media: iris: Prevent HFI queue writes when core is in deinit state
` [PATCH v5 07/26] media: iris: Remove error check for non-zero v4l2 controls
` [PATCH v5 08/26] media: iris: Remove deprecated property setting to firmware
` [PATCH v5 09/26] media: iris: Fix missing function pointer initialization
` [PATCH v5 10/26] media: iris: Fix NULL pointer dereference
` [PATCH v5 11/26] media: iris: Fix typo in depth variable
` [PATCH v5 12/26] media: iris: Track flush responses to prevent premature completion
` [PATCH v5 13/26] media: iris: Fix buffer preparation failure during resolution change
` [PATCH v5 14/26] media: iris: Send V4L2_BUF_FLAG_ERROR for capture buffers with 0 filled length
` [PATCH v5 15/26] media: iris: Skip flush on first sequence change
` [PATCH v5 16/26] media: iris: Remove unnecessary re-initialization of flush completion
` [PATCH v5 17/26] media: iris: Add handling for corrupt and drop frames
` [PATCH v5 18/26] media: iris: Add handling for no show frames
` [PATCH v5 19/26] media: iris: Improve last flag handling
` [PATCH v5 20/26] media: iris: Remove redundant buffer count check in stream off
` [PATCH v5 21/26] media: iris: Add a comment to explain usage of MBPS
` [PATCH v5 22/26] media: iris: Add HEVC and VP9 formats for decoder
` [PATCH v5 23/26] media: iris: Add platform capabilities for HEVC and VP9 decoders
` [PATCH v5 24/26] media: iris: Set mandatory properties "
` [PATCH v5 25/26] media: iris: Add internal buffer calculation "
` [PATCH v5 26/26] media: iris: Add codec specific check for VP9 decoder drain handling
[PATCH] ASoC: qcom: qdsp6: Add an error handling path in q6usb_component_probe()
2025-05-09 10:07 UTC (2+ messages)
[PATCH v2 1/3] soc: qcom: socinfo: Add support for new fields in revision 20
2025-05-09 10:06 UTC (8+ messages)
` [PATCH v2 2/3] soc: qcom: socinfo: Add support for new fields in revision 21
[PATCH v6 0/3] SCM: Support latest version of waitq-aware firmware
2025-05-09 9:48 UTC (3+ messages)
` [PATCH v6 2/3] firmware: qcom_scm: Support multiple waitq contexts
[PATCH v3] arm64: dts: qcom: sa8775p: Add default pin configurations for QUP SEs
2025-05-09 9:05 UTC (3+ messages)
[PATCH v4] arm64: dts: qcom: sa8775p: Add default pin configurations for QUP SEs
2025-05-09 9:04 UTC
[PATCH v2 0/6] arm64: dts: qcom: qcs615: enable remoteprocs - ADSP and CDSP
2025-05-09 8:54 UTC (13+ messages)
` [PATCH v2 3/6] arm64: dts: qcom: qcs615: Add mproc node for SEMP2P
` [PATCH v2 4/6] arm64: dts: qcom: qcs615: Add IMEM and PIL info region
` [PATCH v2 5/6] arm64: dts: qcom: qcs615: add ADSP and CDSP nodes
` [PATCH v2 6/6] arm64: dts: qcom: qcs615-ride: enable remoteprocs
[PATCH v2 0/2] PCI: Add support for PCIe wake interrupt
2025-05-09 7:59 UTC (3+ messages)
` [PATCH v2 2/2] "
[PATCH v3 0/3] Bug fixes for UFS multi-frequency scaling on Qcom platform
2025-05-09 7:50 UTC (4+ messages)
` [PATCH v3 1/3] scsi: ufs: qcom: Check gear against max gear in vop freq_to_gear()
` [PATCH v3 2/3] scsi: ufs: qcom: Map devfreq OPP freq to UniPro Core Clock freq
` [PATCH v3 3/3] scsi: ufs: qcom: Call ufs_qcom_cfg_timers() in clock scaling path
[PATCH v4 0/3] Support for Adreno 623 GPU
2025-05-09 7:21 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: display/msm/gmu: Update Adreno 623 bindings
` [PATCH v4 2/3] arm64: dts: qcom: qcs8300: Add gpu and gmu nodes
` [PATCH v4 3/3] arm64: dts: qcom: qcs8300-ride: Enable Adreno 623 GPU
[PATCH v3 0/3] Support for Adreno 623 GPU
2025-05-09 7:18 UTC (8+ messages)
` [PATCH v3 1/3] dt-bindings: display/msm/gmu: Add Adreno 623 GMU
` [PATCH v3 2/3] arm64: dts: qcom: qcs8300: Add gpu and gmu nodes
` [PATCH v3 3/3] arm64: dts: qcom: qcs8300-ride: Enable Adreno 623 GPU
[PATCH v2 0/4] extcon: Fix wakeup source leaks on device unbind
2025-05-09 7:18 UTC (5+ messages)
` [PATCH v2 1/4] extcon: adc-jack: "
[PATCH v3 0/5] arm64: qcom: x1e80100-qcp: Add power supply and sideband signals for PCIe RC
2025-05-09 7:17 UTC (2+ messages)
[PATCH v4 0/5] PCI: Add support for resetting the slots in a platform specific way
2025-05-09 6:51 UTC (7+ messages)
` [PATCH v4 1/5] PCI/ERR: Remove misleading TODO regarding kernel panic
` [PATCH v4 2/5] PCI/ERR: Add support for resetting the slots in a platform specific way
[PATCH v3 0/4] clk: qcom: Add camera clock controller support for sc8180x
2025-05-09 6:43 UTC (7+ messages)
` [PATCH v3 1/4] dt-bindings: clock: qcom: Add missing bindings on gcc-sc8180x
` [PATCH v3 2/4] dt-bindings: clock: Add Qualcomm SC8180X Camera clock controller
` [PATCH v3 3/4] clk: qcom: camcc-sc8180x: Add SC8180X camera clock controller driver
` [PATCH v3 4/4] arm64: dts: qcom: Add camera clock controller for sc8180x
[PATCH v2 0/3] Bug fixes for UFS multi-frequency scaling on Qcom platform
2025-05-09 6:29 UTC (7+ messages)
` [PATCH v2 1/3] scsi: ufs: qcom: Check gear against max gear in vop freq_to_gear()
` [PATCH v2 2/3] scsi: ufs: qcom: Map devfreq OPP freq to UniPro Core Clock freq
[PATCH v6 0/2] Add Block event interrupt support for I2C protocol
2025-05-09 6:18 UTC (9+ messages)
` [PATCH v6 1/2] dmaengine: qcom: gpi: Add GPI Block event interrupt support
` [PATCH v6 2/2] i2c: i2c-qcom-geni: Add "
[PATCH v3] scsi: ufs: core: skip UFS clkscale if host asynchronous scan in progress
2025-05-09 5:02 UTC (3+ messages)
[PATCH v5 0/8] Enable QUPs and Serial on SA8255p Qualcomm platforms
2025-05-09 4:32 UTC (5+ messages)
` [PATCH v5 1/8] dt-bindings: serial: describe SA8255p
[PATCH v2] usb: dwc3: qcom: Use bulk clock API and devres
2025-05-09 3:42 UTC
[PATCH v9 00/14] drm/msm/dpu: Support quad pipe with dual-DSI
2025-05-09 3:08 UTC (22+ messages)
` [PATCH v9 01/14] drm/atomic-helper: Add crtc check before checking plane
` [PATCH v9 02/14] drm/msm/dpu: check every pipe per capability
` [PATCH v9 08/14] drm/msm/dpu: handle pipes as array
` [PATCH v9 09/14] drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixer
` [PATCH v9 10/14] drm/msm/dpu: Use dedicated WB number definition
` [PATCH v9 11/14] drm/msm/dpu: blend pipes per mixer pairs config
` [PATCH v9 12/14] drm/msm/dpu: support SSPP assignment for quad-pipe case
` [PATCH v9 13/14] drm/msm/dpu: support plane splitting in "
` [PATCH v9 14/14] drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case
[PATCH v2 1/2] soc: qcom: socinfo: add SM8750 SoC ID
2025-05-08 20:41 UTC (4+ messages)
` [PATCH v2 2/2] dt-bindings: arm: qcom,ids: add SoC ID for SM8750
[PATCH v2 0/7] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
2025-05-08 17:47 UTC (23+ messages)
` [PATCH v2 1/7] arm64: dts: qcom: qcs6490-audioreach: Add gpr node
` [PATCH v2 2/7] arm64: dts: qcom: sc7280: Add WSA SoundWire and LPASS support
` [PATCH v2 3/7] arm64: dts: qcom: qcs6490-audioreach: Modify LPASS macros clock settings for audioreach
` [PATCH v2 4/7] arm64: dts: qcom: qcs6490-rb3gen2: Add WSA8830 speakers amplifier
` [PATCH v2 5/7] arm64: dts: qcom: qcs6490-rb3gen2: Add sound card
` [PATCH v2 6/7] arm64: dts: qcom: qcm6490-idp: Add WSA8830 speakers and WCD9370 headset codec
[PATCH v6 0/4] qcom: Add support for IQ-9075-evk board
2025-05-08 15:40 UTC (3+ messages)
` [PATCH v6 4/4] arm64: dts: qcom: Add support for qcs9075 IQ-9075-EVK
[PATCH v2] arm64: dts: qcom: sm8650: add iris DT node
2025-05-08 14:49 UTC (9+ messages)
[PATCH v4 0/5] pci: qcom: Add QCS615 PCIe support
2025-05-08 14:47 UTC (3+ messages)
` [PATCH v4 3/5] arm64: dts: qcom: qcs615: enable pcie
[PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
2025-05-08 14:46 UTC (13+ messages)
[PATCH 0/4] Moto G (2013) DTS updates
2025-05-08 14:30 UTC (9+ messages)
` [PATCH 1/4] ARM: dts: qcom: msm8226-motorola-falcon: add clocks, power-domain to simpleFB
` [PATCH 2/4] ARM: dts: qcom: msm8226-motorola-falcon: add I2C clock frequencies
` [PATCH 3/4] ARM: dts: qcom: msm8226-motorola-falcon: limit TPS65132 to 5.4V
` [PATCH 4/4] ARM: dts: qcom: msm8226-motorola-falcon: specify vddio_disp output voltage
[PATCH v3 0/3] PCI: qcom: Move PERST# GPIO & phy retrieval from controller to PCIe bridge node
2025-05-08 14:26 UTC (4+ messages)
` [PATCH v3 3/3] arm64: qcom: sc7280: Move phy, perst to root port node
[PATCH v3] arm64: dts: qcom: qcs8300: add the pcie smmu node
2025-05-08 13:33 UTC (2+ messages)
[PATCH v3 1/3] soc: qcom: socinfo: Add support for new fields in revision 20
2025-05-08 13:19 UTC (6+ messages)
` [PATCH v3 2/3] soc: qcom: socinfo: Add support for new fields in revision 21
` [PATCH v3 3/3] soc: qcom: socinfo: Add support for new fields in revision 22
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox