public inbox for linux-arm-msm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-31 15:26:09 to 2024-08-01 22:47:02 UTC [more...]

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

[PATCH 0/8] Enable EUD on Qualcomm sm8450 SoC
 2024-08-01 22:28 UTC  (24+ messages)
` [PATCH 1/8] dt-bindings: soc: qcom: eud: Add phy related bindings
` [PATCH 2/8] dt-bindings: soc: qcom: eud: Add usb role switch property
` [PATCH 6/8] usb: misc: eud: Add High-Speed Phy control for EUD operations
` [PATCH 7/8] usb: misc: eud: Handle usb role switch notifications

[PATCH v3 0/2] PCI: qcom: Avoid DBI and ATU register space mirroring
 2024-08-01 21:59 UTC  (5+ messages)
` [PATCH v3 1/2] PCI: dwc: Add dbi_phys_addr and atu_phys_addr to struct dw_pcie

[PATCH v2] phy: qcom: qmp-pcie: Configure all tables on port B PHY
 2024-08-01 19:27 UTC  (2+ messages)

[PATCH 0/2] Add MSM8996/MSM8953 dpu catalog
 2024-08-01 19:25 UTC  (4+ messages)

[PATCH v4 0/2] Add interconnect support for stmmac driver
 2024-08-01 18:32 UTC  (3+ messages)
` [PATCH v4 2/2] net: stmmac: Add interconnect support

[PATCH v3 06/13] PCI: qcom-ep: Modify 'global_irq' and 'perst_irq' IRQ device names
 2024-08-01 17:23 UTC  (2+ messages)

[PATCH 0/4] fixes for Adreno A5Xx preemption
 2024-08-01 15:57 UTC  (12+ messages)
` [PATCH 1/4] drm/msm/a5xx: disable preemption in submits by default
` [PATCH 2/4] drm/msm/a5xx: properly clear preemption records on resume
` [PATCH 3/4] drm/msm/a5xx: fix races in preemption evaluation stage

[PATCH] arm64: dts: qcom: sc8280xp-x13s: Enable RGB sensor
 2024-08-01 15:29 UTC  (2+ messages)

[PATCH V3 00/13] media: qcom: camss: Add sm8550 support
 2024-08-01 13:49 UTC  (25+ messages)
` [PATCH 01/13] media: qcom: camss: csiphy-3ph: Fix trivial indentation fault in defines
` [PATCH 02/13] media: qcom: camss: csiphy-3ph: Remove redundant PHY init sequence control loop
` [PATCH 03/13] media: qcom: camss: csiphy-3ph: Rename struct
` [PATCH 04/13] media: qcom: camss: csiphy: Add an init callback to CSI PHY devices
` [PATCH 05/13] media: qcom: camss: csiphy-3ph: Move CSIPHY variables to data field inside csiphy struct
` [PATCH 07/13] dt-bindings: media: camss: Add qcom,sm8550-camss binding
` [PATCH 09/13] media: qcom: camss: Add CSID Gen3 support for SM8550

[PATCH 0/3] slimbus: use 'time_left' instead of 'timeout' with wait_for_*() functions
 2024-08-01 13:13 UTC  (2+ messages)

[PATCH] clk: qcom: Park shared RCGs upon registration
 2024-08-01 11:59 UTC  (3+ messages)

[PATCH v3 0/8] MSM8953/MSM8976 ASoC support
 2024-08-01 11:08 UTC  (15+ messages)
