Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2023-06-12 12:49:17 to 2023-06-13 11:23:31 UTC [more...]

[PATCH v3 00/23] Restructure RPM SMD ICC
 2023-06-13 11:22 UTC  (34+ messages)
` [PATCH v3 01/23] dt-bindings: interconnect: Add Qcom RPM ICC bindings
` [PATCH v3 02/23] soc: qcom: smd-rpm: Add QCOM_SMD_RPM_STATE_NUM
` [PATCH v3 03/23] soc: qcom: smd-rpm: Use tabs for defines
` [PATCH v3 04/23] clk: qcom: smd-rpm: Move some RPM resources to the common header
` [PATCH v3 05/23] soc: qcom: smd-rpm: Move icc_smd_rpm registration to clk-smd-rpm
` [PATCH v3 06/23] interconnect: qcom: icc-rpm: Introduce keep_alive
` [PATCH v3 07/23] interconnect: qcom: icc-rpm: Allow negative QoS offset
` [PATCH v3 08/23] interconnect: qcom: Fold smd-rpm.h into icc-rpm.h
` [PATCH v3 09/23] interconnect: qcom: smd-rpm: Add rpmcc handling skeleton code
` [PATCH v3 10/23] interconnect: qcom: Add missing headers in icc-rpm.h
` [PATCH v3 11/23] interconnect: qcom: Define RPM bus clocks
` [PATCH v3 12/23] interconnect: qcom: sdm660: Hook up RPM bus clk definitions
` [PATCH v3 13/23] interconnect: qcom: msm8996: "
` [PATCH v3 14/23] interconnect: qcom: qcs404: "
` [PATCH v3 15/23] interconnect: qcom: msm8939: "
` [PATCH v3 16/23] interconnect: qcom: msm8916: "
` [PATCH v3 17/23] interconnect: qcom: qcm2290: "
` [PATCH v3 18/23] interconnect: qcom: icc-rpm: Control bus rpmcc from icc
` [PATCH v3 19/23] clk: qcom: smd-rpm: Separate out interconnect bus clocks
` [PATCH v3 20/23] interconnect: qcom: icc-rpm: Fix bucket number
` [PATCH v3 21/23] interconnect: qcom: icc-rpm: Set bandwidth on both contexts
` [PATCH v3 22/23] interconnect: qcom: icc-rpm: Set correct bandwidth through RPM bw req
` [PATCH v3 23/23] interconnect: qcom: icc-rpm: Fix bandwidth calculations

[PATCH 0/3] arm64: dts: qcom: sc8180x: USB TypeC plumbing
 2023-06-13 10:53 UTC  (5+ messages)
` [PATCH 1/3] arm64: dts: qcom: sc8180x: Add USB Type-C of_graph anchors
` [PATCH 2/3] arm64: dts: qcom: sc8180x-primus: Wire up USB Type-C
` [PATCH 3/3] arm64: dts: qcom: sc8180x-flex5g: "

[RESEND 1/9] thermal/hwmon: Add error information printing for devm_thermal_add_hwmon_sysfs()
 2023-06-13 10:41 UTC  (12+ messages)
` [RESEND 2/9] thermal/drivers/sun8i: remove redundant msg in sun8i_ths_register()
` [RESEND 3/9] thermal/drivers/amlogic: remove redundant msg in amlogic_thermal_probe()
` [RESEND 4/9] thermal/drivers/imx: remove redundant msg in imx8mm_tmu_probe() and imx_sc_thermal_probe()
` [RESEND 5/9] drivers/thermal/k3: remove redundant msg in k3_bandgap_probe()
` [RESEND 6/9] thermal/drivers/tegra: remove redundant msg in tegra_tsensor_register_channel()
` [RESEND 7/9] thermal/drivers/qoriq: remove redundant msg in qoriq_tmu_register_tmu_zone()
` [RESEND 8/9] thermal/drivers/ti-soc: remove redundant msg in ti_thermal_expose_sensor()
` [RESEND 9/9] thermal/drivers/qcom: remove redundant msg

[PATCH V4 0/4] Add camera clock controller support for SM8550
 2023-06-13  9:59 UTC  (4+ messages)

[PATCH v3 0/8] arm64: qcom: add Type-C Altmode support
 2023-06-13  9:24 UTC  (14+ messages)
` [PATCH v3 1/8] dt-bindings: connector: usb-connector: add a gpio used to determine the Type-C port plug orientation
` [PATCH v3 2/8] soc: qcom: pmic_glink_altmode: handle safe mode when disconnect
` [PATCH v3 3/8] usb: ucsi: glink: use the connector orientation GPIO to provide switch events
` [PATCH v3 4/8] qcom: pmic_glink_altmode: add retimer-switch support
` [PATCH v3 5/8] qcom: pmic_glink: enable altmode for SM8550
` [PATCH v3 6/8] arm64: dts: qcom: sm8550: add ports subnodes in usb/dp qmpphy node
` [PATCH v3 7/8] arm64: dts: qcom: sm8550-mtp: add pmic glink port/endpoints
` [PATCH v3 8/8] arm64: dts: qcom: sm8550-qrd: "

