Searched +full:csi +full:- +full:bridge +full:- +full:axi (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/soc/imx/fsl,imx8mm-disp-blk-ctrl.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP i.MX8MM DISP blk-ctrl10 - Lucas Stach <l.stach@pengutronix.de>13 The i.MX8MM DISP blk-ctrl is a top-level peripheral providing access to14 the NoC and ensuring proper power sequencing of the display and MIPI CSI20 - const: fsl,imx8mm-disp-blk-ctrl21 - const: syscon[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Xilinx MIPI CSI-2 Receiver Subsystem10 - Vishal Sagar <vishal.sagar@xilinx.com>13 The Xilinx MIPI CSI-2 Receiver Subsystem is used to capture MIPI CSI-216 The subsystem consists of a MIPI D-PHY in slave mode which captures the17 data packets. This is passed along the MIPI CSI-2 Rx IP which extracts the18 packet data. The optional Video Format Bridge (VFB) converts this data to20 For more details, please refer to PG232 Xilinx MIPI CSI-2 Receiver Subsystem.[all …]
1 // SPDX-License-Identifier: GPL-2.0+17 #include <dt-bindings/power/imx8mm-power.h>18 #include <dt-bindings/power/imx8mn-power.h>19 #include <dt-bindings/power/imx8mp-power.h>20 #include <dt-bindings/power/imx8mq-power.h>51 * an if-statement should be used before setting and clearing this86 const struct imx8m_blk_ctrl_domain_data *data = domain->data; in imx8m_blk_ctrl_power_on()87 struct imx8m_blk_ctrl *bc = domain->bc; in imx8m_blk_ctrl_power_on()91 ret = pm_runtime_get_sync(bc->bus_power_dev); in imx8m_blk_ctrl_power_on()93 pm_runtime_put_noidle(bc->bus_power_dev); in imx8m_blk_ctrl_power_on()[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/clock/imx8mm-clock.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/input/input.h>9 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/power/imx8mm-power.h>11 #include <dt-bindings/reset/imx8mq-reset.h>12 #include <dt-bindings/thermal/thermal.h>14 #include "imx8mm-pinfunc.h"17 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Samsung CSIS MIPI CSI-2 receiver driver.5 * The Samsung CSIS IP is a MIPI CSI-2 receiver found in various NXP i.MX7 and10 * Copyright (C) 2015-2016 Freescale Semiconductor, Inc. All Rights Reserved.11 * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd.32 #include <media/v4l2-common.h>33 #include <media/v4l2-device.h>34 #include <media/v4l2-fwnode.h>35 #include <media/v4l2-mc.h>36 #include <media/v4l2-subdev.h>[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 …]