Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2023-03-03 09:51:25 to 2023-03-05 02:21:35 UTC [more...]

[PATCH v3 0/4] firmware: Add support for Qualcomm UEFI Secure Application
 2023-03-05  2:21 UTC  (2+ messages)
` [PATCH v3 1/4] firmware: qcom_scm: Export SCM call functions

[PATCH v3 0/2] Fix up Qualcomm DSI bindings
 2023-03-04 17:53 UTC  (7+ messages)
` [PATCH v3 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated compatible
` [PATCH v3 2/2] dt-bindings: display: msm: sm6115-mdss: Fix DSI compatible

[PATCH 0/3] Fix BWMONv4 for <SDM845
 2023-03-04 15:39 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: interconnect: qcom,msm8998-bwmon: Add global registers
` [PATCH 2/3] soc: qcom: icc-bwmon: Handle global registers correctly
` [PATCH 3/3] soc: qcom: icc-bwmon: Remove unused struct member

[PATCH RFT 00/20] SMD RPMCC sleep preparations
 2023-03-04 13:27 UTC  (21+ messages)
` [PATCH RFT 01/20] clk: qcom: smd-rpm: Add .is_enabled hook
` [PATCH RFT 02/20] clk: qcom: smd-rpm: Add .is_prepared hook
` [PATCH RFT 03/20] clk: qcom: smd-rpm: Add support for keepalive votes
` [PATCH RFT 04/20] clk: qcom: smd-rpm: Add keepalive_clks for SM6375
` [PATCH RFT 05/20] clk: qcom: smd-rpm: Add keepalive_clks for MSM8996
` [PATCH RFT 06/20] clk: qcom: smd-rpm: Add keepalive_clks for MSM8909
` [PATCH RFT 07/20] clk: qcom: smd-rpm: Add keepalive_clks for MSM8916
` [PATCH RFT 08/20] clk: qcom: smd-rpm: Add keepalive_clks for MSM8936
` [PATCH RFT 09/20] clk: qcom: smd-rpm: Add keepalive_clks for MSM8974
` [PATCH RFT 10/20] clk: qcom: smd-rpm: Add keepalive_clks for MSM8976
` [PATCH RFT 11/20] clk: qcom: smd-rpm: Add keepalive_clks for MSM8992
` [PATCH RFT 12/20] clk: qcom: smd-rpm: Add keepalive_clks for MSM8994
` [PATCH RFT 13/20] clk: qcom: smd-rpm: Add keepalive_clks for MSM8998
` [PATCH RFT 14/20] clk: qcom: smd-rpm: Add keepalive_clks for SDM660
` [PATCH RFT 15/20] clk: qcom: smd-rpm: Add keepalive_clks for MDM9607
` [PATCH RFT 16/20] clk: qcom: smd-rpm: Add keepalive_clks for MSM8953
` [PATCH RFT 17/20] clk: qcom: smd-rpm: Add keepalive_clks for SM6125
` [PATCH RFT 18/20] clk: qcom: smd-rpm: Add keepalive_clks for SM6115
` [PATCH RFT 19/20] clk: qcom: smd-rpm: Add keepalive_clks for QCM2290
` [PATCH RFT 20/20] clk: qcom: smd-rpm: Add keepalive_clks for QCS404

[PATCH 1/2] arm64: dts: qcom: sm8250-xiaomi-elish: fix USB maximum speed property
 2023-03-04 13:06 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8350-microsoft-surface: fix USB dual-role mode property

[PATCH 1/8] arm64: dts: qcom: sm8150-kumano: correct GPIO keys wakeup
 2023-03-04 12:58 UTC  (16+ messages)
` [PATCH 2/8] arm64: dts: qcom: msm8998-fxtec: "
` [PATCH 3/8] arm64: dts: qcom: msm8998-sony-xperia: "
` [PATCH 4/8] arm64: dts: qcom: sc7280-idp: "
` [PATCH 5/8] arm64: dts: qcom: sdm630-sony-xperia: "
` [PATCH 6/8] arm64: dts: qcom: sm6115p-lenovo-j606f: "
` [PATCH 7/8] arm64: dts: qcom: sm8250-sony-xperia: "
` [PATCH 8/8] arm64: dts: qcom: sm8250-xiaomi-elish: "

[PATCH v4 0/4] Move TE setup to prepare_for_kickoff()
 2023-03-04 10:29 UTC  (7+ messages)
` [PATCH v4 1/4] drm/msm/dpu: "

[PATCH v11 00/26] Drivers for gunyah hypervisor
 2023-03-04  1:06 UTC  (27+ messages)
` [PATCH v11 01/26] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v11 02/26] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v11 03/26] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v11 04/26] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v11 05/26] virt: gunyah: Identify hypervisor version
` [PATCH v11 06/26] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v11 07/26] mailbox: Add Gunyah message queue mailbox
` [PATCH v11 08/26] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v11 09/26] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v11 10/26] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v11 11/26] gunyah: rsc_mgr: Add RPC for sharing memory
` [PATCH v11 12/26] gunyah: vm_mgr: Add/remove user memory regions
` [PATCH v11 13/26] gunyah: vm_mgr: Add ioctls to support basic non-proxy VM boot
` [PATCH v11 14/26] samples: Add sample userspace Gunyah VM Manager
` [PATCH v11 15/26] gunyah: rsc_mgr: Add platform ops on mem_lend/mem_reclaim
` [PATCH v11 16/26] firmware: qcom_scm: Register Gunyah platform ops
` [PATCH v11 17/26] docs: gunyah: Document Gunyah VM Manager
` [PATCH v11 18/26] virt: gunyah: Translate gh_rm_hyp_resource into gunyah_resource
` [PATCH v11 19/26] gunyah: vm_mgr: Add framework to add VM Functions
` [PATCH v11 20/26] virt: gunyah: Add resource tickets
` [PATCH v11 21/26] virt: gunyah: Add IO handlers
` [PATCH v11 22/26] virt: gunyah: Add proxy-scheduled vCPUs
` [PATCH v11 23/26] virt: gunyah: Add hypercalls for sending doorbell
` [PATCH v11 24/26] virt: gunyah: Add irqfd interface
` [PATCH v11 25/26] virt: gunyah: Add ioeventfd
` [PATCH v11 26/26] MAINTAINERS: Add Gunyah hypervisor drivers section

[PATCH] power: supply: qcom_battmgr: remove bogus do_div()
 2023-03-04  1:37 UTC  (4+ messages)

[PATCH v9 00/15] dma-fence: Deadline awareness
 2023-03-03 23:53 UTC  (9+ messages)
` [PATCH v9 12/15] drm/msm: Add deadline based boost support
` [PATCH v9 13/15] drm/msm: Add wait-boost support
` [PATCH v9 14/15] drm/msm/atomic: Switch to vblank_start helper

