Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
 messages from 2022-09-28 12:29:41 to 2022-09-28 21:06:21 UTC [more...]

[PATCH v7 00/29] Rework the trip points creation
 2022-09-28 21:00 UTC  (21+ messages)
` [PATCH v7 01/29] thermal/core: Add a generic thermal_zone_get_trip() function
` [PATCH v7 02/29] thermal/sysfs: Always expose hysteresis attributes
` [PATCH v7 03/29] thermal/core: Add a generic thermal_zone_set_trip() function
` [PATCH v7 04/29] thermal/core/governors: Use thermal_zone_get_trip() instead of ops functions
` [PATCH v7 05/29] thermal/of: Use generic thermal_zone_get_trip() function
` [PATCH v7 06/29] thermal/of: Remove unused functions
` [PATCH v7 07/29] thermal/drivers/exynos: Use generic thermal_zone_get_trip() function
` [PATCH v7 08/29] thermal/drivers/exynos: of_thermal_get_ntrips()
` [PATCH v7 09/29] thermal/drivers/exynos: Replace of_thermal_is_trip_valid() by thermal_zone_get_trip()
` [PATCH v7 10/29] thermal/drivers/tegra: Use generic thermal_zone_get_trip() function
` [PATCH v7 11/29] thermal/drivers/uniphier: "
` [PATCH v7 12/29] thermal/drivers/hisi: "
` [PATCH v7 13/29] thermal/drivers/qcom: "
` [PATCH v7 14/29] thermal/drivers/armada: "
` [PATCH v7 15/29] thermal/drivers/rcar_gen3: Use the generic function to get the number of trips
` [PATCH v7 16/29] thermal/of: Remove of_thermal_get_ntrips()
` [PATCH v7 17/29] thermal/of: Remove of_thermal_is_trip_valid()
` [PATCH v7 18/29] thermal/of: Remove of_thermal_set_trip_hyst()
` [PATCH v7 19/29] thermal/of: Remove of_thermal_get_crit_temp()
` [PATCH v7 20/29] thermal/drivers/st: Use generic trip points

[PATCH 00/11] clk: qcom: update MSM8974 clock controller drivers
 2022-09-28 20:53 UTC  (20+ messages)
` [PATCH 01/11] dt-bindings: clock: split qcom,gcc-msm8974,-msm8226 to the separate file
` [PATCH 02/11] dt-bindings: clocks: qcom,mmcc: define clocks/clock-names for MSM8974
` [PATCH 03/11] clk: qcom: gcc-msm8974: use ARRAY_SIZE instead of specifying num_parents
` [PATCH 04/11] clk: qcom: gcc-msm8974: move clock parent tables down
` [PATCH 05/11] clk: qcom: gcc-msm8974: use parent_hws/_data instead of parent_names
` [PATCH 06/11] clk: qcom: mmcc-msm8974: use ARRAY_SIZE instead of specifying num_parents
` [PATCH 07/11] clk: qcom: mmcc-msm8974: move clock parent tables down
` [PATCH 08/11] clk: qcom: mmcc-msm8974: use parent_hws/_data instead of parent_names
` [PATCH 09/11] ARM: dts: qcom: msm8974: add second DSI host and PHY
` [PATCH 10/11] ARM: dts: qcom: msm8974: add clocks and clock-names to gcc device
` [PATCH 11/11] ARM: dts: qcom: msm8974: add clocks and clock-names to mmcc device

[PATCH v4 00/14] Drivers for gunyah hypervisor
 2022-09-28 19:56 UTC  (15+ messages)
` [PATCH v4 01/14] docs: gunyah: Introduce Gunyah Hypervisor
` [PATCH v4 02/14] dt-bindings: Add binding for gunyah hypervisor
` [PATCH v4 03/14] gunyah: Common types and error codes for Gunyah hypercalls
` [PATCH v4 04/14] arm64: smccc: Include alternative-macros.h
` [PATCH v4 05/14] virt: gunyah: Add hypercalls to identify Gunyah
` [PATCH v4 06/14] virt: gunyah: Add sysfs nodes
` [PATCH v4 07/14] mailbox: Allow direct registration to a channel
` [PATCH v4 08/14] virt: gunyah: msgq: Add hypercalls to send and receive messages
` [PATCH v4 09/14] mailbox: Add Gunyah message queue mailbox
` [PATCH v4 10/14] gunyah: sysfs: Add node to describe supported features
` [PATCH v4 11/14] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v4 12/14] gunyah: rsc_mgr: Add RPC for console services
` [PATCH v4 13/14] gunyah: rsc_mgr: Add auxiliary devices for console
` [PATCH v4 14/14] tty: gunyah: Add tty console driver for RM Console Services

