Searched +full:rzv2m +full:- +full:csi (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/spi/renesas,rzv2m-csi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas RZ/V2M Clocked Serial Interface (CSI)10 - Fabrizio Castro <fabrizio.castro.jz@renesas.com>11 - Geert Uytterhoeven <geert+renesas@glider.be>14 - $ref: spi-controller.yaml#18 const: renesas,rzv2m-csi28 - description: The clock used to generate the output clock (CSICLK)[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/clock/r9a09g011-cpg.h>13 #address-cells = <2>;14 #size-cells = <2>;18 compatible = "fixed-clock";19 #clock-cells = <0>;21 clock-frequency = <0>;25 #address-cells = <1>;26 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Renesas RZ/V2M Clocked Serial Interface (CSI) driver22 #define CSI_MODE 0x00 /* CSI mode control */23 #define CSI_CLKSEL 0x04 /* CSI clock select */24 #define CSI_CNT 0x08 /* CSI control */25 #define CSI_INT 0x0C /* CSI interrupt status */26 #define CSI_IFIFOL 0x10 /* CSI receive FIFO level display */27 #define CSI_OFIFOL 0x14 /* CSI transmit FIFO level display */28 #define CSI_IFIFO 0x18 /* CSI receive window */29 #define CSI_OFIFO 0x1C /* CSI transmit window */[all …]
1 # SPDX-License-Identifier: GPL-2.06 ccflags-$(CONFIG_SPI_DEBUG) := -DDEBUG8 # small core, mostly translating board-specific10 obj-$(CONFIG_SPI_MASTER) += spi.o11 obj-$(CONFIG_SPI_MEM) += spi-mem.o12 obj-$(CONFIG_SPI_MUX) += spi-mux.o13 obj-$(CONFIG_SPI_SPIDEV) += spidev.o14 obj-$(CONFIG_SPI_LOOPBACK_TEST) += spi-loopback-test.o17 obj-$(CONFIG_SPI_AIROHA_SNFI) += spi-airoha-snfi.o18 obj-$(CONFIG_SPI_ALTERA) += spi-altera-platform.o[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 …]