Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2025-02-17 16:33:29 to 2025-02-19 00:48:27 UTC [more...]

[PATCH v35 00/31] Introduce QC USB SND audio offloading support
 2025-02-19  0:47 UTC  (11+ messages)
` [PATCH v35 02/31] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v35 03/31] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v35 06/31] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v35 07/31] ALSA: Add USB audio device jack type
` [PATCH v35 08/31] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v35 11/31] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v35 13/31] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v35 21/31] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v35 25/31] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v35 29/31] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use

[PATCH] arm64: dts: qcom: Drop `tx-sched-sp` property
 2025-02-19  0:42 UTC  (2+ messages)

[PATCH 0/5] EDITME: Support for Adreno 623 GPU
 2025-02-19  0:42 UTC  (4+ messages)
` [PATCH 1/5] drm/msm/a6xx: Fix gpucc register block for A621

[PATCH 0/3] i2c: qup: Allow scaling power domains and interconnect
 2025-02-18 23:13 UTC  (4+ messages)
` [PATCH 3/3] i2c: qup: Vote for interconnect bandwidth to DRAM

[PATCH 4/8] PCI: dwc: qcom: Update ICC & OPP votes based upon the requested speed
 2025-02-18 22:07 UTC  (3+ messages)

[PATCH RFC 0/7] drm/display: dp: add new DPCD access functions
 2025-02-18 21:43 UTC  (15+ 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 5/7] drm/display: dp-cec: "
` [PATCH RFC 6/7] drm/display: dp-mst-topology: "
` [PATCH RFC 7/7] drm/display: dp-tunnel: "

[PATCH v3 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation
 2025-02-18 19:32 UTC  (28+ messages)
` [PATCH v3 01/25] drm/dumb-buffers: Sanitize output on errors
` [PATCH v3 02/25] drm/dumb-buffers: Provide helper to set pitch and size
` [PATCH v3 03/25] drm/gem-dma: Compute dumb-buffer sizes with drm_mode_size_dumb()
` [PATCH v3 04/25] drm/gem-shmem: "
` [PATCH v3 05/25] drm/gem-vram: "
` [PATCH v3 06/25] drm/armada: "
` [PATCH v3 07/25] drm/exynos: "
` [PATCH v3 08/25] drm/gma500: "
` [PATCH v3 09/25] drm/hibmc: "
` [PATCH v3 10/25] drm/imx/ipuv3: "
` [PATCH v3 11/25] drm/loongson: "
` [PATCH v3 12/25] drm/mediatek: "
` [PATCH v3 13/25] drm/msm: "
` [PATCH v3 14/25] drm/nouveau: "
` [PATCH v3 15/25] drm/omapdrm: "
` [PATCH v3 16/25] drm/qxl: "
` [PATCH v3 17/25] drm/renesas/rcar-du: "
` [PATCH v3 18/25] drm/renesas/rz-du: "
` [PATCH v3 19/25] drm/rockchip: "
` [PATCH v3 20/25] drm/tegra: "
` [PATCH v3 21/25] drm/virtio: "
` [PATCH v3 22/25] drm/vmwgfx: "
` [PATCH v3 23/25] drm/xe: "
` [PATCH v3 24/25] drm/xen: "
` [PATCH v3 25/25] drm/xlnx: "

[PATCH 0/4] PCI: dwc: Add PTM sysfs support
 2025-02-18 17:54 UTC  (8+ messages)
` [PATCH 1/4] perf/dwc_pcie: Move common DWC struct definitions to 'pcie-dwc.h'
` [PATCH 2/4] PCI: dwc: Add helper to find the Vendor Specific Extended Capability (VSEC)
` [PATCH 3/4] PCI: dwc: Add sysfs support for PTM
` [PATCH 4/4] PCI: qcom-ep: Mask PTM_UPDATING interrupt

[PATCH 0/5] clk: qcom: Add support to attach multiple power domains in cc probe
 2025-02-18 17:32 UTC  (13+ messages)
` [PATCH 1/5] dt-bindings: clock: qcom,sm8450-videocc: Add MXC power domain
` [PATCH 2/5] clk: qcom: common: Add support to attach multiple power domains
` [PATCH 3/5] clk: qcom: common: Attach clock power domains conditionally
` [PATCH 4/5] clk: qcom: videocc: Add support to attach multiple power domains
` [PATCH 5/5] arm64: dts: qcom: Add MXC power domain to videocc nodes

[PATCH v4 00/10] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-02-18 17:25 UTC  (11+ messages)
` [PATCH v4 01/10] mm: Consolidate freeing of typed folios on final folio_put()
` [PATCH v4 02/10] KVM: guest_memfd: Handle final folio_put() of guest_memfd pages
` [PATCH v4 03/10] KVM: guest_memfd: Allow host to map guest_memfd() pages
` [PATCH v4 04/10] KVM: guest_memfd: Add KVM capability to check if guest_memfd is shared
` [PATCH v4 05/10] KVM: guest_memfd: Handle in-place shared memory as guest_memfd backed memory
` [PATCH v4 06/10] KVM: x86: Mark KVM_X86_SW_PROTECTED_VM as supporting guest_memfd shared memory
` [PATCH v4 07/10] KVM: arm64: Refactor user_mem_abort() calculation of force_pte
` [PATCH v4 08/10] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v4 09/10] KVM: arm64: Enable mapping guest_memfd in arm64
` [PATCH v4 10/10] KVM: guest_memfd: selftests: guest_memfd mmap() test when mapping is allowed

[PATCH v2] drm/msm/dpu: Fall back to a single DSC encoder (1:1:1) on small SoCs
 2025-02-18 16:25 UTC  (2+ messages)

[PATCH net-next 0/3] net: stmmac: further cleanups
 2025-02-18 16:04 UTC  (8+ messages)
` [PATCH net-next 1/3] net: stmmac: clarify priv->pause and pause module parameter
` [PATCH net-next 2/3] net: stmmac: remove useless priv->flow_ctrl
` [PATCH net-next 3/3] net: stmmac: "speed" passed to fix_mac_speed is an int

