Home
last modified time | relevance | path

Searched +full:mpf +full:- +full:spi +full:- +full:fpga +full:- +full:mgr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/fpga/
H A Dmicrochip,mpf-spi-fpga-mgr.yaml1 # 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 …]
/openbmc/linux/drivers/fpga/
H A Dmicrochip-spi.c1 // 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 …]
/openbmc/linux/
H A DMAINTAINERS5 ----------
[all...]