[PATCH 1/4] soc: qcom: socinfo: move SMEM item struct and defines to a header
 2023-03-03 23:52 UTC  (10+ messages)
` [PATCH 4/4] cpufreq: qcom-nvmem: make qcom_cpufreq_get_msm_id() return the SoC ID

[PATCH v3] drm/msm/dp: check core_initialized flag at both host_init() and host_deinit()
 2023-03-03 23:38 UTC  (8+ messages)

[PATCH 00/15] SM6375 feature enablement (round one)
 2023-03-03 21:58 UTC  (16+ messages)
` [PATCH 01/15] dt-bindings: thermal: qcom-tsens: Add compatible for SM6375
` [PATCH 02/15] dt-bindings: interconnect: OSM L3: Add SM6375 CPUCP compatible
` [PATCH 03/15] dt-bindings: sram: qcom,imem: document SM6375 IMEM
` [PATCH 04/15] arm64: dts: qcom: sm6375: Add RPM sleep stats
` [PATCH 05/15] arm64: dts: qcom: sm6375: Add IMEM
` [PATCH 06/15] arm64: dts: qcom: sm6375: Add RMTFS
` [PATCH 07/15] arm64: dts: qcom: sm6375: Add wifi node
` [PATCH 08/15] arm64: dts: qcom: sm6375: Add modem nodes
` [PATCH 09/15] arm64: dts: qcom: sm6375: Add CPUCP L3 node
` [PATCH 10/15] arm64: dts: qcom: sm6375: Add TSENS
` [PATCH 11/15] arm64: dts: qcom: sm6375: Configure TSENS thermal zones
` [PATCH 12/15] arm64: dts: qcom: sm6375: Introduce MPM support
` [PATCH 13/15] arm64: dts: qcom: sm6375: Bump CPU rail power collapse index
` [PATCH 14/15] arm64: dts: qcom: sm6375: Introduce C3 power state for both ARM clusters
` [PATCH 15/15] arm64: dts: qcom: sm6375-pdx225: Add volume down GPIO key

[PATCH v4] dt-bindings: mfd: qcom,tcsr: Add compatible for sm8450
 2023-03-03 22:05 UTC  (2+ messages)

