Home
last modified time | relevance | path

Searched +full:msm8953 +full:- +full:mss +full:- +full:pil (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/remoteproc/
Dqcom,msm8916-mss-pil.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/qcom,msm8916-mss-pil.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm MSM8916 MSS Peripheral Image Loader (and similar)
10 - Stephan Gerhold <stephan@gerhold.net>
19 - enum:
20 - qcom,msm8909-mss-pil
21 - qcom,msm8916-mss-pil
22 - qcom,msm8953-mss-pil
[all …]
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dmsm8953.dtsi1 // SPDX-License-Identifier: BSD-3-Clause
4 #include <dt-bindings/clock/qcom,gcc-msm8953.h>
5 #include <dt-bindings/clock/qcom,rpmcc.h>
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/interrupt-controller/arm-gic.h>
8 #include <dt-bindings/power/qcom-rpmpd.h>
9 #include <dt-bindings/soc/qcom,apr.h>
10 #include <dt-bindings/sound/qcom,q6afe.h>
11 #include <dt-bindings/sound/qcom,q6asm.h>
12 #include <dt-bindings/thermal/thermal.h>
[all …]
/linux-6.12.1/drivers/remoteproc/
Dqcom_q6v5_mss.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Qualcomm self-authenticating modem subsystem remoteproc driver
7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
13 #include <linux/dma-mapping.h>
274 if (rc != -EPROBE_DEFER) in q6v5_regulator_init()
298 dev_err(qproc->dev, in q6v5_regulator_enable()
309 dev_err(qproc->dev, in q6v5_regulator_enable()
317 dev_err(qproc->dev, "Regulator enable failed\n"); in q6v5_regulator_enable()
324 for (; i >= 0; i--) { in q6v5_regulator_enable()
369 for (i--; i >= 0; i--) in q6v5_clk_enable()
[all …]
Dqcom_q6v5_pas.c1 // SPDX-License-Identifier: GPL-2.0-only
7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved.
125 struct qcom_adsp *adsp = rproc->priv; in adsp_segment_dump()
128 total_offset = segment->da + segment->offset + offset - adsp->mem_phys; in adsp_segment_dump()
129 if (total_offset < 0 || total_offset + size > adsp->mem_size) { in adsp_segment_dump()
130 dev_err(adsp->dev, in adsp_segment_dump()
132 &segment->da, offset, size); in adsp_segment_dump()
137 memcpy_fromio(dest, adsp->mem_region + total_offset, size); in adsp_segment_dump()
142 struct qcom_adsp *adsp = rproc->priv; in adsp_minidump()
144 if (rproc->dump_conf == RPROC_COREDUMP_DISABLED) in adsp_minidump()
[all …]