Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2023-07-03 06:23:00 to 2023-07-04 06:49:48 UTC [more...]

[PATCH 00/10] Add Power Domains and Regulators in SDX75
 2023-07-04  6:48 UTC  (22+ messages)
` [PATCH 01/10] dt-bindings: regulator: Add PMX75 compatibles
` [PATCH 02/10] dt-bindings: power: Add rpm power domains for SDX75
` [PATCH 03/10] dt-bindings: mfd: Add compatible for pm7550ba
` [PATCH 04/10] dt-bindings: pinctrl: qcom-pmic-gpio: Add pm7550ba support
` [PATCH 05/10] dt-bindings: mfd: Add compatible for pmx75
` [PATCH 06/10] dt-bindings: pinctrl: qcom-pmic-gpio: Add pmx75 support
` [PATCH 07/10] soc: qcom: rpmhpd: Add SDX75 power domains
` [PATCH 08/10] regulator: qcom-rpmh: Add support for SDX75
` [PATCH 09/10] pinctrl: qcom-pmic-gpio: Add support for pm7550ba
` [PATCH 10/10] pinctrl: qcom-pmic-gpio: Add support for pmx75

[PATCH 1/5] accel/qaic: tighten bounds checking in encode_message()
 2023-07-04  6:34 UTC  (3+ messages)

[PATCH 2/5] accel/qaic: tighten bounds checking in decode_message()
 2023-07-04  6:30 UTC  (2+ messages)

[PATCH v4 00/21] Add Qualcomm Minidump kernel driver related support
 2023-07-04  5:57 UTC  (14+ messages)
` [PATCH v4 08/21] dt-bindings: reserved-memory: Add qcom,ramoops binding

[PATCH 00/29] use refcount+RCU method to implement lockless slab shrink
 2023-07-04  4:20 UTC  (10+ messages)
` [PATCH 24/29] mm: vmscan: make global slab shrink lockless

[PATCH v4 00/19] drm/msm/dpu: another catalog rework
 2023-07-04  4:04 UTC  (32+ messages)
` [PATCH v4 04/19] drm/msm/dpu: drop dpu_mdss_cfg::mdp_count field
` [PATCH v4 08/19] drm/msm/dpu: drop zero features from dpu_ctl_cfg data
` [PATCH v4 09/19] drm/msm/dpu: correct indentation for CTL definitions
` [PATCH v4 10/19] drm/msm/dpu: inline SSPP_BLK macros
` [PATCH v4 11/19] drm/msm/dpu: inline DSPP_BLK macros
` [PATCH v4 12/19] drm/msm/dpu: inline LM_BLK macros
` [PATCH v4 13/19] drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macros
` [PATCH v4 14/19] drm/msm/dpu: inline MERGE_3D_BLK macros
` [PATCH v4 15/19] drm/msm/dpu: inline various PP_BLK_* macros
` [PATCH v4 16/19] drm/msm/dpu: inline WB_BLK macros
` [PATCH v4 17/19] drm/msm/dpu: inline INTF_BLK and INTF_BLK_DSI_TE macros
` [PATCH v4 18/19] drm/msm/dpu: drop empty features mask MERGE_3D_SM8150_MASK
` [PATCH v4 19/19] drm/msm/dpu: drop empty features mask INTF_SDM845_MASK

[PATCH v5 00/19] drm/msm/dpu: another catalog rework
 2023-07-04  2:21 UTC  (20+ messages)
` [PATCH v5 01/19] drm/msm: enumerate DSI interfaces
` [PATCH v5 02/19] drm/msm/dpu: always use MSM_DP/DSI_CONTROLLER_n
` [PATCH v5 03/19] drm/msm/dpu: simplify peer LM handling
` [PATCH v5 04/19] drm/msm/dpu: drop dpu_mdss_cfg::mdp_count field
` [PATCH v5 05/19] drm/msm/dpu: drop enum dpu_mdp and MDP_TOP value
` [PATCH v5 06/19] drm/msm/dpu: expand .clk_ctrls definitions
` [PATCH v5 07/19] drm/msm/dpu: drop zero features from dpu_mdp_cfg data
` [PATCH v5 08/19] drm/msm/dpu: drop zero features from dpu_ctl_cfg data
` [PATCH v5 09/19] drm/msm/dpu: correct indentation for CTL definitions
` [PATCH v5 10/19] drm/msm/dpu: inline SSPP_BLK macros
` [PATCH v5 11/19] drm/msm/dpu: inline DSPP_BLK macros
` [PATCH v5 12/19] drm/msm/dpu: inline LM_BLK macros
` [PATCH v5 13/19] drm/msm/dpu: inline DSC_BLK and DSC_BLK_1_2 macros
` [PATCH v5 14/19] drm/msm/dpu: inline MERGE_3D_BLK macros
` [PATCH v5 15/19] drm/msm/dpu: inline various PP_BLK_* macros
` [PATCH v5 16/19] drm/msm/dpu: inline WB_BLK macros
` [PATCH v5 17/19] drm/msm/dpu: inline INTF_BLK and INTF_BLK_DSI_TE macros
` [PATCH v5 18/19] drm/msm/dpu: drop empty features mask MERGE_3D_SM8150_MASK
` [PATCH v5 19/19] drm/msm/dpu: drop empty features mask INTF_SDM845_MASK

