Searched +full:qcom +full:- +full:ipcc (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/mailbox/qcom-ipcc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Qualcomm Technologies, Inc. Inter-Processor Communication Controller10 - Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>13 The Inter-Processor Communication Controller (IPCC) is a centralized hardware14 to route interrupts across various subsystems. It involves a three-level18 a case, the client would be Modem (client-id is 2) and the signal would be19 SMP2P (signal-id is 2). The SMP2P itself falls under the Multiprocessor (MPROC)[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2018-2020, The Linux Foundation. All rights reserved.14 #include <dt-bindings/mailbox/qcom-ipcc.h>18 /* IPCC Register offsets */32 * struct qcom_ipcc_chan_info - Per-mailbox-channel info33 * @client_id: The client-id to which the interrupt has to be triggered34 * @signal_id: The signal-id to which the interrupt has to be triggered42 * struct qcom_ipcc - Holder for the mailbox driver44 * @base: Base address of the IPCC frame associated to APSS47 * @mchan: The per-mailbox channel info array[all …]
1 # SPDX-License-Identifier: GPL-2.04 obj-$(CONFIG_MAILBOX) += mailbox.o6 obj-$(CONFIG_MAILBOX_TEST) += mailbox-test.o8 obj-$(CONFIG_ARM_MHU) += arm_mhu.o arm_mhu_db.o10 obj-$(CONFIG_IMX_MBOX) += imx-mailbox.o12 obj-$(CONFIG_ARMADA_37XX_RWTM_MBOX) += armada-37xx-rwtm-mailbox.o14 obj-$(CONFIG_PLATFORM_MHU) += platform_mhu.o16 obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o18 obj-$(CONFIG_OMAP2PLUS_MBOX) += omap-mailbox.o20 obj-$(CONFIG_ROCKCHIP_MBOX) += rockchip-mailbox.o[all …]
1 // SPDX-License-Identifier: BSD-3-Clause6 #include <dt-bindings/interrupt-controller/arm-gic.h>7 #include <dt-bindings/clock/qcom,gcc-sm8250.h>8 #include <dt-bindings/clock/qcom,gpucc-sm8250.h>9 #include <dt-bindings/clock/qcom,rpmh.h>10 #include <dt-bindings/interconnect/qcom,osm-l3.h>11 #include <dt-bindings/mailbox/qcom-ipcc.h>12 #include <dt-bindings/power/qcom-aoss-qmp.h>13 #include <dt-bindings/power/qcom-rpmpd.h>14 #include <dt-bindings/soc/qcom,rpmh-rsc.h>[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]