Searched +full:util +full:- +full:sigma +full:- +full:delta +full:- +full:spi (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/trigger-source/ |
H A D | adi,util-sigma-delta-spi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 6 --- 7 $id: http://devicetree.org/schemas/trigger-source/adi,util-sigma-delta-spi.yaml# 8 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 title: Analog Devices Util Sigma-Delta SPI IP Core 13 - David Lechner <dlechner@baylibre.com> 16 The Util Sigma-Delta SPI is an FPGA IP core from Analog Devices that provides 17 a SPI offload trigger from the RDY signal of the combined DOUT/RDY pin of 18 the sigma-delta family of ADCs. 23 const: adi,util-sigma-delta-spi [all …]
|
/linux/drivers/spi/ |
H A D | spi-offload-trigger-adi-util-sigma-delta.c | 1 // SPDX-License-Identifier: GPL-2.0-only 13 #include <linux/spi/offload/provider.h> 28 struct device *dev = &pdev->dev; in adi_util_sigma_delta_probe() 43 { .compatible = "adi,util-sigma-delta-spi", }, 51 .name = "adi-util-sigma-delta-spi", 58 MODULE_DESCRIPTION("ADI Sigma-Delta SPI offload trigger utility driver");
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 # Makefile for kernel SPI drivers. 6 ccflags-$(CONFIG_SPI_DEBUG) := -DDEBUG 8 # small core, mostly translating board-specific 10 obj-$(CONFIG_SPI_MASTER) += spi.o 11 obj-$(CONFIG_SPI_MEM) += spi-mem.o 12 obj-$(CONFIG_SPI_MUX) += spi-mux.o 13 obj-$(CONFIG_SPI_OFFLOAD) += spi-offload.o 14 obj-$(CONFIG_SPI_SPIDEV) += spidev.o 15 obj-$(CONFIG_SPI_LOOPBACK_TEST) += spi-loopback-test.o [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|