[PATCH 00/26] arm64: qcom: sa8775p-ride: enable the first ethernet port
 2023-06-13  9:02 UTC  (28+ messages)
` [PATCH 01/26] phy: qualcomm: fix indentation in Makefile
` [PATCH 05/26] net: stmmac: dwmac-qcom-ethqos: shrink clock code with devres
` [PATCH 06/26] net: stmmac: dwmac-qcom-ethqos: rename a label in probe()
` [PATCH 07/26] net: stmmac: dwmac-qcom-ethqos: tweak the order of local variables
` [PATCH 08/26] net: stmmac: dwmac-qcom-ethqos: use a helper variable for &pdev->dev
` [PATCH 09/26] net: stmmac: dwmac-qcom-ethqos: add missing include
` [PATCH 10/26] net: stmmac: dwmac-qcom-ethqos: add a newline between headers
` [PATCH 11/26] net: stmmac: dwmac-qcom-ethqos: remove stray space
` [PATCH 12/26] net: stmmac: dwmac-qcom-ethqos: add support for the optional serdes phy
` [PATCH 13/26] net: stmmac: dwmac-qcom-ethqos: make the rgmii clock optional
` [PATCH 14/26] net: stmmac: dwmac-qcom-ethqos: add optional phyaux clock
` [PATCH 15/26] net: stmmac: dwmac-qcom-ethqos: add support for the optional phy-supply

[PATCH v6 0/3] Enable IPQ9574 TSENS support
 2023-06-13  8:26 UTC  (3+ messages)
` [PATCH v6 1/3] dt-bindings: thermal: tsens: Add ipq9574 compatible

[PATCH v5 0/2] Patches for introducing traces in remoteproc
 2023-06-13  7:42 UTC  (6+ messages)
` [PATCH v5 1/2] remoteproc: Introduce traces for remoteproc events
` [PATCH v5 2/2] remoteproc: qcom: Add remoteproc tracing

[PATCH 0/2] spi-geni-qcom: Add SPI SLAVE mode support for GENI based QuPv3
 2023-06-13  7:42 UTC  (4+ messages)
` [PATCH 1/2] soc: qcom: geni-se: "
` [PATCH 2/2] spi: spi-geni-qcom: "

[PATCH v4 0/2] arm64: dts: qcom: add DP Controller to SM8550 DTS
 2023-06-13  7:30 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: dts: qcom: sm8550: fix low_svs RPMhPD labels
` [PATCH v4 2/2] arm64: dts: qcom: sm8550: add display port nodes

