Home
last modified time | relevance | path

Searched +full:gmsl +full:- +full:compatible (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dmaxim,max9286.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Maxim Integrated Quad GMSL Deserializer
11 - Jacopo Mondi <jacopo+renesas@jmondi.org>
12 - Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
13 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
14 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
18 Serial Links (GMSL) and outputs them on a CSI-2 D-PHY port using up to 4 data
21 In addition to video data, the GMSL links carry a bidirectional control
[all …]
H A Dimi,rdacm2x-gmsl.yaml1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause
4 ---
5 $id: http://devicetree.org/schemas/media/i2c/imi,rdacm2x-gmsl.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Jacopo Mondi <jacopo+renesas@jmondi.org>
12 - Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
13 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
14 - Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
16 description: -|
17 The IMI D&D RDACM20 and RDACM21 are GMSL-compatible camera designed for
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3588-vehicle-maxim-serdes.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/display/media-bus-format.h>
14 compatible = "simple-bus";
15 #address-cells = <1>;
16 #size-cells = <0>;
19 compatible = "pwm-backlight";
22 brightness-levels = <0 4 8 16 32 64 128 255>;
23 default-brightness-level = <6>;
27 compatible = "pwm-backlight";
30 brightness-levels = <0 4 8 16 32 64 128 255>;
[all …]
H A Drk3588-vehicle-maxim-serdes-display-s66.dtsi1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/display/media-bus-format.h>
14 compatible = "simple-bus";
15 #address-cells = <1>;
16 #size-cells = <0>;
19 compatible = "pwm-backlight";
22 brightness-levels = <0 4 8 16 32 64 128 255>;
23 default-brightness-level = <6>;
27 compatible = "pwm-backlight";
30 brightness-levels = <0 4 8 16 32 64 128 255>;
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dmax96745.c1 // SPDX-License-Identifier: GPL-2.0+
22 ret = dm_i2c_reg_read(dev->parent, 0x002a); in max96745_bridge_link_locked()
34 return max96745_bridge_link_locked(bridge->dev); in max96745_bridge_detect()
39 struct udevice *dev = bridge->dev; in max96745_bridge_enable()
40 struct drm_display_mode *mode = &bridge->state->conn_state.mode; in max96745_bridge_enable()
44 ret = dm_i2c_reg_read(dev->parent, 0x0011); in max96745_bridge_enable()
50 ret = dm_i2c_reg_read(dev->parent, 0x0028); in max96745_bridge_enable()
56 if (!cxtp && mode->clock > 95000 && tx_rate == 1) { in max96745_bridge_enable()
57 ret = dm_i2c_reg_clrset(dev->parent, 0x0028, TX_RATE, in max96745_bridge_enable()
62 ret = dm_i2c_reg_clrset(dev->parent, 0x0029, RESET_ONESHOT, in max96745_bridge_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dmaxim-max96745.c1 // SPDX-License-Identifier: GPL-2.0
21 #include <linux/extcon-provider.h>
48 if (ser->lock.gpio) in max96745_bridge_link_locked()
49 return gpiod_get_value_cansleep(ser->lock.gpio); in max96745_bridge_link_locked()
51 if (regmap_read(ser->regmap, 0x002a, &val)) in max96745_bridge_link_locked()
66 ret = drm_of_find_panel_or_bridge(bridge->of_node, 1, -1, &ser->panel, in max96745_bridge_attach()
68 if (ret < 0 && ret != -ENODEV) in max96745_bridge_attach()
72 ser->status = connector_status_connected; in max96745_bridge_attach()
74 ser->status = connector_status_disconnected; in max96745_bridge_attach()
83 if (ser->panel) in max96745_bridge_pre_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmax9286.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Maxim MAX9286 GMSL Deserializer Driver
5 * Copyright (C) 2017-2019 Jacopo Mondi
6 * Copyright (C) 2017-2019 Kieran Bingham
7 * Copyright (C) 2017-2019 Laurent Pinchart
8 * Copyright (C) 2017-2019 Niklas Söderlund
19 #include <linux/i2c-mux.h>
26 #include <media/v4l2-async.h>
27 #include <media/v4l2-ctrls.h>
28 #include <media/v4l2-device.h>
[all …]
H A Drdacm20.c1 // SPDX-License-Identifier: GPL-2.0+
3 * IMI RDACM20 GMSL Camera Driver
5 * Copyright (C) 2017-2020 Jacopo Mondi
6 * Copyright (C) 2017-2020 Kieran Bingham
7 * Copyright (C) 2017-2019 Laurent Pinchart
8 * Copyright (C) 2017-2019 Niklas Söderlund
15 * MAX9271 GMSL serializer.
26 #include <media/v4l2-async.h>
27 #include <media/v4l2-ctrls.h>
28 #include <media/v4l2-subdev.h>
[all …]
H A Dmax96712.c1 // SPDX-License-Identifier: GPL-2.0
3 * max96712 GMSL2/GMSL1 to CSI-2 Deserializer driver
39 #include <linux/rk-camera-module.h>
41 #include <media/media-entity.h>
42 #include <media/v4l2-async.h>
43 #include <media/v4l2-ctrls.h>
44 #include <media/v4l2-subdev.h>
45 #include <media/v4l2-ctrls.h>
46 #include <media/v4l2-fwnode.h>
47 #include <media/v4l2-subdev.h>
[all …]
H A Dmax96722.c1 // SPDX-License-Identifier: GPL-2.0
3 * max96722 GMSL2/GMSL1 to CSI-2 Deserializer driver
28 #include <linux/rk-camera-module.h>
30 #include <media/media-entity.h>
31 #include <media/v4l2-async.h>
32 #include <media/v4l2-ctrls.h>
33 #include <media/v4l2-subdev.h>
34 #include <media/v4l2-ctrls.h>
35 #include <media/v4l2-fwnode.h>
36 #include <media/v4l2-subdev.h>
[all …]
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 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 this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]