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

[PATCH v24 00/34] Introduce QC USB SND audio offloading support
 2024-08-01  9:10 UTC  (50+ 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

[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 v3 0/8] MSM8953/MSM8976 ASoC support
 2024-08-01  8:23 UTC  (14+ messages)
` [PATCH v3 1/8] ASoC: qcom: apq8016_sbc.c: Add Quinary support
` [PATCH v3 2/8] ASoC: dt-bindings: pm8916-wcd-analog-codec: Document pm8950/pm8953
` [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 0/8] Enable EUD on Qualcomm sm8450 SoC
 2024-08-01  8:19 UTC  (20+ 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 00/13] media: qcom: camss: Add sm8550 support
 2024-08-01  8:16 UTC  (22+ 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/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  (12+ messages)
` [PATCH V3 2/8] clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate API
` [PATCH V3 3/8] clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL is disabled
` [PATCH V3 4/8] clk: qcom: clk-alpha-pll: Update set_rate for Zonda PLL
` [PATCH V3 5/8] clk: qcom: clk-alpha-pll: Add support for Regera PLL ops
` [PATCH V3 8/8] arm64: dts: qcom: Add camera clock controller for sm8150
` (subset) [PATCH V3 0/8] Add camera clock controller support for SM8150

[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  (3+ 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  (4+ messages)
` [PATCH v3 02/11] arm64: dts: qcom: sm6115-pro1x: Add PCA9534 IO Expander

[PATCH v2 0/7] arm64: dts: qcom: sc8180x: Enable the USB multiport controller
 2024-08-01  3:19 UTC  (4+ messages)
` [PATCH v2 2/7] clk: qcom: gcc-sc8180x: Add missing USB MP resets
` (subset) [PATCH v2 0/7] arm64: dts: qcom: sc8180x: Enable the USB multiport controller

[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  (5+ messages)

[PATCH v4 0/2] coresight: core: Add device name support
 2024-07-31 15:15 UTC  (2+ messages)

[PATCH 0/4] drm/msm/adreno: Add A615 GPU for SDM670 and Pixel 3a
 2024-07-31 14:25 UTC  (4+ messages)
` [PATCH 3/4] arm64: dts: qcom: sdm670: add gpu

[PATCH 0/6] Add Additional algo mode for inline encryption
 2024-07-31 14:18 UTC  (5+ messages)
` [PATCH 2/6] md: dm-crypt: Set cc->iv_size to 4 bytes

[PATCH] usb: misc: eud: switch to fallback compatible for device matching
 2024-07-31 13:10 UTC  (2+ messages)

[PATCH] phy: qcom: qmp-pcie: Configure all tables on port B PHY
 2024-07-31 11:37 UTC  (4+ messages)

[PATCH] phy: qcom-qmp-pcie: Fix X1E80100 PCIe Gen4 PHY initialisation
 2024-07-31 11:26 UTC  (3+ messages)

[PATCH v3 00/13] PCI: qcom: Enumerate endpoints based on Link up event in 'global_irq' interrupt
 2024-07-31 10:50 UTC  (9+ messages)
` [PATCH v3 06/13] PCI: qcom-ep: Modify 'global_irq' and 'perst_irq' IRQ device names
` [PATCH v3 07/13] ARM: dts: qcom: sdx55: Add 'linux,pci-domain' to PCIe EP controller node
` [PATCH v3 08/13] ARM: dts: qcom: sdx65: "
` [PATCH v3 09/13] arm64: dts: qcom: sa8775p: Add 'linux,pci-domain' to PCIe EP controller nodes
` [PATCH v3 10/13] dt-bindings: PCI: qcom: Add 'global' interrupt
` [PATCH v3 11/13] dt-bindings: PCI: qcom,pcie-sm8450: "
` [PATCH v3 12/13] PCI: qcom: Enumerate endpoints based on Link up event in 'global_irq' interrupt
` [PATCH v3 13/13] arm64: dts: qcom: sm8450: Add 'global' interrupt to the PCIe RC node


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