[PATCH v3 0/2] arm64: dts: qcom: add DP Controller to SM8550 DTS
 2023-06-13  7:29 UTC  (5+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: sm8550: fix low_svs RPMhPD labels
` [PATCH v3 2/2] arm64: dts: qcom: sm8550: add display port nodes

[PATCH] dt-bindings: pinctrl: qcom,pmic-mpp: Fix schema for "qcom,paired"
 2023-06-13  6:50 UTC  (6+ messages)

[RESEND v7 0/3] Add dedicated Qcom ICE driver
 2023-06-13  2:50 UTC  (6+ messages)
` [RESEND v7 1/3] dt-bindings: ufs: qcom: Add ICE phandle
` [RESEND v7 2/3] scsi: ufs: ufs-qcom: Switch to the new ICE API
` [RESEND v7 3/3] mmc: sdhci-msm: "

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

[PATCH] drm/msm/dsi: Enable BURST_MODE for command mode for DSI 6G v1.3+
 2023-06-12 23:37 UTC 

[PATCH] drm/panel: move some dsi commands from unprepare to disable
 2023-06-12 23:36 UTC 

[PATCH 1/2] drm/msm/dpu: do not enable color-management if DSPPs are not available
 2023-06-12 23:11 UTC  (7+ messages)
` [PATCH 2/2] drm/msm/dpu/catalog: define DSPP blocks found on sdm845

[PATCH] drm/msm/dp: Drop aux devices together with DP controller
 2023-06-12 22:40 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc8180x-primus: dispcc is already okay
 2023-06-12 22:35 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc8180x: Move DisplayPort for MMCX
 2023-06-12 22:34 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc8180x: Fix adreno smmu compatible
 2023-06-12 22:34 UTC  (2+ messages)

[PATCH 00/18] ARM: qcom: apq8064: support CPU frequency scaling
 2023-06-12 22:33 UTC  (11+ messages)
` [PATCH 04/18] dt-bindings: clock: qcom,krait-cc: Krait core clock controller
` [PATCH 15/18] ARM: dts: qcom: apq8064: provide voltage scaling tables

[PATCH] drm/msm/dpu: Configure DP INTF/PHY selector
 2023-06-12 22:31 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc8180x: Fix LLCC reg property
 2023-06-12 22:06 UTC 

[PATCH] drm/msm/dp: Free resources after unregistering them
 2023-06-12 22:02 UTC 

[PATCH] soc: qcom: mdt_loader: Fix split image detection
 2023-06-12 21:58 UTC 

[PATCH v2 00/10] drm/panel and i2c-hid: Allow panels and touchscreens to power sequence together
 2023-06-12 21:13 UTC  (5+ messages)

[PATCH] Revert "arm64: dts: qcom: sa8540p-ride: enable pcie2a node"
 2023-06-12 20:05 UTC  (2+ messages)

[PATCH 1/2] drm/msm: provide fb_dirty implemenation
 2023-06-12 19:24 UTC  (12+ messages)
` [PATCH 2/2] drm/msm/dsi: don't allow enabling 7nm VCO with unprogrammed rate

[PATCH] drm/msm/adreno: make adreno_is_a690()'s argument const
 2023-06-12 18:25 UTC 

[PATCH v2 00/12] Add dedicated device tree node for RPM processor/subsystem
 2023-06-12 18:19 UTC  (5+ messages)
` [PATCH v2 05/12] dt-bindings: remoteproc: Add Qualcomm "

[PATCH 00/15] PCI: Convert to platform remove callback returning void
 2023-06-12 18:17 UTC  (3+ messages)

[PATCH v6 0/6] Add DSC v1.2 Support for DSI
 2023-06-12 18:04 UTC  (5+ messages)
` [PATCH v6 6/6] drm/msm/dsi: Document DSC related pclk_rate and hdisplay calculations
    ` [Freedreno] "

[PATCH 1/2] arm64: dts: qcom: sm8550-qrd: add sound card
 2023-06-12 17:37 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8550-mtp: "

[PATCH RFC 0/4] input: touchscreen: add initial support for Goodix Berlin touchscreen IC
 2023-06-12 17:07 UTC  (9+ messages)
` [PATCH RFC 2/4] input: touchscreen: add core support for Goodix Berlin Touchscreen IC
` [PATCH RFC 4/4] input: touchscreen: add SPI "

[PATCH v2 00/22] Restructure RPM SMD ICC
 2023-06-12 17:03 UTC  (10+ messages)
` [PATCH v2 04/22] clk: qcom: smd-rpm: Export clock scaling availability

[PATCH] accel/qaic: Fix dereferencing freed memory
 2023-06-12 15:47 UTC  (6+ messages)

[PATCH v5 00/13] Add support to configure TPDM DSB subunit
 2023-06-12 15:35 UTC  (3+ messages)
` [PATCH v5 03/13] coresight-tpdm: Introduce TPDM subtype to TPDM driver

[PATCH v4 0/4] arm64: qcom: sm8550: enable PMIC devices
 2023-06-12 15:22 UTC  (5+ messages)
` [PATCH v4 1/4] arm64: dts: qcom: pm8550: add PWM controller
` [PATCH v4 2/4] arm64: dts: qcom: sm8550-qrd: add notification RGB LED
` [PATCH v4 3/4] arm64: dts: qcom: pmk8550: always enable RTC PMIC device
` [PATCH v4 4/4] arm64: dts: qcom: sm8550-qrd: enable PMIC Volume and Power buttons

[PATCH v7 0/3] Add dedicated Qcom ICE driver
 2023-06-12 14:16 UTC  (4+ messages)
` [PATCH v7 3/3] mmc: sdhci-msm: Switch to the new ICE API

[PATCH] soc: qcom: geni-se: Do not bother about enable/disable of interrupts in secondary sequencer for non-uart modes
 2023-06-12 13:39 UTC  (3+ messages)

[PATCH v2 1/2] ASoC: dt-bindings: qcom,wsa8840: Add WSA884x family of speakers
 2023-06-12 13:36 UTC  (5+ messages)
` [PATCH v2 2/2] ASoC: codecs: wsa884x: "

[PATCH v3] soc: qcom: pmic: Fix resource leaks in a device_for_each_child_node() loop
 2023-06-12 13:34 UTC 

[PATCH v13 00/24] Drivers for Gunyah hypervisor
 2023-06-12 12:57 UTC  (5+ messages)
` [PATCH v13 17/24] gunyah: vm_mgr: Add framework for VM Functions

[PATCH v1 0/2] Add changes for cached buffer and persistent header buffers
 2023-06-12 12:55 UTC  (3+ messages)
` [PATCH v1 1/2] misc: fastrpc: Add cached buffer support

[PATCH v1 0/2] Privileged process support on remote subsystem
 2023-06-12 12:49 UTC  (3+ messages)
` [PATCH v1 2/2] misc: fastrpc: detect privileged processes based on group ID


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