[PATCH 0/8] drm/msm/dpu: cleanup dpu_core_perf module
 2023-07-04  0:46 UTC  (31+ messages)
` [PATCH 1/8] drm/msm/dpu: drop enum dpu_core_perf_data_bus_id
` [PATCH 2/8] drm/msm/dpu: drop performance tuning modes
` [PATCH 3/8] drm/msm/dpu: drop dpu_core_perf_params::max_per_pipe_ib
` [PATCH 4/8] drm/msm/dpu: rework indentation in dpu_core_perf
` [PATCH 5/8] drm/msm/dpu: drop the dpu_core_perf_crtc_update()'s stop_req param
` [PATCH 6/8] drm/msm/dpu: use dpu_perf_cfg in DPU core_perf code
` [PATCH 7/8] drm/msm/dpu: drop dpu_core_perf_destroy()
` [PATCH 8/8] drm/msm/dpu: remove unused fields from struct dpu_core_perf

[PATCH v3 0/4] Qualcomm REFGEN regulator
 2023-07-04  0:23 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: regulator: Describe "
` [PATCH v3 2/4] regulator: Introduce Qualcomm REFGEN regulator driver
` [PATCH v3 3/4] dt-bindings: display/msm: dsi-controller-main: Allow refgen-supply
` [PATCH v3 4/4] drm/msm/dsi: Hook up refgen regulator

[PATCH v14 00/25] Drivers for Gunyah hypervisor
 2023-07-03 22:41 UTC  (4+ messages)
` [PATCH v14 01/25] docs: gunyah: Introduce Gunyah Hypervisor

[PATCH v2 0/4] Add interconnects to QUPs on SM8250
 2023-07-03 20:15 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: interconnect: qcom,rpmh: Add SM8250 QUP virt
` [PATCH v2 2/4] dt-bindings: interconnect: qcom,sm8250: Add "
` [PATCH v2 3/4] interconnect: qcom: sm8250: Fix QUP0 nodes
` [PATCH v2 4/4] arm64: dts: qcom: sm8250: Add interconnects and power-domains to QUPs

[PATCH v2 0/8] MSM8998 clk cleanups and fixups
 2023-07-03 18:20 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: clk: qcom,gcc-msm8998: Add missing GPU/MMSS GPLL0 legs
` [PATCH v2 2/8] dt-bindings: clock: qcom,mmcc: Add GPLL0_DIV for MSM8998
` [PATCH v2 3/8] clk: qcom: gcc-msm8998: Control MMSS and GPUSS GPLL0 outputs properly
` [PATCH v2 4/8] clk: qcom: mmcc-msm8998: Properly consume GPLL0 inputs
` [PATCH v2 5/8] clk: qcom: gpucc-msm8998: Use the correct GPLL0 leg with old DTs
` [PATCH v2 6/8] clk: qcom: gcc-msm8998: Don't check halt bit on some branch clks
` [PATCH v2 7/8] arm64: dts: qcom: msm8998: Use the correct GPLL0 leg for GPUCC
` [PATCH v2 8/8] arm64: dts: qcom: msm8998: Use the correct GPLL0_DIV leg for MMCC

[PATCH 0/2] Add SC8280XP videocc
 2023-07-03 18:09 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: qcom,sm8350-videocc: Add SC8280XP
` [PATCH 2/2] clk: qcom: videocc-sm8350: Add SC8280XP support

[PATCH V2] PCI: qcom: Use PARF_SLV_ADDR_SPACE_SIZE for ops_2_3_3
 2023-07-03 17:57 UTC 

[RFC PATCH 0/8] ARM: qcom: msm8960: support CPU frequency scaling
 2023-07-03 16:38 UTC  (5+ messages)
` [RFC PATCH 1/8] dt-bindings: nvmem: qfprom: add compatible for MSM8960
` [RFC PATCH 3/8] cpufreq: qcom-nvmem: provide vmin constraint for early Kraits

[PATCH] dt-bindings: cleanup DTS example whitespaces
 2023-07-03 16:37 UTC  (6+ messages)

[PATCH 1/2] arm64: dts: qcom: minor whitespace cleanup around '='
 2023-07-03 16:09 UTC  (9+ messages)
` [PATCH 2/2] ARM: "

