messages from 2025-04-30 16:57:10 to 2025-05-02 14:17:32 UTC [more...]
[PATCH 0/6] Add CMN PLL clock controller support for IPQ5018
2025-05-02 14:17 UTC (14+ messages)
` [PATCH 1/6] dt-bindings: clock: qcom: Add CMN PLL support for IPQ5018 SoC
` [PATCH 2/6] clk: qcom: ipq5018: mark XO clock as critical
` [PATCH 3/6] clk: qcom: ipq-cmn-pll: Add IPQ5018 SoC support
` [PATCH 4/6] dt-bindings: mfd: qcom,tcsr: Add compatible for IPQ5018
` [PATCH 5/6] arm64: dts: ipq5018: Add CMN PLL node
` [PATCH 6/6] arm64: dts: qcom: Update IPQ5018 xo_board_clk to use fixed factor clock
[PATCH v3 0/9] Enable QUPs and Serial on SA8255p Qualcomm platforms
2025-05-02 14:11 UTC (24+ messages)
` [PATCH v3 1/9] opp: add new helper API dev_pm_opp_set_level()
` [PATCH v3 2/9] dt-bindings: serial: describe SA8255p
` [PATCH v3 3/9] dt-bindings: qcom: geni-se: "
` [PATCH v3 4/9] soc: qcom: geni-se: Enable QUPs on SA8255p Qualcomm platforms
` [PATCH v3 5/9] serial: qcom-geni: move resource initialization to separate function
` [PATCH v3 6/9] serial: qcom-geni: move resource control logic to separate functions
` [PATCH v3 7/9] serial: qcom-geni: move clock-rate logic to separate function
` [PATCH v3 8/9] serial: qcom-geni: Enable PM runtime for serial driver
` [PATCH v3 9/9] serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms
[PATCH v3 0/4] Add support to read the restart reason from IMEM
2025-05-02 14:03 UTC (9+ messages)
` [PATCH v3 1/4] dt-bindings: sram: qcom,imem: Document IPQ5424 compatible
` [PATCH v3 2/4] arm64: dts: qcom: ipq5424: Add the IMEM node
` [PATCH v3 3/4] watchdog: qcom: introduce the device data for IPQ5424 watchdog device
` [PATCH v3 4/4] watchdog: qcom: add support to read the restart reason from IMEM
[PATCH v3 00/23] Add support for HEVC and VP9 codecs in decoder
2025-05-02 13:54 UTC (44+ messages)
` [PATCH v3 01/23] media: iris: Skip destroying internal buffer if not dequeued
` [PATCH v3 02/23] media: iris: Update CAPTURE format info based on OUTPUT format
` [PATCH v3 03/23] media: iris: Avoid updating frame size to firmware during reconfig
` [PATCH v3 04/23] media: iris: Drop port check for session property response
` [PATCH v3 05/23] media: iris: Prevent HFI queue writes when core is in deinit state
` [PATCH v3 06/23] media: iris: Remove deprecated property setting to firmware
` [PATCH v3 07/23] media: iris: Fix missing function pointer initialization
` [PATCH v3 08/23] media: iris: Fix NULL pointer dereference
` [PATCH v3 09/23] media: iris: Fix typo in depth variable
` [PATCH v3 10/23] media: iris: Track flush responses to prevent premature completion
` [PATCH v3 11/23] media: iris: Fix buffer preparation failure during resolution change
` [PATCH v3 12/23] media: iris: Add handling for corrupt and drop frames
` [PATCH v3 13/23] media: iris: Send V4L2_BUF_FLAG_ERROR for buffers with 0 filled length
` [PATCH v3 14/23] media: iris: Add handling for no show frames
` [PATCH v3 15/23] media: iris: Improve last flag handling
` [PATCH v3 16/23] media: iris: Skip flush on first sequence change
` [PATCH v3 17/23] media: iris: Remove redundant buffer count check in stream off
` [PATCH v3 18/23] media: iris: Add a comment to explain usage of MBPS
` [PATCH v3 19/23] media: iris: Add HEVC and VP9 formats for decoder
` [PATCH v3 20/23] media: iris: Add platform capabilities for HEVC and VP9 decoders
` [PATCH v3 21/23] media: iris: Set mandatory properties "
` [PATCH v3 22/23] media: iris: Add internal buffer calculation "
` [PATCH v3 23/23] media: iris: Add codec specific check for VP9 decoder drain handling
[PATCH 0/2] Update PCIe PHY settings for SA8775P
2025-05-02 13:41 UTC (4+ messages)
` [PATCH 1/2] phy: qcom: qmp-pcie: Update "
[PATCH 0/5] arm64: dts: qcom: Add EL2 overlays for WoA devices
2025-05-02 12:55 UTC (8+ messages)
` [PATCH 1/5] arm64: dts: qcom: sc7180: Add EL2 overlay "
` [PATCH 2/5] arm64: dts: qcom: sc8280xp: Add PCIe IOMMU
` [PATCH 3/5] arm64: dts: qcom: sc8280xp: Add EL2 overlay for WoA devices
` [PATCH 4/5] arm64: dts: qcom: x1e80100: Add PCIe IOMMU
` [PATCH 5/5] arm64: dts: qcom: x1e/x1p: Add EL2 overlay for WoA devices
[PATCH v8 00/13] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
2025-05-02 12:07 UTC (29+ messages)
` [PATCH v8 01/13] KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GMEM
` [PATCH v8 02/13] KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_KVM_GENERIC_GMEM_POPULATE
` [PATCH v8 03/13] KVM: Rename kvm_arch_has_private_mem() to kvm_arch_supports_gmem()
` [PATCH v8 04/13] KVM: x86: Rename kvm->arch.has_private_mem to kvm->arch.supports_gmem
` [PATCH v8 05/13] KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
` [PATCH v8 06/13] KVM: x86: Generalize private fault lookups to guest_memfd fault lookups
` [PATCH v8 07/13] KVM: Fix comments that refer to slots_lock
` [PATCH v8 08/13] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v8 09/13] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v8 10/13] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v8 11/13] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v8 12/13] KVM: x86: KVM_X86_SW_PROTECTED_VM to support guest_memfd shared memory
` [PATCH v8 13/13] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed
[PATCH 0/2] Add QPIC SPI NAND support for IPQ5018
2025-05-02 11:39 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: spi: spi-qpic-snand: Add IPQ5018 compatible
` [PATCH 2/2] arm64: dts: qcom: ipq5018: Add SPI nand support
` (subset) [PATCH 0/2] Add QPIC SPI NAND support for IPQ5018
[PATCH] irqchip/qcom-mpm: Fix crash when trying to handle non-wake GPIOs
2025-05-02 11:31 UTC (2+ messages)
[PATCH 0/2] clk: qcom: gcc: Update the force_mem_core for UFS ICE
2025-05-02 11:08 UTC (5+ messages)
` [PATCH 1/2] clk: qcom: gcc: Set FORCE_MEM_CORE_ON for gcc_ufs_axi_clk for 8650/8750
` [PATCH 2/2] clk: qcom: gcc-x1e80100: Set FORCE MEM CORE for UFS clocks
[PATCH v3 0/5] Add DisplayPort sound support for Fairphone 5 smartphone
2025-05-02 11:06 UTC (5+ messages)
` [PATCH v3 2/5] ASoC: qcom: sm8250: set card driver name from match data
[PATCH] arm64: dts: qcom: sm8750: Add adsp fastrpc support
2025-05-02 10:51 UTC (4+ messages)
[PATCH 0/7] drm/msm: rework the ties between KMS and GPU parts of the driver
2025-05-02 10:09 UTC (10+ messages)
` [PATCH 1/7] drm/msm: move wq handling to KMS code
` [PATCH 2/7] drm/msm: move helper calls to msm_kms.c
` [PATCH 3/7] drm/msm: make it possible to disable KMS-related code
[PATCH v2 0/4] clk: qcom: Add camera clock controller support for sc8180x
2025-05-02 6:49 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: clock: qcom: Add missing bindings on gcc-sc8180x
` [PATCH v2 2/4] dt-bindings: clock: Add Qualcomm SC8180X Camera clock controller
[PATCH v2 0/2] Add Qualcomm extended CTI support
2025-05-02 6:43 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: Add Qualcomm extended CTI
[PATCH 0/3] Bug fixes for UFS multi-frequency scaling on Qcom platform
2025-05-02 5:13 UTC (6+ messages)
` [PATCH 1/3] scsi: ufs: qcom: Check gear against max gear in vop freq_to_gear()
` [PATCH 2/3] scsi: ufs: qcom: Map devfreq OPP freq to UniPro Core Clock freq
` [PATCH 3/3] scsi: ufs: qcom: Call ufs_qcom_cfg_timers() in clock scaling path
[PATCH v3] bus: mhi: host: don't free bhie tables during suspend/hibernation
2025-05-02 5:06 UTC (4+ messages)
[PATCH v2 0/5] Add support to read the restart reason from IMEM
2025-05-02 4:42 UTC (4+ messages)
` [PATCH v2 5/5] watchdog: qcom: add "
[PATCH v2 0/4] of: Common "memory-region" parsing
2025-05-01 23:56 UTC (4+ messages)
[PATCH 00/11] Various dt-bindings fixes
2025-05-01 21:45 UTC (3+ messages)
` [PATCH 02/11] dt-bindings: display: msm: sm8350-mdss: Describe the CPU-CFG icc path
[PATCH v5 00/10] drm/msm: add support for SAR2130P
2025-05-01 21:01 UTC (5+ messages)
` [PATCH v5 07/10] drm/msm/dsi/phy: add configuration "
` [PATCH v5 08/10] drm/msm/dpu: add catalog entry "
[PATCH 3/7] iommu: Remove ops.pgsize_bitmap from drivers that don't use it
2025-05-01 19:07 UTC (2+ messages)
[PATCH next] spi: spi-qpic-snand: validate user/chip specific ECC properties
2025-05-01 16:19 UTC
[PATCH v4 0/4] drm/msm/dp: Introduce link training per-segment for LTTPRs
2025-05-01 15:56 UTC (10+ messages)
` [PATCH v4 1/4] drm/msm/dp: Fix support of LTTPR initialization
` [PATCH v4 2/4] drm/msm/dp: Account for LTTPRs capabilities
` [PATCH v4 3/4] drm/msm/dp: Prepare for link training per-segment for LTTPRs
` [PATCH v4 4/4] drm/msm/dp: Introduce "
[RFT PATCH v6 0/5] Add SMEM-based speedbin matching
2025-05-01 15:53 UTC (13+ messages)
` [PATCH RFT v6 2/5] drm/msm/adreno: Add speedbin data for SM8550 / A740
[PATCH v2 0/4] extcon: Fix wakeup source leaks on device unbind
2025-05-01 14:33 UTC (5+ messages)
` [PATCH v2 1/4] extcon: adc-jack: "
` [PATCH v2 2/4] extcon: axp288: "
` [PATCH v2 3/4] extcon: fsa9480: "
` [PATCH v2 4/4] extcon: qcom-spmi-misc: "
[PATCH v3 00/11] ARM: qcom: fix APQ8064 schema warnings
2025-05-01 13:17 UTC (2+ messages)
` (subset) "
[PATCH v7 0/5] media: qcom: iris: add support for QCS8300
2025-05-01 11:37 UTC (8+ messages)
` [PATCH v7 1/5] dt-bindings: media: qcom,sm8550-iris: document QCS8300 IRIS accelerator
` [PATCH v7 2/5] media: iris: fix the order of compat strings
` [PATCH v7 3/5] media: iris: add qcs8300 platform data
` [PATCH v7 4/5] arm64: dts: qcom: qcs8300: add video node
` [PATCH v7 5/5] arm64: dts: qcom: qcs8300-ride: enable video
[PATCH v5 0/5] Add SMEM-based speedbin matching
2025-05-01 9:17 UTC (5+ messages)
` [PATCH v5 1/5] drm/msm/adreno: Implement SMEM-based speed bin
[PATCH v2 0/6] Support for Adreno 623 GPU
2025-05-01 8:24 UTC (9+ messages)
` [PATCH v2 5/6] arm64: dts: qcom: qcs8300: Add gpu and gmu nodes
[PATCH v2 0/5] Enable USB audio offloading on Fairphone 4 smartphone
2025-05-01 8:24 UTC (8+ messages)
` [PATCH v2 1/5] ASoC: dt-bindings: qcom,q6afe: Document q6usb subnode
` [PATCH v2 2/5] ASoC: dt-bindings: qcom,sm8250: Add Fairphone 4 sound card
` [PATCH v2 3/5] ASoC: qcom: sm8250: Add Fairphone 4 soundcard compatible
` [PATCH v2 4/5] arm64: dts: qcom: sm6350: Add q6usbdai node
` [PATCH v2 5/5] arm64: dts: qcom: sm7225-fairphone-fp4: Enable USB audio offload support
[PATCH] arm64: dts: qcom: sm8550: Add support for camss
2025-05-01 1:15 UTC (3+ messages)
[PATCH v4 00/11] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
2025-04-30 23:14 UTC (3+ messages)
[PATCH] spi: spi-qpic-snand: fix NAND_READ_LOCATION_2 register handling
2025-04-30 22:52 UTC (2+ messages)
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