Searched +full:cros +full:- +full:ec +full:- +full:rpmsg (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mfd/google,cros-ec.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Benson Leung <bleung@chromium.org>11 - Enric Balletbo i Serra <enric.balletbo@collabora.com>12 - Guenter Roeck <groeck@chromium.org>15 Google's ChromeOS EC is a microcontroller which talks to the AP and17 The EC can be connected through various interfaces (I2C, SPI, and others)23 - description:[all …]
1 // SPDX-License-Identifier: GPL-2.013 #include <linux/rpmsg.h>23 * struct cros_ec_rpmsg_response - rpmsg message format from from EC.36 * struct cros_ec_rpmsg - information about a EC over rpmsg.38 * @rpdev: rpmsg device we are connected to41 * @ept: The rpmsg endpoint of this channel.55 * cros_ec_cmd_xfer_rpmsg - Transfer a message over rpmsg and receive the reply57 * @ec_dev: ChromeOS EC device60 * This is only used for old EC proto version, and is not supported for this63 * Return: -EINVAL[all …]
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/input/input.h>19 stdout-path = "serial0:115200n8";28 compatible = "fixed-clock";29 #clock-cells = <0>;30 clock-frequency = <32768>;31 clock-output-names = "clk32k";35 compatible = "regulator-fixed";36 regulator-name = "it6505_pp18";[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 …]