Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2024-01-25 23:23:00 to 2024-01-27 00:44:07 UTC [more...]

[PATCH 00/17] Add support for CDM over DP
 2024-01-27  0:43 UTC  (7+ messages)
` [PATCH 01/17] drm/msm/dpu: allow dpu_encoder_helper_phys_setup_cdm to work for DP
` [PATCH 02/17] drm/msm/dpu: move dpu_encoder_helper_phys_setup_cdm to dpu_encoder

[PATCH] qcom: smem: remove hwspinlock from item get routine
 2024-01-27  0:23 UTC  (2+ messages)

[PATCH 00/46] Dynamic allocation of reserved_mem array
 2024-01-26 23:54 UTC  (47+ messages)
` [PATCH 01/46] of: reserved_mem: Change the order that reserved_mem regions are stored
` [PATCH 02/46] of: reserved_mem: Introduce new early reserved memory scan function
` [PATCH 03/46] ARC: reserved_mem: Implement the new processing order for reserved memory
` [PATCH 04/46] ARM: "
` [PATCH 05/46] arm64: "
` [PATCH 06/46] csky: "
` [PATCH 07/46] Loongarch: "
` [PATCH 08/46] microblaze: "
` [PATCH 09/46] mips: "
` [PATCH 10/46] nios2: "
` [PATCH 11/46] openrisc: "
` [PATCH 12/46] powerpc: "
` [PATCH 13/46] riscv: "
` [PATCH 14/46] sh: "
` [PATCH 15/46] um: "
` [PATCH 16/46] xtensa: "
` [PATCH 17/46] of: reserved_mem: Delete the early_init_fdt_scan_reserved_mem() function
` [PATCH 18/46] of: reserved_mem: Add code to dynamically allocate reserved_mem array
` [PATCH 19/46] ARC: resrved_mem: Move fdt_init_reserved_mem() below unflatten_device_tree()
` [PATCH 20/46] ARM: "
` [PATCH 21/46] arm64: "
` [PATCH 22/46] csky: "
` [PATCH 23/46] microblaze: "
` [PATCH 24/46] mips: "
` [PATCH 25/46] nios2: "
` [PATCH 26/46] powerpc: "
` [PATCH 27/46] riscv: "
` [PATCH 28/46] um: "
` [PATCH 29/46] xtensa: "
` [PATCH 30/46] of: reserved_mem: Add code to use unflattened DT for reserved_mem nodes
` [PATCH 31/46] of: reserved_mem: Rename fdt_* functions to refelct use of unflattened devicetree APIs
` [PATCH 32/46] ARC: reserved_mem: Switch fdt_init_reserved_mem() to dt_init_reserved_mem()
` [PATCH 33/46] ARM: "
` [PATCH 34/46] arm64: "
` [PATCH 35/46] csky: "
` [PATCH 36/46] loongarch: reserved_mem: Switch fdt_init_reserved_mem to dt_init_reserved_mem
` [PATCH 37/46] microblaze: "
` [PATCH 38/46] mips: reserved_mem: Switch fdt_init_reserved_mem() to dt_init_reserved_mem()
` [PATCH 39/46] nios2: "
` [PATCH 40/46] openrisc: reserved_mem: Switch fdt_init_reserved_mem to dt_init_reserved_mem
` [PATCH 41/46] powerpc: reserved_mem: Switch fdt_init_reserved_mem() to dt_init_reserved_mem()
` [PATCH 42/46] riscv: "
` [PATCH 43/46] sh: "
` [PATCH 44/46] um: "
` [PATCH 45/46] xtensa: "
` [PATCH 46/46] of: reserved_mem: Delete the fdt_init_reserved_mem() function

[PATCH 00/17] media: kerneldoc warnings
 2024-01-26 23:16 UTC  (18+ messages)
