Searched +full:polarfire +full:- +full:soc +full:- +full:mailbox (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: "http://devicetree.org/schemas/mailbox/microchip,polarfire-soc-mailbox.yaml#"5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) mailbox controller10 - Conor Dooley <conor.dooley@microchip.com>14 const: microchip,polarfire-soc-mailbox18 - description: mailbox data registers19 - description: mailbox interrupt registers24 "#mbox-cells":[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: "http://devicetree.org/schemas/soc/microchip/microchip,polarfire-soc-sys-controller.yaml#"5 $schema: "http://devicetree.org/meta-schemas/core.yaml#"7 title: Microchip PolarFire SoC (MPFS) MSS (microprocessor subsystem) system controller10 - Conor Dooley <conor.dooley@microchip.com>13 The PolarFire SoC system controller is communicated with via a mailbox.14 This document describes the bindings for the client portion of that mailbox.22 const: microchip,polarfire-soc-sys-controller25 - compatible[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 menuconfig MAILBOX config3 bool "Mailbox Hardware Support"5 Mailbox is a framework to control hardware communication between6 on-chip processors through queued messages and interrupt driven9 if MAILBOX12 tristate "ARM MHU Mailbox"16 The controller has 3 mailbox channels, the last of which can be20 tristate "ARM MHUv2 Mailbox"27 tristate "i.MX Mailbox"[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Microchip PolarFire SoC (MPFS) system controller/mailbox controller driver19 #include <soc/microchip/mpfs.h>76 status = readl_relaxed(mbox->mbox_base + SERVICES_SR_OFFSET); in mpfs_mbox_busy()83 struct mpfs_mbox *mbox = (struct mpfs_mbox *)chan->con_priv; in mpfs_mbox_send_data()89 mbox->response = msg->response; in mpfs_mbox_send_data()90 mbox->resp_offset = msg->resp_offset; in mpfs_mbox_send_data()93 return -EBUSY; in mpfs_mbox_send_data()95 if (msg->cmd_data_size) { in mpfs_mbox_send_data()97 u8 extra_bits = msg->cmd_data_size & 3; in mpfs_mbox_send_data()[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 …]