[PATCH v2] irqchip/qcom-pdc: Workaround hardware register bug on X1E80100
 2025-02-18 15:59 UTC 

[PATCH 0/3] usb: typec: ps883x: follow-up fixes
 2025-02-18 15:29 UTC  (4+ messages)
` [PATCH 1/3] usb: typec: ps883x: fix registration race
` [PATCH 2/3] usb: typec: ps883x: fix missing accessibility check
` [PATCH 3/3] usb: typec: ps883x: fix configuration error handling

[GIT PULL] mtd: topic branch for spi with Qcom changes
 2025-02-18 14:54 UTC  (5+ messages)

[PATCH v6 0/2] usb: typec: Add new driver for Parade PS8830 Type-C Retimer
 2025-02-18 13:52 UTC  (8+ messages)
` [PATCH v6 2/2] usb: typec: Add support "

[PATCH 0/6] PCI: qcom-ep: add support for using the EP on SAR2130P and SM8450
 2025-02-18 13:10 UTC  (11+ messages)
` [PATCH 1/6] dt-bindings: PCI: qcom-ep: describe optional IOMMU
` [PATCH 2/6] dt-bindings: PCI: qcom-ep: enable DMA for SM8450
` [PATCH 3/6] dt-bindings: PCI: qcom-ep: add SAR2130P compatible
` [PATCH 4/6] PCI: dwc: pcie-qcom-ep: enable EP support for SAR2130P
` [PATCH 5/6] arm64: dts: qcom: sar2130p: add PCIe EP device nodes
` [PATCH 6/6] arm64: dts: qcom: sm8450: "

[PATCH v3 0/4] Update LPASS Audio clock driver for QCM6490 board
 2025-02-18 11:43 UTC  (9+ messages)
` [PATCH v3 2/4] clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490

[PATCH v9 0/6] Add NSS clock controller support for IPQ9574
 2025-02-18 11:27 UTC  (4+ messages)
` [PATCH v9 5/6] arm64: dts: qcom: ipq9574: Add nsscc node

[PATCH net-next v3 00/14] Add PPE driver for Qualcomm IPQ9574 SoC
 2025-02-18 11:16 UTC  (6+ messages)
