Searched +full:sama7g5 +full:- +full:csi2dc (Results 1 – 4 of 4) sorted by relevance
1 # 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 Controller15 CSI2DC is a hardware block that receives incoming data from either from an22 CSI2DC can act a simple bypass bridge if the incoming data is coming from25 CSI2DC provides two pipes, one video pipe and one data pipe. Video pipe[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Microchip CSI2 Demux Controller (CSI2DC) driver19 #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 struct157 * struct csi2dc_device - CSI2DC device driver data/config struct[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 atmel-isc-objs = atmel-sama5d2-isc.o3 atmel-xisc-objs = atmel-sama7g5-isc.o4 atmel-isc-common-objs = atmel-isc-base.o atmel-isc-clk.o6 obj-$(CONFIG_VIDEO_ATMEL_ISI) += atmel-isi.o7 obj-$(CONFIG_VIDEO_ATMEL_ISC_BASE) += atmel-isc-common.o8 obj-$(CONFIG_VIDEO_ATMEL_ISC) += atmel-isc.o9 obj-$(CONFIG_VIDEO_ATMEL_XISC) += atmel-xisc.o10 obj-$(CONFIG_VIDEO_MICROCHIP_CSI2DC) += microchip-csi2dc.o
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 …]