` [PATCH v3 1/8] ASoC: qcom: apq8016_sbc.c: Add Quinary support
` [PATCH v3 3/8] ASoC: msm8916-wcd-analog: add pm8950 codec
` [PATCH v3 4/8] ASoC: msm8916-wcd-analog: add pm8953 codec
` [PATCH v3 5/8] ASoC: dt-bindings: apq8016-sbc: Add msm8953/msm8976-qdsp6-sndcard
` [PATCH v3 6/8] ASoC: qcom: apq8016_sbc: Add support for msm8953 SoC
` [PATCH v3 7/8] ASoC: qcom: apq8016_sbc: Add support for msm8976 SoC
` [PATCH v3 8/8] ASoC: msm8916-wcd-analog: add lineout output

[PATCH] clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
 2024-08-01 11:00 UTC 

[PATCH] clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
 2024-08-01 10:57 UTC 

[PATCH v2] phy: qcom: qmp-pcie: Fix X1E80100 PCIe Gen4 PHY initialisation
 2024-08-01 10:40 UTC 

[PATCH] phy: qcom-qmp-pcie: Fix X1E80100 PCIe Gen4 PHY initialisation
 2024-08-01 10:33 UTC  (3+ messages)

[PATCH] clk: qcom: gcc-x1e80100: Fix USB 0 and 1 PHY GDSC pwrsts flags
 2024-08-01 10:21 UTC 

[RFC PATCH v2 00/10] KVM: Restricted mapping of guest_memfd at the host and pKVM/arm64 support
 2024-08-01  9:01 UTC  (11+ messages)
` [RFC PATCH v2 01/10] KVM: Introduce kvm_gmem_get_pfn_locked(), which retains the folio lock
` [RFC PATCH v2 02/10] KVM: Add restricted support for mapping guestmem by the host
` [RFC PATCH v2 03/10] KVM: Implement kvm_(read|/write)_guest_page for private memory slots
` [RFC PATCH v2 04/10] KVM: Add KVM capability to check if guest_memfd can be mapped by the host
` [RFC PATCH v2 05/10] KVM: selftests: guest_memfd mmap() test when mapping is allowed
` [RFC PATCH v2 06/10] KVM: arm64: Skip VMA checks for slots without userspace address
` [RFC PATCH v2 07/10] KVM: arm64: Do not allow changes to private memory slots
` [RFC PATCH v2 08/10] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [RFC PATCH v2 09/10] KVM: arm64: arm64 has private memory support when config is enabled
` [RFC PATCH v2 10/10] KVM: arm64: Enable private memory kconfig for arm64

[PATCH v3 0/3] interconnect: qcom: Add SM4450 interconnect
 2024-08-01  8:54 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: interconnect: Add Qualcomm SM4450
` [PATCH v3 2/3] interconnect: qcom: Add SM4450 interconnect provider driver
` [PATCH v3 3/3] arm64: defconfig: Enable interconnect for SM4450

[PATCH 00/10] Add SM8475 clock controller drivers
 2024-08-01  8:27 UTC  (17+ messages)
` [PATCH 01/10] dt-bindings: clock: qcom,gcc-sm8450: Add SM8475 GCC bindings
` [PATCH 02/10] clk: qcom: gcc-sm8450: Add SM8475 support
` [PATCH 03/10] dt-bindings: clock: qcom,sm8450-dispcc: Add SM8475 DISPCC bindings
` [PATCH 04/10] clk: qcom: dispcc-sm8450: Add SM8475 support
` [PATCH 05/10] dt-bindings: clock: qcom,sm8450-gpucc: Add SM8475 GPUCC bindings
` [PATCH 06/10] clk: qcom: gpucc-sm8450: Add SM8475 support
` [PATCH 07/10] dt-bindings: clock: qcom,sm8450-videocc: Add SM8475 VIDEOCC bindings
` [PATCH 08/10] clk: qcom: videocc-sm8450: Add SM8475 support
` [PATCH 09/10] dt-bindings: clock: qcom,sm8450-camcc: Add SM8475 CAMCC bindings
` [PATCH 10/10] clk: qcom: camcc-sm8450: Add SM8475 support

[PATCH 0/2] arm64: qcom: Add BWMON support for SA8775p
 2024-08-01  7:51 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: interconnect: qcom-bwmon: Document SA8775p bwmon compatibles

[PATCH v3] phy: qcom: qmp: Add debug prints for register writes
 2024-08-01  7:00 UTC  (4+ messages)

[PATCH v2] phy: qcom: qmp: Add debug prints for register writes
 2024-08-01  6:58 UTC  (3+ messages)

[PATCH v17 00/35] Drivers for Gunyah hypervisor
 2024-08-01  6:56 UTC  (11+ messages)
` [PATCH v17 19/35] arch/mm: Export direct {un,}map functions
    `  "

[PATCH] dt-bindings: phy: drop obsolete qcom,usb-8x16-phy bindings
 2024-08-01  6:55 UTC  (2+ messages)

[PATCH 0/2] Convert Qualcomm SATA PHY bindings to dtschema
 2024-08-01  6:55 UTC  (2+ messages)

[PATCH V4 0/2] Drop required-opps from required list on SM8650 videocc, camcc
 2024-08-01  6:44 UTC  (3+ messages)
` [PATCH V4 1/2] dt-bindings: clock: qcom: Drop required-opps in required on sm8650 videocc
` [PATCH V4 2/2] dt-bindings: clock: qcom: Drop required-opps in required on SM8650 camcc

[PATCH V7 0/4] Add PCIe support for IPQ9574
 2024-08-01  5:48 UTC  (5+ messages)
