Searched +full:bt1 +full:- +full:sys +full:- +full:ssi (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---4 $id: http://devicetree.org/schemas/spi/snps,dw-apb-ssi.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Mark Brown <broonie@kernel.org>13 - $ref: spi-controller.yaml#14 - if:19 - mscc,ocelot-spi20 - mscc,jaguar2-spi25 - if:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only9 // Baikal-T1 DW APB SPI and System Boot SPI driver24 #include <linux/spi/spi-mem.h>27 #include "spi-dw.h"52 struct dw_spi_bt1 *dwsbt1 = to_dw_spi_bt1(desc->mem->spi->controller); in dw_spi_bt1_dirmap_create()54 if (!dwsbt1->map || in dw_spi_bt1_dirmap_create()55 !dwsbt1->dws.mem_ops.supports_op(desc->mem, &desc->info.op_tmpl)) in dw_spi_bt1_dirmap_create()56 return -EOPNOTSUPP; in dw_spi_bt1_dirmap_create()58 if (desc->info.op_tmpl.data.dir != SPI_MEM_DATA_IN) in dw_spi_bt1_dirmap_create()59 return -EOPNOTSUPP; in dw_spi_bt1_dirmap_create()[all …]