` [PATCH 01/17] media: mediatek: vcodec: Fix "
` [PATCH 02/17] media: videodev2.h: Fix kerneldoc
` [PATCH 03/17] media: media-entity.h: "
` [PATCH 04/17] media: cec.h: "
` [PATCH 05/17] media: pci: dt315.h: "
` [PATCH 06/17] media: i2c: css-quirk.h: "
` [PATCH 07/17] media: i2c: adv748: "
` [PATCH 08/17] media: mediatek: jpeg: "
` [PATCH 09/17] media: mediatek: vcodec: "
` [PATCH 10/17] media: verisilicon: "
` [PATCH 11/17] media: qcom: venus: "
` [PATCH 12/17] media: samsung: exynos4-is: "
` [PATCH 13/17] media: samsung: s5p-mfc: "
` [PATCH 14/17] media: dvb-usb: "
` [PATCH 15/17] media: ipu3: "
` [PATCH 16/17] media: staging: meson: "
` [PATCH 17/17] linux: v4l2-vp9.h: "

[PATCH RESEND v3 00/15] drm/msm/dp: clear power and parser submodules away
 2024-01-26 22:25 UTC  (32+ messages)
` [PATCH RESEND v3 01/15] drm/msm/dp: drop unused parser definitions
` [PATCH RESEND v3 02/15] drm/msm/dp: drop unused fields from dp_power_private
` [PATCH RESEND v3 03/15] drm/msm/dp: parse DT from dp_parser_get
` [PATCH RESEND v3 04/15] drm/msm/dp: inline dp_power_(de)init
` [PATCH RESEND v3 05/15] drm/msm/dp: fold dp_power into dp_ctrl module
` [PATCH RESEND v3 06/15] drm/msm/dp: simplify stream clocks handling
` [PATCH RESEND v3 07/15] drm/msm/dp: stop parsing clock names from DT
` [PATCH RESEND v3 08/15] drm/msm/dp: split dp_ctrl_clk_enable into four functuions
` [PATCH RESEND v3 09/15] drm/msm/dp: move phy_configure_opts to dp_ctrl
` [PATCH RESEND v3 10/15] drm/msm/dp: remove PHY handling from dp_catalog.c
` [PATCH RESEND v3 11/15] drm/msm/dp: handle PHY directly in dp_ctrl
` [PATCH RESEND v3 12/15] drm/msm/dp: move all IO handling to dp_catalog
` [PATCH RESEND v3 13/15] drm/msm/dp: move link property handling to dp_panel
` [PATCH RESEND v3 14/15] drm/msm/dp: move next_bridge handling to dp_display
` [PATCH RESEND v3 15/15] drm/msm/dp: drop dp_parser

[PATCH v2] arm64: dts: qcom: sc8280xp: Introduce additional tsens instances
 2024-01-26 21:23 UTC  (6+ messages)

[PATCH v12 00/41] Introduce QC USB SND audio offloading support
 2024-01-26 21:13 UTC  (8+ messages)
` [PATCH v12 04/41] usb: host: xhci-mem: Cleanup pending secondary event ring events

[PATCH 0/5] LLCC: Support for Broadcast_AND region
 2024-01-26 20:29 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: arm: msm: Add llcc Broadcast_AND register region
` [PATCH 2/5] arm64: dts: qcom: sm8450: Add mapping to llcc Broadcast_AND region
` [PATCH 3/5] arm64: dts: qcom: sm8550: "
` [PATCH 4/5] arm64: dts: qcom: sm8650: "
` [PATCH 5/5] soc: qcom: llcc: Add regmap for "

[PATCH v2 0/6] phy: qcom: qmp-usbc: properly handle the clamping register
 2024-01-26 17:34 UTC  (5+ messages)
` [PATCH v2 3/6] phy: qcom: qmp-usbc: handle CLAMP register in a correct way
` [PATCH v2 4/6] arm64: dts: qcom: msm8998: declare VLS CLAMP register for USB3 PHY

[net-next PATCH 0/3] net: mdio-ipq4019: fix wrong default MDC rate
 2024-01-26 17:33 UTC  (8+ messages)
` [net-next PATCH 1/3] dt-bindings: net: ipq4019-mdio: document now supported clock-frequency

