Home
last modified time | relevance | path

Searched +full:sama7g5 +full:- +full:csi2dc (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/media/
Dmicrochip,csi2dc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/microchip,csi2dc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip CSI2 Demux Controller (CSI2DC)
10 - Eugen Hristev <eugen.hristev@microchip.com>
13 CSI2DC - Camera Serial Interface 2 Demux Controller
15 CSI2DC is a hardware block that receives incoming data from either from an
22 CSI2DC can act a simple bypass bridge if the incoming data is coming from
25 CSI2DC provides two pipes, one video pipe and one data pipe. Video pipe
[all …]
/Linux-v6.1/drivers/media/platform/atmel/
Dmicrochip-csi2dc.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Microchip CSI2 Demux Controller (CSI2DC) driver
19 #include <media/v4l2-fwnode.h>
20 #include <media/v4l2-subdev.h>
29 /* Output waveform inter-line minimum delay */
32 /* SAMA7G5 requires a HLC delay of 15 */
95 #define csi2dc_readl(st, reg) readl_relaxed((st)->base + (reg))
97 (st)->base + (reg))
110 * struct csi2dc_format - CSI2DC format type struct
157 * struct csi2dc_device - CSI2DC device driver data/config struct
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0-only
2 atmel-isc-objs = atmel-sama5d2-isc.o
3 atmel-xisc-objs = atmel-sama7g5-isc.o
4 atmel-isc-common-objs = atmel-isc-base.o atmel-isc-clk.o
6 obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o
7 obj-$(CONFIG_VIDEO_ATMEL_ISC_BASE) += atmel-isc-common.o
8 obj-$(CONFIG_VIDEO_ATMEL_ISC) += atmel-isc.o
9 obj-$(CONFIG_VIDEO_ATMEL_XISC) += atmel-xisc.o
10 obj-$(CONFIG_VIDEO_MICROCHIP_CSI2DC) += microchip-csi2dc.o
/Linux-v6.1/
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 …]