Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2025-01-16 17:31:59 to 2025-01-19 12:19:08 UTC [more...]

[PATCH v2 25/25] drm/xlnx: Compute dumb-buffer sizes with drm_mode_size_dumb()
 2025-01-19 12:18 UTC  (13+ messages)

[PATCH v2 0/2] Add support for clock controllers and CPU scaling for QCS615
 2025-01-19 12:00 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: qcs615: Add clock nodes for multimedia clock
` [PATCH v2 2/2] arm64: dts: qcom: qcs615: Add CPU scaling clock node

[PATCH v4 00/10] Add support for videocc, camcc, dispcc and gpucc on Qualcomm QCS615 platform
 2025-01-19 11:53 UTC  (14+ messages)
` [PATCH v4 01/10] clk: qcom: clk-alpha-pll: Add support for dynamic update for slewing PLLs
` [PATCH v4 02/10] dt-bindings: clock: Add Qualcomm QCS615 Camera clock controller
` [PATCH v4 03/10] clk: qcom: camcc-qcs615: Add QCS615 camera clock controller driver
` [PATCH v4 04/10] dt-bindings: clock: Add Qualcomm QCS615 Display clock controller
` [PATCH v4 05/10] clk: qcom: dispcc-qcs615: Add QCS615 display clock controller driver
` [PATCH v4 06/10] dt-bindings: clock: Add Qualcomm QCS615 Graphics clock controller
` [PATCH v4 07/10] clk: qcom: gpucc-qcs615: Add QCS615 graphics clock controller driver
` [PATCH v4 08/10] dt-bindings: clock: Add Qualcomm QCS615 Video clock controller
` [PATCH v4 09/10] clk: qcom: videocc-qcs615: Add QCS615 video clock controller driver
` [PATCH v4 10/10] arm64: defconfig: Enable QCS615 clock controllers

[PATCH 0/2] Add support for clock controllers and CPU scaling for QCS615
 2025-01-19 10:39 UTC  (9+ messages)
` [PATCH 1/2] arm64: dts: qcom: Add clock nodes for multimedia clock
` [PATCH 2/2] arm64: dts: qcom: Add cpu scaling clock node

[PATCH 1/8] scsi: ufs: core: Pass target_freq to clk_scale_notify() vops
 2025-01-19  7:30 UTC  (7+ messages)
` [PATCH 2/8] scsi: ufs: qcom: Pass target_freq to clk scale pre and post change
` [PATCH 4/8] scsi: ufs: qcom: Implement the freq_to_gear_speed() vops

[PATCH v2] dmaengine: qcom: bam_dma: Fix BAM_RIVISON register handling
 2025-01-19  5:41 UTC  (2+ messages)

[PATCH 0/6] arm64: dts: qcom: sm8750: Introduce crypto support for SM8750
 2025-01-19  4:49 UTC  (2+ messages)

[PATCH v5 0/3] platform: arm64: Huawei Matebook E Go embedded controller
 2025-01-19  3:10 UTC  (5+ messages)
` [PATCH v5 1/3] dt-bindings: platform: Add Huawei Matebook E Go EC
` [PATCH v5 2/3] platform: arm64: add Huawei Matebook E Go EC driver
` [PATCH v5 3/3] arm64: dts: qcom: gaokun3: Add Embedded Controller node

[PATCH v4 0/4] Add dt-bindings and dtsi changes for CAMSS on x1e80100 silicon
 2025-01-19  0:54 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: media: Add qcom,x1e80100-camss
` [PATCH v4 2/4] arm64: dts: qcom: x1e80100: Add CAMCC block definition
` [PATCH v4 3/4] arm64: dts: qcom: x1e80100: Add CCI definitions
` [PATCH v4 4/4] arm64: dts: qcom: x1e80100: Add CAMSS block definition

[PATCH 0/9] crypto: qce - refactor the driver
 2025-01-18 17:55 UTC  (7+ messages)
` [PATCH 9/9] crypto: qce - switch to using a mutex

[PATCH 0/5] Add UFS support for SM8750
 2025-01-18 15:28 UTC  (9+ messages)
` [PATCH 1/5] dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: Document the SM8750 QMP UFS PHY
` [PATCH 3/5] dt-bindings: ufs: qcom: Document the SM8750 UFS Controller
` [PATCH 4/5] arm64: dts: qcom: sm8750: Add UFS nodes for SM8750 SoC
` [PATCH 5/5] arm64: dts: qcom: sm8750: Add UFS nodes for SM8750 QRD and MTP boards

