Home
last modified time | relevance | path

Searched +full:sama7g5 +full:- +full:isc (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/media/platform/atmel/
Datmel-isc-regs.h1 /* SPDX-License-Identifier: GPL-2.0 */
7 /* ISC Control Enable Register 0 */
10 /* ISC Control Disable Register 0 */
13 /* ISC Control Status Register 0 */
21 /* ISC Parallel Front End Configuration 0 Register */
44 /* ISC Parallel Front End Configuration 1 Register */
52 /* ISC Parallel Front End Configuration 2 Register */
60 /* ISC Clock Enable Register */
63 /* ISC Clock Disable Register */
66 /* ISC Clock Status Register */
[all …]
Datmel-sama7g5-isc.c1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2019-2021 Microchip Technology, Inc. and its subsidiaries
9 * Sensor-->PFE-->DPC-->WB-->CFA-->CC-->GAM-->VHXS-->CSC-->CBHS-->SUB-->RLP-->DMA-->HIS
11 * ISC video pipeline integrates the following submodules:
31 #include <linux/clk-provider.h>
43 #include <media/v4l2-ctrls.h>
44 #include <media/v4l2-device.h>
45 #include <media/v4l2-event.h>
46 #include <media/v4l2-image-sizes.h>
47 #include <media/v4l2-ioctl.h>
[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/Documentation/devicetree/bindings/media/
Dmicrochip,xisc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Eugen Hristev <eugen.hristev@microchip.com>
25 const: microchip,sama7g5-isc
36 clock-names:
38 - const: hclock
40 '#clock-cells':
43 clock-output-names:
44 const: isc-mck
[all …]
/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 …]