Searched +full:i2c +full:- +full:demux +full:- +full:pinctrl (Results 1 – 5 of 5) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0-only3 * Pinctrl based I2C DeMultiplexer5 * Copyright (C) 2015-16 by Wolfram Sang, Sang Engineering <wsa@sang-engineering.com>6 * Copyright (C) 2015-16 by Renesas Electronics Corporation9 * (look for filenames containing 'i2c-demux-pinctrl' in Documentation/)12 #include <linux/i2c.h>16 #include <linux/pinctrl/consumer.h>40 struct i2c_demux_pinctrl_priv *priv = adap->algo_data; in i2c_demux_master_xfer()41 struct i2c_adapter *parent = priv->chan[priv->cur_chan].parent_adap; in i2c_demux_master_xfer()48 struct i2c_demux_pinctrl_priv *priv = adap->algo_data; in i2c_demux_functionality()[all …]
1 # SPDX-License-Identifier: GPL-2.03 # Makefile for multiplexer I2C chip drivers.5 obj-$(CONFIG_I2C_ARB_GPIO_CHALLENGE) += i2c-arb-gpio-challenge.o7 obj-$(CONFIG_I2C_DEMUX_PINCTRL) += i2c-demux-pinctrl.o9 obj-$(CONFIG_I2C_MUX_GPIO) += i2c-mux-gpio.o10 obj-$(CONFIG_I2C_MUX_GPMUX) += i2c-mux-gpmux.o11 obj-$(CONFIG_I2C_MUX_LTC4306) += i2c-mux-ltc4306.o12 obj-$(CONFIG_I2C_MUX_MLXCPLD) += i2c-mux-mlxcpld.o13 obj-$(CONFIG_I2C_MUX_MULE) += i2c-mux-mule.o14 obj-$(CONFIG_I2C_MUX_PCA9541) += i2c-mux-pca9541.o[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/i2c/i2c-demux-pinctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Pinctrl-based I2C Bus Demultiplexer10 - Wolfram Sang <wsa+renesas@sang-engineering.com>13 This binding describes an I2C bus demultiplexer that uses pin multiplexing to14 route the I2C signals, and represents the pin multiplexing configuration15 using the pinctrl device tree bindings. This may be used to select one I2C17 another I2C IP core on the SoC. The most simple example is to fall back to[all …]
1 // SPDX-License-Identifier: GPL-2.0-only6 #include <dt-bindings/clock/stih407-clks.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/media/c8sectpfe.h>11 compatible = "gpio-leds";12 led-red {15 linux,default-trigger = "heartbeat";17 led-green {19 default-state = "off";24 compatible = "simple-audio-card";[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]