[PATCH 00/13] phy: qcom-qmp: more fixes and cleanups
 2022-09-28 19:54 UTC  (33+ messages)
` [PATCH 01/13] phy: qcom-qmp: fix obsolete lane comments
` [PATCH 02/13] phy: qcom-qmp-combo: drop unused UFS reset
` [PATCH 03/13] phy: qcom-qmp-pcie: drop unused common-block registers
` [PATCH 04/13] phy: qcom-qmp-pcie: unify ipq registers
` [PATCH 05/13] phy: qcom-qmp-pcie: unify sdm845 registers
` [PATCH 06/13] phy: qcom-qmp-pcie: drop bogus register update
` [PATCH 07/13] phy: qcom-qmp-pcie: clean up power-down handling
` [PATCH 08/13] phy: qcom-qmp-pcie: move power-down update
` [PATCH 09/13] phy: qcom-qmp-pcie-msm8996: clean up power-down handling
` [PATCH 10/13] phy: qcom-qmp-combo: "
` [PATCH 11/13] phy: qcom-qmp-ufs: "
` [PATCH 12/13] phy: qcom-qmp-usb: "
` [PATCH 13/13] phy: qcom-qmp-pcie: clean up clock lists

[PATCH v2] arm64: dts: qcom: sc7180: Configure USB as wakeup source
 2022-09-28 19:24 UTC  (5+ messages)

[PATCH v6 00/21] Move all drivers to a common dma-buf locking convention
 2022-09-28 19:16 UTC  (22+ messages)
` [PATCH v6 01/21] dma-buf: Add unlocked variant of vmapping functions
` [PATCH v6 02/21] dma-buf: Add unlocked variant of attachment-mapping functions
` [PATCH v6 03/21] drm/gem: Take reservation lock for vmap/vunmap operations
` [PATCH v6 04/21] drm/prime: Prepare to dynamic dma-buf locking specification
` [PATCH v6 05/21] drm/armada: "
` [PATCH v6 06/21] drm/i915: "
` [PATCH v6 07/21] drm/omapdrm: "
` [PATCH v6 08/21] drm/tegra: "
` [PATCH v6 09/21] drm/etnaviv: "
` [PATCH v6 10/21] RDMA/umem: "
` [PATCH v6 11/21] misc: fastrpc: "
` [PATCH v6 12/21] xen/gntdev: "
` [PATCH v6 13/21] media: videobuf2: "
` [PATCH v6 14/21] media: tegra-vde: "
` [PATCH v6 15/21] dma-buf: Move dma_buf_vmap() to dynamic "
` [PATCH v6 16/21] dma-buf: Move dma_buf_attach() "
` [PATCH v6 17/21] dma-buf: Move dma_buf_map_attachment() "
` [PATCH v6 18/21] dma-buf: Move dma_buf_mmap() "
` [PATCH v6 19/21] dma-buf: Document dynamic locking convention
` [PATCH v6 20/21] media: videobuf2: Stop using internal dma-buf lock
` [PATCH v6 21/21] dma-buf: Remove obsoleted internal lock

[PATCH v5 0/4] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree
 2022-09-28 18:44 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: qcom: Document bindings for new msm8916-samsung-j5 devices