[PATCH] media: venus: dec: Fix capture formats enumeration order
 2023-03-03 22:09 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 18/60] bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmd
 2023-03-03 21:42 UTC 

[PATCH AUTOSEL 6.2 21/64] bus: mhi: ep: Fix the debug message for MHI_PKT_TYPE_RESET_CHAN_CMD cmd
 2023-03-03 21:40 UTC 

[PATCH] firmware: qcom_scm: Use fixed width src vm bitmap
 2023-03-03 21:09 UTC  (6+ messages)

[PATCH v2 0/2] Validating UAPI backwards compatibility
 2023-03-03 21:09 UTC  (3+ messages)
` [PATCH v2 1/2] check-uapi: Introduce check-uapi.sh

[PATCH v5 00/18] Self-encapsulate the thermal zone device structure
 2023-03-03 19:48 UTC  (8+ messages)
` [PATCH v5 02/18] thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers

[PATCH 00/87] spi: Convert to platform remove callback returning void
 2023-03-03 18:39 UTC  (4+ messages)
` [PATCH 29/87] spi: geni-qcom: "
` [PATCH 56/87] spi: qcom-qspi: "

[PATCH 0/7] Add PCIe support for IPQ9574
 2023-03-03 17:40 UTC  (10+ messages)
` [PATCH 1/7] dt-bindings: PCI: qcom: Add IPQ9574 specific compatible
` [PATCH 7/7] arm64: dts: qcom: ipq9574: Add PCIe PHYs and controller nodes

[PATCH v2 0/4] drm/msm/adreno: fix runtime PM imbalance at unbind
 2023-03-03 16:48 UTC  (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] drm/msm/adreno: fix runtime PM imbalance at gpu load
` [PATCH v2 3/4] drm/msm/adreno: drop bogus pm_runtime_set_active()
` [PATCH v2 4/4] drm/msm/adreno: clean up component ops indentation

[PATCH 5.15] usb: dwc3: dwc3-qcom: Add missing platform_device_put() in dwc3_qcom_acpi_register_core
 2023-03-03 15:49 UTC  (2+ messages)

[PATCH 2/2] clk: qcom: lpass: Initialize start_index
 2023-03-03 14:59 UTC  (2+ messages)

[PATCH v2 0/8] QAIC accel driver
 2023-03-03 13:57 UTC  (13+ messages)
` [PATCH v2 3/8] accel/qaic: Add MHI controller
` [PATCH v2 5/8] accel/qaic: Add datapath

[PATCH V8 0/7] Add minimal boot support for IPQ9574
 2023-03-03 13:27 UTC  (4+ messages)
` [PATCH V8 1/7] dt-bindings: clock: Add ipq9574 clock and reset definitions

[PATCH V2 0/6] Add regulator support for IPQ9574 SoC
 2023-03-03 13:27 UTC  (6+ messages)
` [PATCH V2 4/6] regulator: qcom_smd: Add support to define the bootup voltage

[PATCH v4 00/30] drm/msm/dpu: wide planes support
 2023-03-03 12:57 UTC  (31+ messages)
