Searched +full:gmsl2 +full:- +full:link (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | maxim,max96714.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Maxim MAX96714 GMSL2 to CSI-2 Deserializer 11 - Julien Massot <julien.massot@collabora.com> 14 The MAX96714 deserializer converts GMSL2 serial inputs into MIPI 15 CSI-2 D-PHY formatted output. The device allows the GMSL2 link to 16 simultaneously transmit bidirectional control-channel data while forward 18 remotely located serializer using industry-standard coax or STP 23 The GMSL2 serial link operates at a fixed rate of 3Gbps or 6Gbps in the [all …]
|
D | maxim,max96717.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: MAX96717 CSI-2 to GMSL2 Serializer 11 - Julien Massot <julien.massot@collabora.com> 14 The MAX96717 serializer converts MIPI CSI-2 D-PHY formatted input 15 into GMSL2 serial outputs. The device allows the GMSL2 link to 16 simultaneously transmit bidirectional control-channel data while forward 18 remotely located deserializer using industry-standard coax or STP 25 The GMSL2 serial link operates at a fixed rate of 3Gbps or 6Gbps in the [all …]
|
D | maxim,max96712.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Quad GMSL2 to CSI-2 Deserializer with GMSL1 Compatibility 11 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> 14 The MAX96712 deserializer converts GMSL2 or GMSL1 serial inputs into MIPI 15 CSI-2 D-PHY or C-PHY formatted outputs. The device allows each link to 16 simultaneously transmit bidirectional control-channel data while forward 18 four remotely located sensors using industry-standard coax or STP 21 Each GMSL2 serial link operates at a fixed rate of 3Gbps or 6Gbps in the [all …]
|
/linux-6.12.1/drivers/media/i2c/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 8 comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'" 45 tristate "Allied Vision ALVIUM MIPI CSI-2 camera support" 48 This is a Video4Linux2 sensor-level driver for the Allied Vision 49 ALVIUM camera connected via MIPI CSI-2 interface. 52 module will be called alvium-csi2. 97 This is a V4L2 sensor-level driver for GalaxyCore GC2145 104 tristate "Hynix Hi-556 sensor support" 107 Hi-556 camera. 113 tristate "Hynix Hi-846 sensor support" [all …]
|
D | max96714.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Maxim GMSL2 Deserializer Driver 13 #include <linux/i2c-mux.h> 18 #include <media/v4l2-cci.h> 19 #include <media/v4l2-ctrls.h> 20 #include <media/v4l2-fwnode.h> 21 #include <media/v4l2-subdev.h> 126 return cci_update_bits(priv->regmap, MAX96714_MIPI_STDBY_N, in max96714_enable_tx_port() 133 return cci_update_bits(priv->regmap, MAX96714_MIPI_STDBY_N, in max96714_disable_tx_port() 141 cci_read(priv->regmap, MAX96714_MIPI_STDBY_N, &val, NULL); in max96714_tx_port_enabled() [all …]
|
D | max96717.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Maxim GMSL2 Serializer Driver 10 #include <linux/clk-provider.h> 14 #include <linux/i2c-mux.h> 18 #include <media/v4l2-cci.h> 19 #include <media/v4l2-ctrls.h> 20 #include <media/v4l2-fwnode.h> 21 #include <media/v4l2-subdev.h> 154 priv->mux = i2c_mux_alloc(priv->client->adapter, &priv->client->dev, in max96717_i2c_mux_init() 157 if (!priv->mux) in max96717_i2c_mux_init() [all …]
|
/linux-6.12.1/drivers/staging/media/max96712/ |
D | max96712.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Maxim MAX96712 Quad GMSL2 Deserializer Driver 15 #include <media/v4l2-ctrls.h> 16 #include <media/v4l2-fwnode.h> 17 #include <media/v4l2-subdev.h> 47 ret = regmap_read(priv->regmap, reg, &val); in max96712_read() 49 dev_err(&priv->client->dev, "read 0x%04x failed\n", reg); in max96712_read() 60 ret = regmap_write(priv->regmap, reg, val); in max96712_write() 62 dev_err(&priv->client->dev, "write 0x%04x failed\n", reg); in max96712_write() 72 ret = regmap_update_bits(priv->regmap, reg, mask, val); in max96712_update_bits() [all …]
|
/linux-6.12.1/ |
D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 24 filing info, a direct bug tracker link, or a mailto: URI. 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org [all …]
|