[PATCH v2 0/4] soc: qcom: ice: fix dev reference leaked through of_qcom_ice_get
 2025-01-18 13:31 UTC  (6+ messages)
` [PATCH v2 1/4] soc: qcom: ice: introduce devm_of_qcom_ice_get
` [PATCH v2 2/4] mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_get
` [PATCH v2 3/4] scsi: ufs: qcom: "
` [PATCH v2 4/4] soc: qcom: ice: make of_qcom_ice_get() static

[PATCH v3] arm64: dts: qcom: qcs8300: add QCrypto nodes
 2025-01-18  8:28 UTC  (3+ messages)

[RFC PATCH v5 00/15] KVM: Restricted mapping of guest_memfd at the host and arm64 support
 2025-01-17 22:05 UTC  (17+ messages)
` [RFC PATCH v5 01/15] mm: Consolidate freeing of typed folios on final folio_put()
` [RFC PATCH v5 02/15] KVM: guest_memfd: Make guest mem use guest mem inodes instead of anonymous inodes
` [RFC PATCH v5 03/15] KVM: guest_memfd: Introduce kvm_gmem_get_pfn_locked(), which retains the folio lock
` [RFC PATCH v5 04/15] KVM: guest_memfd: Track mappability within a struct kvm_gmem_private
` [RFC PATCH v5 05/15] KVM: guest_memfd: Folio mappability states and functions that manage their transition
` [RFC PATCH v5 06/15] KVM: guest_memfd: Handle final folio_put() of guestmem pages
` [RFC PATCH v5 07/15] KVM: guest_memfd: Allow host to mmap guest_memfd() pages when shared
` [RFC PATCH v5 08/15] KVM: guest_memfd: Add guest_memfd support to kvm_(read|/write)_guest_page()
` [RFC PATCH v5 09/15] KVM: guest_memfd: Add KVM capability to check if guest_memfd is host mappable
` [RFC PATCH v5 10/15] KVM: guest_memfd: Add a guest_memfd() flag to initialize it as mappable
` [RFC PATCH v5 11/15] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed
` [RFC PATCH v5 12/15] KVM: arm64: Skip VMA checks for slots without userspace address
` [RFC PATCH v5 13/15] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [RFC PATCH v5 14/15] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [RFC PATCH v5 15/15] KVM: arm64: Enable guest_memfd private memory when pKVM is enabled

[PATCH v4 0/9] drm/msm/dpu: rework debugfs interface of dpu_core_perf
 2025-01-17 20:28 UTC  (11+ messages)
` [PATCH v4 7/9] drm/msm/dpu: handle perf mode in _dpu_core_perf_crtc_update_bus()

[PATCH v5 4/5] arm64: dts: qcom: ipq5332: Add PCIe related nodes
 2025-01-17 20:27 UTC  (2+ messages)

[PATCH 0/3] iommu/arm-smmu, drm/msm: Fixes for stall-on-fault
 2025-01-17 19:34 UTC  (5+ messages)
` [PATCH 1/3] iommu/arm-smmu: Fix spurious interrupts with stall-on-fault
` [PATCH 2/3] iommu/arm-smmu-qcom: Make set_stall work when the device is on
` [PATCH 3/3] drm/msm: Temporarily disable stall-on-fault after a page fault

[PATCH v2 00/12] pm: Introduce devm_pm_set_wake_irq
 2025-01-17 19:30 UTC  (5+ messages)
` [PATCH v2 01/12] PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq

[PATCH 2/4] soc: qcom: llcc-qcom: Add support for LLCC V6
 2025-01-17 18:29 UTC  (2+ messages)

[PATCH v2 0/7] accel/qaic: Initial AIC200 support
 2025-01-17 17:09 UTC  (8+ messages)
