Searched +full:mpf +full:- +full:spi +full:- +full:fpga +full:- +full:mgr (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/fpga/ |
H A D | microchip,mpf-spi-fpga-mgr.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/fpga/microchip,mpf-spi-fpga-mgr.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Microchip Polarfire FPGA manager. 10 - Vladimir Georgiev <v.georgiev@metrotek.ru> 13 Device Tree Bindings for Microchip Polarfire FPGA Manager using slave SPI to 19 - microchip,mpf-spi-fpga-mgr 22 description: SPI chip select 26 - compatible [all …]
|
/linux/drivers/fpga/ |
H A D | microchip-spi.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Microchip Polarfire FPGA programming over slave SPI interface. 8 #include <linux/fpga/fpga-mgr.h> 12 #include <linux/spi/spi.h> 44 struct spi_device *spi; member 55 * two identical SPI transfers and use result of the later one. in mpf_read_status() 59 .tx_buf = &priv->tx, in mpf_read_status() 60 .rx_buf = &priv->rx, in mpf_read_status() 64 .tx_buf = &priv->tx, in mpf_read_status() 65 .rx_buf = &priv->rx, in mpf_read_status() [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 …]
|