Searched +full:mpf +full:- +full:spi +full:- +full:fpga +full:- +full:mgr (Results 1 – 3 of 3) sorted by relevance
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 - Ivan Bornyakov <i.bornyakov@metrotek.ru>13 Device Tree Bindings for Microchip Polarfire FPGA Manager using slave SPI to19 - microchip,mpf-spi-fpga-mgr22 description: SPI chip select26 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.03 * 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; member47 static int mpf_read_status(struct spi_device *spi) in mpf_read_status() argument56 * 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 …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 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 this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]