Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2022-10-11 09:06:51 to 2022-10-12 13:30:24 UTC [more...]

[rft, PATCH v2 00/36] pinctrl: Clean up and add missed headers
 2022-10-12 13:30 UTC  (32+ messages)
` [PATCH v2 02/36] gpiolib: cdev: Add missed header(s)
` [PATCH v2 06/36] pinctrl: at91: "
` [PATCH v2 07/36] pinctrl: axp209: "
` [PATCH v2 11/36] pinctrl: ingenic: "
` [PATCH v2 14/36] pinctrl: mediatek: "
` [PATCH v2 17/36] pinctrl: ocelot: "
` [PATCH v2 20/36] pinctrl: samsung: "
` [PATCH v2 25/36] pinctrl: starfive: "
` [PATCH v2 36/36] pinctrl: Clean up headers

[PATCH v2] arm64: dts: qcom: sc7280: Add nodes to support WoW on WCN6750
 2022-10-12 13:02 UTC  (9+ messages)

[PATCH V14 0/7] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)
 2022-10-12 12:54 UTC  (7+ messages)
` [PATCH V14 1/7] dt-bindings: Added the yaml bindings for DCC

[PATCH 00/20] phy: qcom-qmp: further prep fixes and cleanups (set 3)
 2022-10-12 12:36 UTC  (22+ messages)
` [PATCH 01/20] phy: qcom-qmp-pcie: fix sc8180x initialisation
  ` [PATCH 02/20] phy: qcom-qmp-pcie: fix ipq8074-gen3 initialisation
  ` [PATCH 03/20] phy: qcom-qmp-pcie: fix ipq6018 initialisation
  ` [PATCH 04/20] phy: qcom-qmp-pcie: clean up status polling
  ` [PATCH 05/20] phy: qcom-qmp-pcie: increase status polling period
  ` [PATCH 06/20] phy: qcom-qmp-pcie-msm8996: clean up ready and status polling
  ` [PATCH 07/20] phy: qcom-qmp-pcie-msm8996: increase status polling period
  ` [PATCH 08/20] phy: qcom-qmp-combo: clean up status polling
  ` [PATCH 09/20] phy: qcom-qmp-combo: increase status polling period
  ` [PATCH 10/20] phy: qcom-qmp-ufs: drop unused phy-status config
  ` [PATCH 11/20] phy: qcom-qmp-ufs: clean up ready polling
  ` [PATCH 12/20] phy: qcom-qmp-ufs: increase ready polling period
  ` [PATCH 13/20] phy: qcom-qmp-usb: clean up status polling
  ` [PATCH 14/20] phy: qcom-qmp-usb: increase status polling period
  ` [PATCH 15/20] phy: qcom-qmp-combo: drop start and pwrdn-ctrl abstraction
  ` [PATCH 16/20] phy: qcom-qmp-pcie: drop start-ctrl abstraction
  ` [PATCH 17/20] phy: qcom-qmp-pcie: add config sanity checks
  ` [PATCH 18/20] phy: qcom-qmp-pcie-msm8996: drop start and pwrdn-ctrl abstraction
  ` [PATCH 19/20] phy: qcom-qmp-ufs: "
  ` [PATCH 20/20] phy: qcom-qmp-usb: "

[PATCH v2 00/14] phy: qcom-qmp: further prep cleanups
 2022-10-12 12:35 UTC  (16+ messages)
` [PATCH v2 01/14] phy: qcom-qmp: drop regulator error message
` [PATCH v2 02/14] phy: qcom-qmp: drop superfluous comments
` [PATCH v2 03/14] phy: qcom-qmp-combo: drop unused in-layout configuration
` [PATCH v2 04/14] phy: qcom-qmp-pcie: drop redundant ipq8074 power on
` [PATCH v2 05/14] phy: qcom-qmp-pcie-msm8996: drop unused in-layout configuration
` [PATCH v2 06/14] phy: qcom-qmp-ufs: "
` [PATCH v2 07/14] phy: qcom-qmp-usb: "
` [PATCH v2 08/14] phy: qcom-qmp-pcie: drop power-down delay config
` [PATCH v2 09/14] phy: qcom-qmp-pcie: replace power-down delay
` [PATCH v2 10/14] phy: qcom-qmp-pcie-msm8996: drop power-down delay config
` [PATCH v2 11/14] phy: qcom-qmp-combo: drop sc8280xp power-down delay
` [PATCH v2 12/14] phy: qcom-qmp-combo: drop power-down delay config
` [PATCH v2 13/14] phy: qcom-qmp-usb: drop sc8280xp power-down delay
` [PATCH v2 14/14] phy: qcom-qmp-usb: drop power-down delay config