[PATCH v2 0/4] Fix USB Interrupts on Qualcomm Platforms
 2024-01-26 17:18 UTC  (6+ messages)
` [PATCH v2 1/4] arm64: dts: qcom: Fix hs_phy_irq for QUSB2 targets

[PATCH v2 0/2] arm64: dts: qcom: sc8280xp-x13s: Enable touchscreen
 2024-01-26 16:56 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: HID: i2c-hid: Document reset-related properties
` [PATCH v2 2/2] arm64: dts: qcom: sc8280xp-x13s: Fix/enable touchscreen

[PATCH 0/2] arm64: dts: qcom: sc8280xp-x13s: Enable touchscreen
 2024-01-26 16:36 UTC  (10+ messages)
` [PATCH 1/2] dt-bindings: HID: i2c-hid: Document reset-related properties
` [PATCH 2/2] arm64: dts: qcom: sc8280xp-x13s: Fix/enable touchscreen

[GIT PULL] Add Audio topology firmware for Qualcomm SM8650 MTP platform
 2024-01-26 13:35 UTC 

[PATCH] arm64: dts: qcom: sc8280xp-x13s: correct analogue microphone route
 2024-01-26 13:22 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sc8280xp: Introduce additional tsens instances
 2024-01-26 12:09 UTC  (5+ messages)

[PATCH net-next v3] net: stmmac: dwmac-qcom-ethqos: Add support for 2.5G SGMII
 2024-01-26 11:36 UTC  (2+ messages)

[PATCH v5 00/11] arm64: dts: qcom: Add more support to X1E80100 base dtsi, CRD and QCP boards
 2024-01-26 10:00 UTC  (12+ messages)
` [PATCH v5 01/11] arm64: dts: qcom: x1e80100: Add IPCC node
` [PATCH v5 02/11] arm64: dts: qcom: x1e80100: Add SMP2P nodes
` [PATCH v5 03/11] arm64: dts: qcom: x1e80100: Add QMP AOSS node
` [PATCH v5 04/11] arm64: dts: qcom: x1e80100: Add ADSP/CDSP remoteproc nodes
` [PATCH v5 05/11] arm64: dts: qcom: x1e80100: Add TCSR node
` [PATCH v5 06/11] arm64: dts: qcom: x1e80100: Add USB nodes
` [PATCH v5 07/11] arm64: dts: qcom: x1e80100: Add PCIe nodes
` [PATCH v5 08/11] arm64: dts: qcom: x1e80100: Add display nodes
` [PATCH v5 09/11] arm64: dts: qcom: x1e80100-crd: Enable more support
` [PATCH v5 10/11] arm64: dts: qcom: x1e80100-qcp: "
` [PATCH v5 11/11] arm64: dts: qcom: x1e80100-qcp: Fix supplies for LDOs 3E and 2J

[PATCH v2 0/7] arm64: dts: qcom: describe all PCIe MSI interrupts
 2024-01-26  9:38 UTC  (8+ messages)
` [PATCH v2 1/7] arm64: dts: qcom: sm8150: describe all PCI "
` [PATCH v2 2/7] arm64: dts: qcom: sm8250: "
` [PATCH v2 3/7] arm64: dts: qcom: sm8350: "
` [PATCH v2 4/7] arm64: dts: qcom: sm8450: "
` [PATCH v2 5/7] arm64: dts: qcom: sm8550: "
` [PATCH v2 6/7] arm64: dts: qcom: sm8650: "
` [PATCH v2 7/7] arm64: dts: qcom: split PCIe interrupt-names entries per lines

[PATCH v4 00/11] arm64: dts: qcom: Add more support to X1E80100 base dtsi, CRD and QCP boards
 2024-01-26  9:38 UTC  (7+ messages)