` [PATCH v2 1/7] bus: mhi: host: Refactor BHI/BHIe based firmware loading
` [PATCH v2 2/7] bus: mhi: host: Add a policy to enable image transfer via BHIe in PBL
` [PATCH v2 3/7] accel/qaic: Allocate an exact number of MSIs
` [PATCH v2 4/7] accel/qaic: Add support for MSI-X
` [PATCH v2 5/7] accel/qaic: Mask out SR-IOV PCI resources
` [PATCH v2 6/7] accel/qaic: Add config structs for supported cards
` [PATCH v2 7/7] accel/qaic: Add AIC200 support

[PATCH V10] scsi: ufs: qcom: Enable UFS Shared ICE Feature
 2025-01-17 16:52 UTC  (2+ messages)

[PATCH 0/7] accel/qaic: Initial AIC200 support
 2025-01-17 16:45 UTC  (7+ messages)
` [PATCH 1/7] bus: mhi: host: Refactor BHI/BHIe based firmware loading
` [PATCH 2/7] bus: mhi: host: Add a policy to enable image transfer via BHIe in PBL

[PATCH] accel/qaic: Change aic100_image_table definition
 2025-01-17 16:05 UTC  (2+ messages)

[PATCH v5 00/15] drm/msm/dpu: Support quad pipe with dual-DSI
 2025-01-17 16:00 UTC  (16+ messages)
` [PATCH v5 01/15] drm/msm/dpu: check every pipe per capability
` [PATCH v5 02/15] drm/msm/dpu: Do not fix number of DSC
` [PATCH v5 03/15] drm/msm/dpu: configure DSC per number in use
` [PATCH v5 04/15] drm/msm/dpu: polish log for resource allocation
` [PATCH v5 05/15] drm/msm/dpu: decide right side per last bit
` [PATCH v5 06/15] drm/msm/dpu: fix mixer number counter on allocation
` [PATCH v5 07/15] drm/msm/dpu: switch RM to use crtc_id rather than enc_id for allocation
` [PATCH v5 08/15] drm/msm/dpu: bind correct pingpong for quad pipe
` [PATCH v5 09/15] drm/msm/dpu: Add pipe as trace argument
` [PATCH v5 10/15] drm/msm/dpu: handle pipes as array
` [PATCH v5 11/15] drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixer
` [PATCH v5 12/15] drm/msm/dpu: blend pipes per mixer pairs config
` [PATCH v5 13/15] drm/msm/dpu: support SSPP assignment for quad-pipe case
` [PATCH v5 14/15] drm/msm/dpu: support plane splitting in "
` [PATCH v5 15/15] drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case

[PATCH v4 0/3] platform: arm64: Huawei Matebook E Go embedded controller
 2025-01-17 15:51 UTC  (10+ messages)
` [PATCH v4 2/3] platform: arm64: add Huawei Matebook E Go EC driver

[PATCH v10 0/4] clk: qcom: Add support for multiple power-domains for a clock controller
 2025-01-17 13:54 UTC  (5+ messages)
` [PATCH v10 1/4] clk: qcom: gdsc: Release pm subdomains in reverse add order
` [PATCH v10 2/4] clk: qcom: gdsc: Capture pm_genpd_add_subdomain result code
` [PATCH v10 3/4] clk: qcom: common: Add support for power-domain attachment
` [PATCH v10 4/4] clk: qcom: Support attaching GDSCs to multiple parents

[PATCH v4] mmc: sdhci-msm: Correctly set the load for the regulator
 2025-01-17 11:38 UTC  (2+ messages)

[PATCH 0/4] soc: qcom: ice: fix dev reference leaked through of_qcom_ice_get
 2025-01-17 11:27 UTC  (10+ messages)
` [PATCH 1/4] soc: qcom: ice: introduce devm_of_qcom_ice_get
` [PATCH 2/4] mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_get
` [PATCH 3/4] scsi: ufs: qcom: "
` [PATCH 4/4] soc: qcom: ice: make of_qcom_ice_get() static

[PATCH v4] arm64: dts: qcom: Add coresight node for SM8650
 2025-01-17 11:12 UTC  (6+ messages)

[PATCH] arm64: dts: qcom: sa8775p: Add LMH interrupts for cpufreq_hw node
 2025-01-17 11:05 UTC 

[PATCH 0/2] venus driver fixes to avoid possible OOB read access
 2025-01-17 10:32 UTC  (9+ messages)
` [PATCH 1/2] media: venus: fix OOB read issue due to double read
` [PATCH 2/2] media: venus: fix OOB access issue while reading sequence changed events

[PATCH v3] drm/bridge-connector: handle subconnector types
 2025-01-17  9:50 UTC 

[PATCH RFC 0/7] drm/display: dp: add new DPCD access functions
 2025-01-17  8:56 UTC  (8+ messages)
` [PATCH RFC 1/7] drm/display: dp: change drm_dp_dpcd_read_link_status() return
` [PATCH RFC 2/7] drm/display: dp: implement new access helpers
` [PATCH RFC 3/7] drm/display: dp: use new DCPD "
` [PATCH RFC 4/7] drm/display: dp-aux-dev: "
` [PATCH RFC 5/7] drm/display: dp-cec: "
` [PATCH RFC 6/7] drm/display: dp-mst-topology: "
` [PATCH RFC 7/7] drm/display: dp-tunnel: "