` [PATCH net-next v3 13/14] net: ethernet: qualcomm: Add PPE debugfs support for PPE counters

[PATCH v4 0/2] Use APIs in gdsc genpd to switch gdsc mode for venus v4 core
 2025-02-18 10:33 UTC  (3+ messages)
` [PATCH v4 1/2] venus: pm_helpers: add compatibility for dev_pm_genpd_set_hwmode on V4
` [PATCH v4 2/2] clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's

[PATCH v12 0/7] Coresight: Add Coresight TMC Control Unit driver
 2025-02-18 10:05 UTC  (4+ messages)
` [PATCH v12 3/7] Coresight: Use coresight_etm_get_trace_id() in traceid_show()

[RFC][PATCH 00/10] pstore: directly mapped regions
 2025-02-18  9:11 UTC  (5+ messages)
` [RFC][PATCH 07/10] printk: export symbols for buffer address and length functions

[PATCH v5 0/5] nvmem: qfprom: add Qualcomm SAR2130P support
 2025-02-18  8:52 UTC  (6+ messages)
` [PATCH v5 2/5] nvmem: core: fix bit offsets of more than one byte
` [PATCH v5 3/5] nvmem: core: verify cell's raw_len
` [PATCH v5 4/5] nvmem: core: update raw_len if the bit reading is required
` [PATCH v5 5/5] nvmem: qfprom: switch to 4-byte aligned reads

[PATCH v1] linux-qcom-base-6.6: Add firmware-name in BT node for qcs615-ride
 2025-02-18  7:48 UTC  (2+ messages)

[PATCH 0/2] Add initial devicetree for Lenovo Xiaoxin Pad Pro 2021
 2025-02-18  7:41 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom: Add "

[PATCH 0/2] clk: qcom: gdsc: Update retain_ff sequence and timeout for GDSC
 2025-02-18  7:03 UTC  (5+ messages)
` [PATCH 1/2] clk: qcom: gdsc: Set retain_ff before moving to HW CTRL
` [PATCH 2/2] clk: qcom: gdsc: Update the status poll timeout for GDSC

[PATCH] arm64: dts: qcom: sm8750: Fix cluster hierarchy for idle states
 2025-02-18  6:58 UTC 

[PATCH] arm64: dts: qcom: sm8750: Add RPMh sleep stats
 2025-02-18  5:51 UTC 

[PATCH v3 0/4] drm/msm/dsi/phy: Improvements around concurrent PHY_CMN_CLK_CFG[01]
 2025-02-18  1:23 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] drm/msm/dpu: Minor virtual planes fixes
 2025-02-17 23:58 UTC  (3+ messages)
` [PATCH 2/2] drm/msm/dpu: Drop extraneous return in dpu_crtc_reassign_planes()
  ` (subset) "

[PATCH v2 0/8] Trusted Execution Environment (TEE) driver for Qualcomm TEE (QTEE)
 2025-02-17 23:50 UTC  (10+ messages)
` [PATCH v2 2/8] tee: add close_context to TEE driver operation
` [PATCH v2 3/8] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_UBUF
` [PATCH v2 4/8] tee: add TEE_IOCTL_PARAM_ATTR_TYPE_OBJREF

[PATCH v2 0/4] Add and enable the panel
 2025-02-17 22:24 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: display: panel: Add Visionox RM692E5
` [PATCH v2 2/4] drm/panel: Add Visionox RM692E5 panel driver
` [PATCH v2 3/4] drm/msm/dsi: Allow values of 10 and 12 for bits per component
` [PATCH v2 4/4] arm64: dts: qcom: sm7325-nothing-spacewar: Enable panel and GPU

[PATCH] drm/msm/dpu: Don't leak bits_per_component into random DSC_ENC fields
 2025-02-17 22:38 UTC  (2+ messages)
` (subset) "

[PATCH] drm/msm/dpu: Disable dither in phys encoder cleanup
 2025-02-17 22:35 UTC  (2+ messages)
` (subset) "

[PATCH v2] drm/msm/dpu: Fix uninitialized variable
 2025-02-17 22:28 UTC  (2+ messages)
` (subset) "

[PATCH v2] drm/msm/dp: account for widebus and yuv420 during mode validation
 2025-02-17 22:24 UTC  (2+ messages)