[PATCH v2 01/15] genirq/devres: Add error information printing for devm_request_threaded_irq()
 2023-07-03 16:07 UTC  (10+ messages)

[PATCH v3 00/11] Add DELETE_BUF ioctl
 2023-07-03 15:42 UTC  (20+ messages)
` [PATCH v3 04/11] media: videobuf2: Stop define VB2_MAX_FRAME as global
` [PATCH v3 10/11] media: v4l2: Add DELETE_BUF ioctl

[PATCH] Revert "venus: pm_helpers: Fix error check in vcodec_domains_get()"
 2023-07-03 15:30 UTC 

[linux-next:master] BUILD REGRESSION 296d53d8f84ce50ffaee7d575487058c8d437335
 2023-07-03 15:11 UTC 

[PATCH 0/5] Add interconnects to QUPs on SM8250
 2023-07-03 14:59 UTC  (17+ messages)
` [PATCH 1/5] dt-bindings: spi: spi-geni-qcom: Allow no qup-core icc path
` [PATCH 2/5] dt-bindings: serial: geni-qcom: "
` [PATCH 3/5] dt-bindings: i2c: qcom,i2c-geni: "
` [PATCH 4/5] soc: qcom: geni-se: Allow any combination of icc paths
` [PATCH 5/5] arm64: dts: qcom: sm8250: Add interconnects and power-domains to QUPs

[PATCH] dt-bindings: soc: qcom: stats: Update maintainer email
 2023-07-03 13:46 UTC  (2+ messages)

[PATCH v2 00/27] ARM: dts: qcom: cleanup PMIC usage
 2023-07-03 11:54 UTC  (27+ messages)
` [PATCH v2 07/27] ARM: dts: qcom: apq8064: fix PMIC node labels
` [PATCH v2 08/27] ARM: dts: qcom: mdm9615: "
` [PATCH v2 09/27] ARM: dts: qcom: msm8660: "
` [PATCH v2 10/27] ARM: dts: qcom: msm8960: "
` [PATCH v2 11/27] ARM: dts: qcom: msm8960: split PMIC to separate dtsi files
` [PATCH v2 15/27] ARM: dts: qcom: pm8058: reorder nodes
` [PATCH v2 16/27] ARM: dts: qcom: pm8921: "
` [PATCH v2 17/27] ARM: dts: qcom: pm8018: move reg property
` [PATCH v2 18/27] ARM: dts: qcom: pm8921: "
` [PATCH v2 19/27] ARM: dts: qcom: pm8058: use defined IRQ flags
` [PATCH v2 20/27] ARM: dts: qcom: pm8921: switch to interrupts-extended
` [PATCH v2 21/27] ARM: dts: qcom: pm8018: "
` [PATCH v2 22/27] ARM: dts: qcom: pm8058: "

[PATCH RFC v4 0/7] Support for Solid Fill Planes
 2023-07-03 11:49 UTC  (8+ messages)
` [PATCH RFC v4 2/7] drm: Introduce pixel_source DRM plane property
` [PATCH RFC v4 7/7] drm/msm/dpu: Use DRM solid_fill property

[PATCH 01/15] genirq/devres: Add error information printing for devm_request_threaded_irq()
 2023-07-03 11:38 UTC  (4+ messages)

[PATCH v2 00/15] drm/msm/hdmi & phy: use generic PHY framework
 2023-07-03 11:35 UTC  (3+ messages)
` [PATCH v2 08/15] drm/msm/hdmi: move the alt_iface clock to the hpd list

[PATCH v3 00/28] ARM: qcom: apq8064: support CPU frequency scaling
 2023-07-03 11:30 UTC  (15+ messages)
` [PATCH v3 06/28] interconnect: icc-clk: add support for scaling using OPP
` [PATCH v3 08/28] soc: qcom: spm: add support for voltage regulator
` [PATCH v3 13/28] soc: qcom: Add driver for Qualcomm Krait L2 cache scaling
` [PATCH v3 15/28] ARM: dts: qcom: apq8064-cm-qs600: constraint cpufreq regulators
` [PATCH v3 17/28] ARM: dts: qcom: apq8064-sony-xperia-lagan-yuga: "
` [PATCH v3 20/28] ARM: dts: qcom: apq8064: add Krait clock controller
` [PATCH v3 22/28] ARM: dts: qcom: apq8064: add simple CPUFreq support

[RESEND v4 0/3] Use PSCI OS initiated mode for sc7280
 2023-07-03  8:55 UTC  (4+ messages)
` [RESEND v4 1/3] cpuidle: dt_idle_genpd: Add helper function to remove genpd topology
` [RESEND v4 2/3] cpuidle: psci: Move enabling OSI mode after power domains creation
` [RESEND v4 3/3] arm64: dts: qcom: sc7280: Add power-domains for cpuidle states


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