[PATCH v8 00/15] Add PSR support for eDP
 2022-10-12 12:02 UTC  (16+ messages)
` [PATCH v8 01/15] drm/msm/disp/dpu: clear dpu_assign_crtc and get crtc from connector state instead of dpu_enc
` [PATCH v8 02/15] drm: add helper functions to retrieve old and new crtc
` [PATCH v8 03/15] drm/msm/dp: use atomic callbacks for DP bridge ops
` [PATCH v8 04/15] drm/msm/dp: Add basic PSR support for eDP
` [PATCH v8 05/15] drm/msm/dp: use the eDP bridge ops to validate eDP modes
` [PATCH v8 06/15] drm/msm/dp: disable self_refresh_aware after entering psr
` [PATCH v8 07/15] drm/bridge: use atomic enable/disable callbacks for panel bridge
` [PATCH v8 08/15] drm/bridge: add psr support for panel bridge callbacks
` [PATCH v8 09/15] drm/msm/disp/dpu: use atomic enable/disable callbacks for encoder functions
` [PATCH v8 10/15] drm/msm/disp/dpu: check for crtc enable rather than crtc active to release shared resources
` [PATCH v8 11/15] drm/msm/disp/dpu: add PSR support for eDP interface in dpu driver
` [PATCH v8 12/15] drm/msm/disp/dpu: get timing engine status from intf status register
` [PATCH v8 13/15] drm/msm/disp/dpu: wait for extra vsync till timing engine status is disabled
` [PATCH v8 14/15] drm/msm/disp/dpu: reset the datapath after timing engine disable
` [PATCH v8 15/15] drm/msm/disp/dpu: clear active interface in the datapath cleanup

[PATCH v7 00/15] Add PSR support for eDP
 2022-10-12 12:01 UTC  (5+ messages)
` [PATCH v7 01/15] drm/msm/disp/dpu: clear dpu_assign_crtc and get crtc from connector state instead of dpu_enc

[PATCH] ASoC: qcom: lpass-cpu: mark HDMI TX registers as volatile
 2022-10-12 10:12 UTC 

[PATCH v6 00/10] Add PSR support for eDP
 2022-10-12  7:23 UTC  (4+ messages)