` [PATCH V7 1/4] dt-bindings: PCI: qcom: Document the IPQ9574 PCIe controller
` [PATCH V7 2/4] arm64: dts: qcom: ipq9574: Add PCIe PHYs and controller nodes
` [PATCH V7 3/4] arm64: dts: qcom: ipq9574: Enable PCIe PHYs and controllers
` [PATCH V7 4/4] PCI: qcom: Add support for IPQ9574

[PATCH v3 0/6] Bluetooth: hci_qca: use the power sequencer for wcn7850
 2024-08-01  3:22 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: msm8916-samsung-fortuna: Add touch keys
 2024-08-01  3:19 UTC  (2+ messages)

[PATCH V3 0/8] Add camera clock controller support for SM8150
 2024-08-01  3:19 UTC  (2+ messages)
` (subset) "

[PATCH V1] arm64: dts: qcom: sa8775p: Add capacity and DPC properties
 2024-08-01  3:19 UTC  (2+ messages)

[PATCH v3 0/3] Introduce msm8916/39 based Lenovo devices
 2024-08-01  3:19 UTC  (2+ messages)

[PATCH 0/3] Update Konrad Dybcio's email addresses
 2024-08-01  3:19 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/8] arm64: dts: qcom: x1e80100: PCIe fixes and CRD modem support
 2024-08-01  3:19 UTC  (2+ messages)
` (subset) "

[PATCH 00/12] arm64: dts: qcom: x1e80100: QCP/Vivobook/Yoga PCIe fixes
 2024-08-01  3:19 UTC  (2+ messages)

[PATCH v5 0/3] Add sy7802 flash led driver
 2024-08-01  3:19 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/7] clk: qcom: merge SM8550 and SM8650 display clock controller drivers
 2024-08-01  3:19 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: pm8950: Add resin node
 2024-08-01  3:19 UTC  (2+ messages)

[PATCH v3 00/11] F(x)tec Pro1X feature expansion
 2024-08-01  3:19 UTC  (2+ messages)

[PATCH v2 0/7] arm64: dts: qcom: sc8180x: Enable the USB multiport controller
 2024-08-01  3:19 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/2] arm64: Add basic support for LG H815
 2024-08-01  3:19 UTC  (2+ messages)

[PATCH v5 00/12] drm/msm/dpu: support virtual wide planes
 2024-08-01  0:34 UTC  (6+ messages)
` [PATCH v5 01/12] drm/msm/dpu: limit QCM2290 to RGB formats only
` [PATCH v5 02/12] drm/msm/dpu: relax YUV requirements

[PATCH AUTOSEL 6.6 41/83] soc: qcom: smem: Add qcom_smem_bust_hwspin_lock_by_host()
 2024-08-01  0:17 UTC 

[PATCH AUTOSEL 6.10 060/121] soc: qcom: smem: Add qcom_smem_bust_hwspin_lock_by_host()
 2024-07-31 23:59 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 061/121] remoteproc: qcom_q6v5_pas: Add hwspinlock bust on stop

[PATCH v3 1/2] dt-bindings: display: panel: samsung,atna45dc02: Document ATNA45DC02
 2024-07-31 23:39 UTC  (2+ messages)

[PATCH v2 0/5] soc: qcom: fix rpm_requests module probing
 2024-07-31 22:00 UTC  (3+ messages)
` [PATCH v2 2/5] dt-bindings: soc: qcom: smd-rpm: add generic compatibles

[PATCH net-next] net: phy: qca807x: Drop unnecessary and broken DT validation
 2024-07-31 20:17 UTC 

[PATCH] drm/msm/dpu: move dpu_encoder's connector assignment to atomic_enable()
 2024-07-31 19:17 UTC 

[PATCH v2 0/2] Add Qualcomm Adreno 642L speedbin and update SC7280 OPPs
 2024-07-31 18:45 UTC  (3+ messages)
` [PATCH v2 1/2] drm/msm/a6xx: Add A642L speedbin (0x81)
` [PATCH v2 2/2] arm64: dts: qcom: sc7280: Add 0x81 Adreno speed bin

[PATCH] arm64: dts: qcom: sm7125-xiaomi-common: Add reset-gpios for ufs_mem_hc
 2024-07-31 18:24 UTC 

[PATCH v2 0/3] drm/msm: Further expose UBWC tiling parameters
 2024-07-31 16:05 UTC  (2+ messages)

[PATCH] phy: qcom: qmp: Add debug prints for register writes
 2024-07-31 15:29 UTC  (4+ messages)


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