` [PATCH v4 01/30] drm/msm/dpu: rename struct dpu_hw_pipe(_cfg) to dpu_hw_sspp(_cfg)
` [PATCH v4 02/30] drm/msm/dpu: move SSPP allocation to the RM
` [PATCH v4 03/30] drm/msm/dpu: move SSPP debugfs creation to dpu_kms.c
` [PATCH v4 04/30] drm/msm/dpu: drop EAGAIN check from dpu_format_populate_layout
` [PATCH v4 05/30] drm/msm/dpu: move pipe_hw to dpu_plane_state
` [PATCH v4 06/30] drm/msm/dpu: drop dpu_plane_pipe function
` [PATCH v4 07/30] drm/msm/dpu: introduce struct dpu_sw_pipe
` [PATCH v4 08/30] drm/msm/dpu: use dpu_sw_pipe for dpu_hw_sspp callbacks
` [PATCH v4 09/30] drm/msm/dpu: pass dpu_format to _dpu_hw_sspp_setup_scaler3()
` [PATCH v4 10/30] drm/msm/dpu: clean up SRC addresses when setting up SSPP for solid fill
` [PATCH v4 11/30] drm/msm/dpu: move stride programming to dpu_hw_sspp_setup_sourceaddress
` [PATCH v4 12/30] drm/msm/dpu: remove dpu_hw_fmt_layout from struct dpu_hw_sspp_cfg
` [PATCH v4 13/30] drm/msm/dpu: rename dpu_hw_sspp_cfg to dpu_sw_pipe_cfg
` [PATCH v4 14/30] drm/msm/dpu: drop src_split and multirect check from dpu_crtc_atomic_check
` [PATCH v4 15/30] drm/msm/dpu: don't use unsupported blend stages
` [PATCH v4 16/30] drm/msm/dpu: move the rest of plane checks to dpu_plane_atomic_check()
` [PATCH v4 17/30] drm/msm/dpu: drop redundant plane dst check from dpu_crtc_atomic_check()
` [PATCH v4 18/30] drm/msm/dpu: rewrite plane's QoS-related functions to take dpu_sw_pipe and dpu_format
` [PATCH v4 19/30] drm/msm/dpu: make _dpu_plane_calc_clk accept mode directly
` [PATCH v4 20/30] drm/msm/dpu: add dpu_hw_sspp_cfg to dpu_plane_state
` [PATCH v4 21/30] drm/msm/dpu: simplify dpu_plane_validate_src()
` [PATCH v4 22/30] drm/msm/dpu: rework dpu_plane_sspp_atomic_update()
` [PATCH v4 23/30] drm/msm/dpu: rework dpu_plane_atomic_check()
` [PATCH v4 24/30] drm/msm/dpu: rework plane CSC setting
` [PATCH v4 25/30] drm/msm/dpu: rework static color fill code
` [PATCH v4 26/30] drm/msm/dpu: split pipe handling from _dpu_crtc_blend_setup_mixer
` [PATCH v4 27/30] drm/msm/dpu: add support for wide planes
` [PATCH v4 28/30] drm/msm/dpu: populate SmartDMA features in hw catalog
` [PATCH v4 29/30] drm/msm/dpu: enable SmartDMA for the rest of the platforms
` [PATCH v4 30/30] drm/msm/dpu: drop smart_dma_rev from dpu_caps

[PATCH 1/2] dt-bindings: ath10k: Add vdd-smps supply
 2023-03-03 12:56 UTC  (4+ messages)

[RFC PATCH] interconnect: qcom: icc-rpm: Don't call __qcom_icc_set twice on the same node
 2023-03-03 12:35 UTC  (11+ messages)

[PATCH v3 00/27] drm/msm/dpu: wide planes support
 2023-03-03 12:18 UTC  (10+ messages)
` [PATCH v3 15/27] drm/msm/dpu: move the rest of plane checks to dpu_plane_atomic_check()
` [PATCH v3 26/27] drm/msm/dpu: split pipe handling from _dpu_crtc_blend_setup_mixer

[PATCH] backlight: qcom-wled: Add PMI8950 compatible
 2023-03-03 11:57 UTC  (2+ messages)

[PATCH 0/4] drm/msm/adreno: fix runtime PM imbalance at unbind
 2023-03-03 10:46 UTC  (4+ messages)
` [PATCH 3/4] drm/msm/adreno: drop redundant pm_runtime_disable()

[PATCH v1 0/4] regmap-irq fixes for qcom-pm8008
 2023-03-03 10:44 UTC  (9+ messages)
` [PATCH v1 1/4] mfd: qcom-pm8008: Fix swapped mask/unmask in irq chip
` [PATCH v1 2/4] mfd: qcom-pm8008: Convert irq chip to config regs
` [PATCH v1 3/4] mfd: qcom-pm8008: Use .get_irq_reg() for irq chip
` [PATCH v1 4/4] mfd: qcom-pm8008: Remove workaround for a regmap-irq quirk

[PATCH 0/2] Handle invalid index error
 2023-03-03 10:44 UTC  (3+ messages)
` [PATCH 1/2] clk: qcom: common: "

[PATCH V3 0/5] Enable crashdump collection support for IPQ9574
 2023-03-03 10:12 UTC  (3+ messages)
` [PATCH V3 5/5] dt-bindings: mfd: Add the tcsr compatible "

[PATCH] dt-bindings: mfd: qcom,spmi-pmic: Allow RRADC as adc@ subnode
 2023-03-03 10:01 UTC  (2+ messages)

[PATCH 0/8] Enable IPQ9754 USB
 2023-03-03  9:54 UTC  (7+ messages)
` [PATCH 7/8] arm64: dts: qcom: ipq9574: Add USB related nodes
` [PATCH 8/8] arm64: dts: qcom: ipq9574: Enable USB

[PATCH v8 0/2] Add LED driver for flash module in QCOM PMICs
 2023-03-03  9:50 UTC  (3+ messages)
` [PATCH v8 1/2] leds: flash: add driver to support flash LED "
` [PATCH v8 2/2] dt-bindings: leds: add QCOM flash LED controller


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