Searched +full:sama7g5 +full:- +full:isc (Results 1 – 8 of 8) sorted by relevance
1 /* 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 …]
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_ISC_BASE) += atmel-isc-common.o7 obj-$(CONFIG_VIDEO_ATMEL_ISC) += atmel-isc.o8 obj-$(CONFIG_VIDEO_ATMEL_XISC) += atmel-xisc.o
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2019-2021 Microchip Technology, Inc. and its subsidiaries9 * Sensor-->PFE-->DPC-->WB-->CFA-->CC-->GAM-->VHXS-->CSC-->CBHS-->SUB-->RLP-->DMA-->HIS11 * 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 …]
1 # SPDX-License-Identifier: GPL-2.0-only2 microchip-isc-objs = microchip-sama5d2-isc.o3 microchip-xisc-objs = microchip-sama7g5-isc.o4 microchip-isc-common-objs = microchip-isc-base.o microchip-isc-clk.o microchip-isc-scaler.o6 obj-$(CONFIG_VIDEO_MICROCHIP_ISC_BASE) += microchip-isc-common.o7 obj-$(CONFIG_VIDEO_MICROCHIP_ISC) += microchip-isc.o8 obj-$(CONFIG_VIDEO_MICROCHIP_XISC) += microchip-xisc.o9 obj-$(CONFIG_VIDEO_MICROCHIP_CSI2DC) += microchip-csi2dc.o
1 # 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-isc36 clock-names:38 - const: hclock40 '#clock-cells':43 clock-output-names:44 const: isc-mck[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * sama7g5.dtsi - Device Tree Include file for SAMA7G5 family SoC12 #include <dt-bindings/iio/adc/at91-sama5d2_adc.h>13 #include <dt-bindings/interrupt-controller/irq.h>14 #include <dt-bindings/interrupt-controller/arm-gic.h>15 #include <dt-bindings/clock/at91.h>16 #include <dt-bindings/dma/at91.h>17 #include <dt-bindings/gpio/gpio.h>18 #include <dt-bindings/mfd/at91-usart.h>19 #include <dt-bindings/nvmem/microchip,sama7g5-otpc.h>[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-scsi@vger.kernel.org88 F: drivers/scsi/3w-*[all …]