` [PATCH v5 2/4] arm64: dts: qcom: msm8916-samsung-j5-common: Add initial common device tree
` [PATCH v5 3/4] arm64: dts: qcom: msm8916-samsung-j5-common: Add new device trees
` [PATCH v5 4/4] arm64: dts: qcom: msm8916-samsung-j5-common: Add Hall sensor

[PATCH v4 0/4] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree
 2022-09-28 18:29 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: qcom: Document bindings for new msm8916-samsung-j5 devices
` [PATCH v4 2/4] arm64: dts: qcom: msm8916-samsung-j5-common: Add initial common device tree
` [PATCH v4 3/4] arm64: dts: qcom: msm8916-samsung-j5-common: Add new device trees
` [PATCH v4 4/4] arm64: dts: qcom: msm8916-samsung-j5-common: Add Hall sensor

[PATCH v3 00/34] pinctrl/arm64: qcom: continued - fix Qualcomm TLMM pinctrl schema warnings
 2022-09-28 18:09 UTC  (9+ messages)
` [PATCH v3 07/34] dt-bindings: pinctrl: qcom,tlmm-common: add common check for function
` [PATCH v3 18/34] dt-bindings: pinctrl: qcom,msm8909-tlmm: fix matching pin config
` [PATCH v3 19/34] dt-bindings: pinctrl: qcom,msm8909-tlmm: do not require function on non-GPIOs
` [PATCH v3 20/34] dt-bindings: pinctrl: qcom,msm8909-tlmm: fix indentation in example

[PATCH v1 0/7] arm: qcom: mdm9615: first round of bindings and DT fixes
 2022-09-28 18:05 UTC  (13+ messages)
` [PATCH v1 1/7] dt-bindings: arm: qcom: document the swir,mangoh-green-wp8548 board
` [PATCH v1 2/7] arm: dts: qcom: mdm9615*: add SPDX-License-Identifier
` [PATCH v1 3/7] arm: dts: qcom: mdm9615: add missing reg in cpu@0 node
` [PATCH v1 4/7] arm: dts: qcom: mdm9615: remove invalid spi-max-frequency gsbi3_spi node
` [PATCH v1 5/7] arm: dts: qcom: mdm9615: remove invalid pmic subnodes compatibles
` [PATCH v1 7/7] arm: dts: qcom: mdm9615: remove useless amba subnode

[PATCH] dt-bindings: clock: split qcom,gcc-sdm660 to the separate file
 2022-09-28 17:39 UTC  (3+ messages)

[PATCH 0/3] clk: qcom: gcc-msm8939: several small fixes
 2022-09-28 17:37 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: clock: move qcom,gcc-msm8939 to qcom,gcc-msm8916.yaml
` [PATCH 2/3] clk: qcom: gcc-msm8939: use parent_hws where possible
` [PATCH 3/3] clk: qcom: gcc-msm8939: use ARRAY_SIZE instead of specifying num_parents

[PATCH v4 0/5] Add Qcom PM6125 PMIC and use in Sony Xperia Seine PDX201
 2022-09-28 17:36 UTC  (9+ messages)
` [PATCH v4 1/5] dt-bindings: mfd: qcom-spmi-pmic: Add pm6125 compatible

[PATCH V14 0/7] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)
 2022-09-28 17:35 UTC  (10+ messages)
` [PATCH V14 1/7] dt-bindings: Added the yaml bindings for DCC
` [PATCH V14 2/7] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)
` [PATCH V14 3/7] MAINTAINERS: Add the entry for DCC(Data Capture and Compare) driver support
` [PATCH V14 4/7] arm64: dts: qcom: sm8150: Add Data Capture and Compare(DCC) support node
` [PATCH V14 5/7] arm64: dts: qcom: sc7280: "
` [PATCH V14 6/7] arm64: dts: qcom: sc7180: "
` [PATCH V14 7/7] arm64: dts: qcom: sdm845: "