` [PATCH v4 05/11] arm64: dts: qcom: x1e80100: Add TCSR node
` [PATCH v4 06/11] arm64: dts: qcom: x1e80100: Add USB nodes

[PATCH v4 0/8] Add UFS support for SC7180/SM7125
 2024-01-26  9:09 UTC  (3+ messages)
` [PATCH v4 1/8] dt-bindings: crypto: ice: Document SC7180 inline crypto engine

[PATCH 1/6] arm64: dts: qcom: sm8150: describe all PCI MSI interrupts
 2024-01-26  9:06 UTC  (3+ messages)

[PATCH 0/2] Add Crypto Engine support for SM6350
 2024-01-26  8:59 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: qcom-qce: Add compatible "

[PATCH v3 0/6] dt-bindings: PCI: qcom: move to dedicated schema (part one)
 2024-01-26  8:56 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: PCI: qcom,pcie-sm8550: move SM8550 to dedicated schema
` [PATCH v3 2/6] dt-bindings: PCI: qcom,pcie-sm8450: move SM8450 "
` [PATCH v3 3/6] dt-bindings: PCI: qcom,pcie-sm8250: move SM8250 "
` [PATCH v3 4/6] dt-bindings: PCI: qcom,pcie-sm8150: move SM8150 "
` [PATCH v3 5/6] dt-bindings: PCI: qcom,pcie-sm8350: move SM8350 "
` [PATCH v3 6/6] dt-bindings: PCI: qcom,pcie-sc8280xp: move SC8280XP "

[PATCH v2 0/8] phy: qcom: merge common register defines in QMP drivers
 2024-01-26  8:52 UTC  (14+ messages)
` [PATCH v2 1/8] phy: qcom: qmp-usb-legacy: drop single-lane support
` [PATCH v2 2/8] phy: qcom: qmp-usb-legacy: drop qmp_usb_legacy_iomap
` [PATCH v2 3/8] phy: qcom: qmp: move common functions to common header
` [PATCH v2 4/8] phy: qcom: qmp: split DP PHY registers to separate headers
` [PATCH v2 5/8] phy: qcom: qmp: move common bits definitions to common header
` [PATCH v2 6/8] phy: qcom: qmp-usbc: drop has_pwrdn_delay handling
` [PATCH v2 7/8] phy: qcom: sgmii-eth: use existing register definitions
` [PATCH v2 8/8] phy: qcom: sgmii-eth: move PCS registers to separate header

[PATCH v2 0/6] dt-bindings: PCI: qcom: move to dedicated schema (part one)
 2024-01-26  8:48 UTC  (4+ messages)
` [PATCH v2 2/6] dt-bindings: PCI: qcom,pcie-sm8450: move SM8450 to dedicated schema

[PATCH] arm64: dts: qcom: aim300: Enable PCIe0 for WLAN
 2024-01-26  8:22 UTC 

[PATCH] arm64: dts: qcom: sm6350: Add tsens thermal zones
 2024-01-26  7:49 UTC  (3+ messages)

[PATCH RESEND v6] arm64: dts: qcom: qcm6490-idp: Add definition for three LEDs
 2024-01-26  2:56 UTC 

[PATCH 0/2] arm64: dts: qcom: Add dma-coherent property on
 2024-01-26  2:34 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: qcom: sm8550: Add dma-coherent property

[PATCH v3 0/2] Add PM8010 regulators for sm8650 boards
 2024-01-26  1:47 UTC  (5+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: sm8650-mtp: add PM8010 regulators
` [PATCH v3 2/2] arm64: dts: qcom: sm8650-qrd: "

[PATCH RFC 0/2] Add GPU support to MSM8953 SoC
 2024-01-25 23:50 UTC  (6+ messages)
` [PATCH RFC 1/2] arm64: dts: qcom: msm8953: Add GPU IOMMU
` [PATCH RFC 2/2] arm64: dts: qcom: msm8953: Add GPU


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