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

/Linux-v6.1/Documentation/devicetree/bindings/fpga/
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 - Ivan Bornyakov <i.bornyakov@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-v6.1/drivers/fpga/
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>
11 #include <linux/spi/spi.h>
43 struct spi_device *spi; member
47 static int mpf_read_status(struct spi_device *spi) in mpf_read_status() argument
56 * two identical SPI transfers and use result of the later one. in mpf_read_status()
66 ret = spi_sync_transfer(spi, xfers, 2); in mpf_read_status()
70 ret = -EIO; in mpf_read_status()
75 static enum fpga_mgr_states mpf_ops_state(struct fpga_manager *mgr) in mpf_ops_state() argument
[all …]
/Linux-v6.1/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]