` [PATCH v6 04/10] drm/msm/dp: Add basic "

db410c: WARNING: CPU: 1 PID: 272 at lib/list_debug.c:30 __list_add_valid
 2022-10-12  7:14 UTC 

[PATCH v5 00/13] Drivers for gunyah hypervisor
 2022-10-12  6:55 UTC  (19+ messages)
` [PATCH v5 01/13] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v5 03/13] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v5 04/13] arm64: smccc: Include alternative-macros.h
` [PATCH v5 13/13] tty: gunyah: Add tty console driver for RM Console Services

[PATCH v4 00/14] Drivers for gunyah hypervisor
 2022-10-12  6:53 UTC  (11+ messages)
` [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services

[PATCH 00/13] phy: qcom-qmp: further prep cleanups
 2022-10-12  6:39 UTC  (32+ messages)
` [PATCH 01/13] phy: qcom-qmp: drop regulator error message
` [PATCH 02/13] phy: qcom-qmp: drop superfluous comments
` [PATCH 03/13] phy: qcom-qmp-combo: drop unused in-layout configuration
` [PATCH 04/13] phy: qcom-qmp-pcie: drop redundant ipq8074 power on
` [PATCH 05/13] phy: qcom-qmp-pcie-msm8996: drop unused in-layout configuration
` [PATCH 06/13] phy: qcom-qmp-ufs: "
` [PATCH 07/13] phy: qcom-qmp-usb: "
` [PATCH 08/13] phy: qcom-qmp-pcie: drop power-down delay config
` [PATCH 09/13] phy: qcom-qmp-pcie-msm8996: "
` [PATCH 10/13] phy: qcom-qmp-combo: drop sc8280xp power-down delay
` [PATCH 11/13] phy: qcom-qmp-combo: drop power-down delay config
` [PATCH 12/13] phy: qcom-qmp-usb: drop sc8280xp power-down delay
` [PATCH 13/13] phy: qcom-qmp-usb: drop power-down delay config

[PATCH] dt-bindings: interconnect: qcom,msm8998-bwmon: Correct SC7280 CPU compatible
 2022-10-12  6:08 UTC  (2+ messages)

[PATCH 0/5] clk: qcom: Add clocks for the QDU1000 and QRU1000 SoCs
 2022-10-11 22:11 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: clock: Add QDU1000 and QRU1000 GCC clock bindings

[PATCH 1/4] arm64: dts: qcom: msm8998: add gpio-ranges to TLMM
 2022-10-11 21:31 UTC  (4+ messages)
` [PATCH 2/4] arm64: dts: qcom: msm8998-oneplus-cheeseburger: fix backlight pin function
` [PATCH 3/4] arm64: dts: qcom: msm8998: align TLMM pin configuration with DT schema
` [PATCH 4/4] dt-bindings: pinctrl: qcom,msm8998: convert to dtschema

[PATCH 00/19] Add base device tree files for QDU1000/QRU1000
 2022-10-11 21:08 UTC  (26+ messages)
` [PATCH 01/19] arm64: dts: qcom: Add base QDU1000/QRU1000 DTSIs
` [PATCH 02/19] arm64: dts: qcom: Add base QDU1000/QRU1000 IDP DTs
` [PATCH 03/19] arm64: dts: qcom: qdru1000: Add tlmm nodes
` [PATCH 07/19] arm64: dts: qcom: qdu1000-idp: Add RPMH regulators nodes
` [PATCH 08/19] arm64: dts: qcom: qru1000-idp: "

[PATCH 0/3] Add Himax hx83112b touchscreen driver
 2022-10-11 19:08 UTC  (2+ messages)
` [PATCH 3/3] arm64: dts: qcom: sdm632: fairphone-fp3: add touchscreen

[PATCH v2 1/4] arm64: dts: qcom: sdm630: add UART pin functions
 2022-10-11 19:02 UTC  (4+ messages)
` [PATCH v2 2/4] arm64: dts: qcom: sdm630: correct I2C8 "
` [PATCH v2 3/4] arm64: dts: qcom: sdm630: align TLMM pin configuration with DT schema
` [PATCH v2 4/4] dt-bindings: pinctrl: qcom,sdm630: convert to dtschema

[PATCH v6 00/21] Move all drivers to a common dma-buf locking convention
 2022-10-11 17:31 UTC  (2+ messages)

[PATCH v2 00/34] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings (5th set)
 2022-10-11 17:23 UTC  (35+ messages)
` [PATCH v2 01/34] dt-bindings: pinctrl: qcom,mdm9607: drop ref to pinctrl.yaml
` [PATCH v2 02/34] dt-bindings: pinctrl: qcom,sc7280: drop checks used in common TLMM
` [PATCH v2 03/34] dt-bindings: pinctrl: qcom,sc8180x: drop ref to pinctrl.yaml
` [PATCH v2 04/34] dt-bindings: pinctrl: qcom,sc8180x: drop checks used in common TLMM
` [PATCH v2 05/34] dt-bindings: pinctrl: qcom,sc8280xp: "
` [PATCH v2 06/34] dt-bindings: pinctrl: qcom,sm6115: use common TLMM schema
` [PATCH v2 07/34] dt-bindings: pinctrl: qcom,sm6125: drop checks used in common TLMM
` [PATCH v2 08/34] dt-bindings: pinctrl: qcom,sm6125: drop ref to pinctrl.yaml
` [PATCH v2 09/34] dt-bindings: pinctrl: qcom,sm6350: "
` [PATCH v2 10/34] dt-bindings: pinctrl: qcom,sm6350: drop checks used in common TLMM
` [PATCH v2 11/34] dt-bindings: pinctrl: qcom,sm6375-tlmm: drop ref to pinctrl.yaml
` [PATCH v2 12/34] dt-bindings: pinctrl: qcom,sm6375-tlmm: drop checks used in common TLMM
` [PATCH v2 13/34] dt-bindings: pinctrl: qcom,sm8250: use common TLMM schema
` [PATCH v2 14/34] dt-bindings: pinctrl: qcom,sm8350: drop ref to pinctrl.yaml
` [PATCH v2 15/34] dt-bindings: pinctrl: qcom,sm8350: drop checks used in common TLMM
` [PATCH v2 16/34] dt-bindings: pinctrl: qcom,sm8450: "
` [PATCH v2 17/34] dt-bindings: pinctrl: qcom,mdm9607-tlmm: minor style cleanups
` [PATCH v2 18/34] dt-bindings: pinctrl: qcom,msm8909-tlmm: "
` [PATCH v2 19/34] dt-bindings: pinctrl: qcom,qcm2290-tlmm: "
` [PATCH v2 20/34] dt-bindings: pinctrl: qcom,sdx65-tlmm: "
` [PATCH v2 21/34] dt-bindings: pinctrl: qcom,sc8180x-tlmm: "
` [PATCH v2 22/34] dt-bindings: pinctrl: qcom,sc8280xp-tlmm: "
` [PATCH v2 23/34] dt-bindings: pinctrl: qcom,sm6115-tlmm: "
` [PATCH v2 24/34] dt-bindings: pinctrl: qcom,sm6125-tlmm: "
` [PATCH v2 25/34] dt-bindings: pinctrl: qcom,sm6350-tlmm: "
` [PATCH v2 26/34] dt-bindings: pinctrl: qcom,sm6375-tlmm: "
` [PATCH v2 27/34] dt-bindings: pinctrl: qcom,sm8250: "
` [PATCH v2 28/34] dt-bindings: pinctrl: qcom,sm8350-tlmm: "
` [PATCH v2 29/34] dt-bindings: pinctrl: qcom,sm8450-tlmm: "
` [PATCH v2 30/34] dt-bindings: pinctrl: qcom,sc7280-lpass-lpi: "
` [PATCH v2 31/34] dt-bindings: pinctrl: qcom,sc8280xp-lpass-lpi: "
` [PATCH v2 32/34] dt-bindings: pinctrl: qcom,sm8250-lpass-lpi: "
` [PATCH v2 33/34] dt-bindings: pinctrl: qcom,sm8450-lpass-lpi: "
` [PATCH v2 34/34] dt-bindings: pinctrl: qcom: adjust description

[PATCH] drm/msm: Remove redundant check for 'submit'
 2022-10-11 15:56 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 01/13] arm64: dts: qcom: sdm845: narrow LLCC address space
 2022-10-11 14:53 UTC 

[PATCH AUTOSEL 5.10 01/17] arm64: dts: qcom: sdm845: narrow LLCC address space
 2022-10-11 14:52 UTC 

[PATCH AUTOSEL 5.15 01/26] arm64: dts: qcom: sdm845: narrow LLCC address space
 2022-10-11 14:52 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 04/26] arm64: dts: qcom: sc7280-idp: correct ADC channel node name and unit address

[PATCH AUTOSEL 5.19 01/40] arm64: dts: qcom: sdm845: narrow LLCC address space
 2022-10-11 14:50 UTC  (2+ messages)
` [PATCH AUTOSEL 5.19 05/40] arm64: dts: qcom: sc7280-idp: correct ADC channel node name and unit address

[PATCH AUTOSEL 6.0 01/46] arm64: dts: qcom: sdm845: narrow LLCC address space
 2022-10-11 14:49 UTC  (2+ messages)
` [PATCH AUTOSEL 6.0 05/46] arm64: dts: qcom: sc7280-idp: correct ADC channel node name and unit address

Qualcomm DT bindings and DTS cleanups - tracking community wide
 2022-10-11 13:57 UTC  (2+ messages)

[PATCH v8 0/2] add device Xiaomi Mi 6 (codename sagit) and board binding
 2022-10-11 12:18 UTC  (3+ messages)
` [PATCH v8 1/2] dt-bindings: arm: add xiaomi,sagit board based on msm8998 chip

[PATCH v6 0/2] input: introduce support for Qualcomm SPMI haptics
 2022-10-11 12:18 UTC  (3+ messages)
` [PATCH v6 1/2] dt-bindings: input: document Qualcomm PMI8998 haptics driver

[PATCH v6 2/2] input: add Qualcomm SPMI haptics driver
 2022-10-11 12:13 UTC  (2+ messages)

[PATCH v2 00/16] pinctrl/arm64: qcom: 4th set of Qualcomm TLMM pinctrl schema warnings
 2022-10-11 12:06 UTC  (4+ messages)
` [PATCH v2 10/16] arm64: dts: qcom: sm6125: align TLMM pin configuration with DT schema


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