[RESEND PATCH v3 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree
 2022-09-28 17:14 UTC  (8+ messages)
` [PATCH v3 1/5] dt-bindings: qcom: Document bindings for new msm8916-samsung-j5 devices
` [PATCH v3 2/5] arm64: dts: qcom: msm8916-samsung-j5: Drop from Makefile
` [PATCH v3 3/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add initial common device tree
` [PATCH v3 4/5] arm64: dts: qcom: msm8916-samsung-j5: Use "
` [PATCH v3 5/5] arm64: dts: qcom: msm8916-samsung-j5-common: Add Hall sensor

[PATCH V13 0/7] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)
 2022-09-28 17:14 UTC  (5+ messages)
` [PATCH V13 1/7] dt-bindings: Added the yaml bindings for DCC

[PATCH v3 0/5] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree
 2022-09-28 16:44 UTC 

[PATCH v2 0/4] arm64: dts: qcom: msm8916-samsung-j5: Use common device tree
 2022-09-28 16:42 UTC 

[PATCH v2 00/10] drm/msm: probe deferral fixes
 2022-09-28 15:57 UTC  (8+ messages)
` [PATCH v2 09/10] drm/msm/dp: drop modeset sanity checks

[PATCH v3 0/2] PCI: qcom: Drop unused post_deinit callback
 2022-09-28 15:54 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] PCI: qcom: Rename host-init error label

[PATCH v6] dt-bindings: qcom: document preferred compatible naming
 2022-09-28 15:25 UTC 

[PATCH v2 00/11] arm64/slimbus/dt-bindings: convert to DT Schema, minor cleanups
 2022-09-28 15:20 UTC  (12+ messages)
` [PATCH v2 01/11] arm64: dts: qcom: sdm845: drop unused slimbus properties
` [PATCH v2 02/11] arm64: dts: qcom: msm8996: drop unused slimbus reg-mames
` [PATCH v2 03/11] arm64: dts: qcom: sdm845: correct slimbus children unit addresses
` [PATCH v2 04/11] arm64: dts: qcom: mms8996: "
` [PATCH v2 05/11] arm64: dts: qcom: sdm845: drop unused slimbus dmas
` [PATCH v2 06/11] arm64: dts: qcom: msm8996: "
` [PATCH v2 07/11] arm64: dts: qcom: sdm845: align node names with DT schema
` [PATCH v2 08/11] arm64: dts: qcom: msm8996: "
` [PATCH v2 09/11] dt-bindings: slimbus: convert bus description to "
` [PATCH v2 10/11] dt-bindings: slimbus: qcom,slim: convert "
` [PATCH v2 11/11] dt-bindings: slimbus: qcom,slim-ngd: "

[PATCH] clk: qcom: gcc-sm6350: Update the .pwrsts for usb gdscs
 2022-09-28 15:07 UTC  (2+ messages)

[PATCH v7 1/5] PCI: qcom: Add system suspend and resume support
 2022-09-28 14:32 UTC  (3+ messages)

arm64: dts: qcom: msm8916-samsung-j5: Use common init device tree
 2022-09-28 14:16 UTC  (9+ messages)
` [PATCH v2 0/4] arm64: dts: qcom: msm8916-samsung-j5: Use common "
  ` [PATCH v2 1/4] dt-bindings: qcom: Document bindings for new msm8916-samsung-j5 devices
  ` [PATCH v2 2/4] arm64: dts: qcom: msm8916-samsung-j5-common: Add initial common device tree
  ` [PATCH v2 3/4] arm64: dts: qcom: msm8916-samsung-j5: Use "
  ` [PATCH v2 4/4] arm64: dts: qcom: msm8916-samsung-j5-common: Add Hall sensor

[PATCH net-next 00/15] net: ipa: generalized register definitions
 2022-09-28 14:04 UTC  (3+ messages)

[PATCH 1/2] slimbus: qcom-ngd-ctrl: check for device runtime PM status during ISR
 2022-09-28 13:20 UTC  (2+ messages)
` [PATCH 2/2] slimbus: qcom-ngd-ctrl: drop PM runtime counter on transfer error paths

[PATCH v1 0/2] Add LED driver for flash module in QCOM PMICs
 2022-09-28 12:38 UTC  (3+ messages)
` [PATCH v1 2/2] dt-bindings: add bindings for QCOM flash LED

[PATCH v10 0/7] Update ADSP pil loader for SC7280 platform
 2022-09-28 12:27 UTC  (4+ messages)
` [PATCH v10 5/7] remoteproc: qcom: Replace hard coded values with macros
` [PATCH v10 6/7] remoteproc: qcom: Add efuse evb selection control
` [PATCH v10 7/7] remoteproc: qcom: Add support for memory sandbox


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