` (subset) "

[PATCH v2] drm/msm/dpu: correct LM pairing for SM6150
 2025-02-17 22:20 UTC  (2+ messages)
` (subset) "

[PATCH 00/35] drm/msm/dpu: rework HW block feature handling
 2025-02-17 22:10 UTC  (2+ messages)
` (subset) "

[PATCH v5 00/13] Modem support for MSM8226
 2025-02-17 22:05 UTC  (14+ messages)
` [PATCH v5 01/13] dt-bindings: remoteproc: qcom,msm8916-mss-pil: Support platforms with one power domain
` [PATCH v5 02/13] dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8226
` [PATCH v5 03/13] dt-bindings: remoteproc: qcom,msm8916-mss-pil: Add MSM8926
` [PATCH v5 04/13] remoteproc: qcom_q6v5_mss: Handle platforms with one power domain
` [PATCH v5 05/13] remoteproc: qcom_q6v5_mss: Add modem support on MSM8226
` [PATCH v5 06/13] remoteproc: qcom_q6v5_mss: Add modem support on MSM8926
` [PATCH v5 07/13] ARM: dts: qcom: msm8226: Add node for TCSR halt regs
` [PATCH v5 08/13] ARM: dts: qcom: msm8226: Add smsm node
` [PATCH v5 09/13] ARM: dts: qcom: msm8226: Add modem remoteproc node
` [PATCH v5 10/13] ARM: dts: qcom: msm8226: Add BAM DMUX Ethernet/IP device
` [PATCH v5 11/13] ARM: dts: qcom: Introduce dtsi for LTE-capable MSM8926
` [PATCH v5 12/13] ARM: dts: qcom: msm8926-htc-memul: Enable modem
` [PATCH v5 13/13] ARM: dts: qcom: msm8226-samsung-matisse-common: "

[PATCH v6 00/15] drm/msm/dpu: Support quad pipe with dual-DSI
 2025-02-17 19:57 UTC  (9+ messages)
` [PATCH v6 01/15] drm/msm/dpu: check every pipe per capability
` [PATCH v6 04/15] drm/msm/dpu: polish log for resource allocation
` [PATCH v6 06/15] drm/msm/dpu: fix mixer number counter on allocation
` [PATCH v6 12/15] drm/msm/dpu: blend pipes per mixer pairs config

[PATCH v2 00/16] drm/msm: Add support for SM8750
 2025-02-17 19:22 UTC  (26+ messages)
` [PATCH v2 01/16] dt-bindings: display/msm: dsi-controller-main: Combine if:then: entries
` [PATCH v2 02/16] dt-bindings: display/msm: dsi-controller-main: Add missing minItems
` [PATCH v2 03/16] dt-bindings: display/msm: dsi-phy-7nm: Add SM8750
` [PATCH v2 04/16] dt-bindings: display/msm: dsi-controller-main: "
` [PATCH v2 05/16] dt-bindings: display/msm: dp-controller: "
` [PATCH v2 06/16] dt-bindings: display/msm: qcom,sm8650-dpu: "
` [PATCH v2 07/16] dt-bindings: display/msm: qcom,sm8750-mdss: "
` [PATCH v2 08/16] drm/msm/dpu: Drop useless comments
` [PATCH v2 09/16] drm/msm/dpu: Add LM_7, DSC_[67], PP_[67] and MERGE_3D_5
` [PATCH v2 10/16] drm/msm/dpu: Add handling of LM_6 and LM_7 bits in pending flush mask
` [PATCH v2 11/16] drm/msm/dsi/phy: Add support for SM8750
` [PATCH v2 12/16] drm/msm/dsi: "
` [PATCH v2 13/16] drm/msm/dpu: "
` [PATCH v2 14/16] drm/msm/dpu: Add missing "fetch" name to set_active_pipes()
` [PATCH v2 15/16] drm/msm/dpu: Implement new v12.0 DPU differences
` [PATCH v2 16/16] drm/msm/mdss: Add support for SM8750

[PATCH v3] arm64: dts: qcom: x1e80100-qcp: Add WiFi/BT pwrseq
 2025-02-17 17:55 UTC 


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