[PATCH v4 00/16] drm/msm/dpu: Support quad pipe with dual-DSI
 2025-01-17  7:32 UTC  (18+ messages)
` [PATCH v4 01/16] drm/msm/dpu: check every pipe per capability
` [PATCH v4 10/16] drm/msm/dpu: handle pipes as array
` [PATCH v4 14/16] drm/msm/dpu: support SSPP assignment for quad-pipe case
` [PATCH v4 16/16] drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI case

[PATCH V7 0/2] qcom: x1e80100: Enable CPUFreq
 2025-01-17  6:36 UTC  (12+ messages)

[PATCH v2] arm64: dts: qcom: qcs8300: Add QUPv3 configuration
 2025-01-17  6:09 UTC  (3+ messages)

[PATCH v6 00/12] dmaengine: qcom: bam_dma: add cmd descriptor support
 2025-01-17  4:32 UTC  (4+ messages)
` [PATCH v6 01/12] dmaengine: qcom: bam_dma: Add bam_sw_version register read

[PATCH v3 0/3] Use APIs in gdsc genpd to switch gdsc mode for venus v4 core
 2025-01-17  4:19 UTC  (11+ messages)
` [PATCH v3 2/3] venus: pm_helpers: Use dev_pm_genpd_set_hwmode to switch GDSC mode on V4
` [PATCH v3 3/3] venus: pm_helpers: Remove dead code and simplify power management

[PATCH v2] arm64: dts: qcom: qcs615: remove disallowed property in spmi bus node
 2025-01-17  3:24 UTC 

[PATCH v8 0/5] Coresight: Add Coresight TMC Control Unit driver
 2025-01-17  2:31 UTC  (10+ messages)
` [PATCH v8 2/5] Coresight: Add trace_id function to retrieving the trace ID

[PATCH v33 00/31] Introduce QC USB SND audio offloading support
 2025-01-17  2:03 UTC  (38+ messages)
` [PATCH v33 01/31] xhci: sideband: add initial api to register a secondary interrupter entity
` [PATCH v33 02/31] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v33 03/31] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v33 04/31] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v33 05/31] usb: host: xhci: Notify xHCI sideband on transfer ring free
` [PATCH v33 06/31] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v33 07/31] ALSA: Add USB audio device jack type
` [PATCH v33 08/31] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v33 09/31] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v33 10/31] ALSA: usb-audio: Save UAC sample size information
` [PATCH v33 11/31] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v33 12/31] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v33 13/31] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v33 14/31] ASoC: Add SoC USB APIs for adding an USB backend
` [PATCH v33 15/31] ASoC: usb: Add PCM format check API for "
` [PATCH v33 16/31] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v33 17/31] ASoC: usb: Fetch ASoC card and pcm device information
` [PATCH v33 18/31] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v33 19/31] ASoC: doc: Add documentation for SOC USB
` [PATCH v33 20/31] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v33 21/31] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v33 22/31] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v33 23/31] ASoC: qcom: qdsp6: q6afe: Increase APR timeout
` [PATCH v33 24/31] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v33 25/31] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v33 26/31] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v33 27/31] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v33 28/31] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v33 29/31] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v33 30/31] ALSA: usb-audio: qcom: Add USB offload route kcontrol
` [PATCH v33 31/31] ALSA: usb-audio: qcom: Notify USB audio devices on USB offload probing

[PATCH v32 01/32] usb: host: xhci: Repurpose event handler for skipping interrupter events
 2025-01-16 22:50 UTC  (6+ messages)

[PATCH v2 0/2] arm64: dts: qcom: sm8650: rework CPU & GPU thermal zones
 2025-01-16 21:20 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sm8650: setup gpu thermal with higher temperatures

[PATCH RFC v2 0/5] Add support for MBG Thermal monitoring device
 2025-01-16 21:18 UTC  (7+ messages)
` [PATCH RFC v2 3/5] thermal: qcom: Add support for MBG thermal monitoring

[PATCH RFC 0/4] Support for Adreno X1-85 Speedbin along with new OPP levels
 2025-01-16 21:16 UTC  (6+ messages)
` [PATCH RFC 1/4] drm/msm/adreno: Add speedbin support for X1-85

[PATCH] arm64: dts: qcom: qcs615: Fix kernel test robot issue in SPMI
 2025-01-16 19:39 UTC  (2+ messages)

[PATCH 0/7] phy: qcom: Introduce USB support for SM8750
 2025-01-16 19:30 UTC  (3+ messages)
` [PATCH 2/7] dt-bindings: phy: Add the M31 based eUSB2 PHY bindings


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox