Searched +full:mctp +full:- +full:i2c +full:- +full:controller (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/net/mctp-i2c-controller.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MCTP I2C transport binding10 - Matt Johnston <matt@codeconstruct.com.au>13 An mctp-i2c-controller defines a local MCTP endpoint on an I2C controller.14 MCTP I2C is specified by DMTF DSP0237.16 An mctp-i2c-controller must be attached to an I2C adapter which supports17 slave functionality. I2C busses (either directly or as subordinate mux[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Management Controller Transport Protocol (MCTP)5 * "DSP0237 Management Component Transport Protocol (MCTP) SMBus/I2C9 * A netdev is created for each I2C bus that handles MCTP. In the case of an I2C10 * mux topology a single I2C client is attached to the root of the mux topology,11 * shared between all mux I2C busses underneath. For non-mux cases an I2C client14 * mctp-i2c-controller.yml devicetree binding has further details.22 #include <linux/i2c.h>23 #include <linux/i2c-mux.h>25 #include <net/mctp.h>[all …]
1 Generic device tree bindings for I2C busses4 This document describes generic bindings which can be used to describe I2C8 -----------------------------10 - #address-cells - should be <1>. Read more about addresses below.11 - #size-cells - should be <0>.12 - compatible - name of I2C bus controller17 The cells properties above define that an address of children of an I2C bus21 -----------------------------26 - clock-frequency29 - i2c-bus[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Microchip PCI1XXXX I2C adapter driver for PCIe Switch4 * which has I2C controller in one of its downstream functions6 * Copyright (C) 2021 - 2022 Microchip Technology Inc.14 #include <linux/i2c.h>15 #include <linux/i2c-smbus.h>66 * delay establishes the MCTP T(IDLE_DELAY) period.103 * BUS_CLK_XK_LOW_PERIOD_TICKS field defines the number of I2C Baud Clock104 * periods that make up the low phase of the I2C/SMBus bus clock at X KHz.111 * BUS_CLK_XK_HIGH_PERIOD_TICKS field defines the number of I2C Baud Clock[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 …]