Searched full:geni (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,geni-se.yaml | 4 $id: "http://devicetree.org/schemas/soc/qcom/qcom,geni-se.yaml#" 7 title: GENI Serial Engine QUP Wrapper Controller 14 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper 17 Interfaces, using its internal Serial Engines. The GENI Serial Engine QUP 24 - qcom,geni-se-qup 66 description: Common properties for GENI Serial Engine based I2C, SPI and 71 description: GENI Serial Engine register address and length. 99 description: GENI serial engine based SPI controller. SPI in master mode 108 - qcom,geni-spi 127 description: GENI serial engine based I2C controller. [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/spi/ |
D | qcom,spi-geni-qcom.txt | 1 GENI based Qualcomm Universal Peripheral (QUP) Serial Peripheral Interface (SPI) 3 The QUP v3 core is a GENI based AHB slave that provides a common data path 11 - compatible: Must contain "qcom,geni-spi". 20 SPI Controller nodes must be child of GENI based Qualcomm Universal 21 Peripharal. Please refer GENI based QUP wrapper controller node bindings 22 described in Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml. 29 compatible = "qcom,geni-spi";
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | sm8250.dtsi | 452 compatible = "qcom,geni-se-qup"; 463 compatible = "qcom,geni-i2c"; 476 compatible = "qcom,geni-spi"; 491 compatible = "qcom,geni-i2c"; 504 compatible = "qcom,geni-spi"; 519 compatible = "qcom,geni-i2c"; 532 compatible = "qcom,geni-spi"; 547 compatible = "qcom,geni-i2c"; 560 compatible = "qcom,geni-spi"; 575 compatible = "qcom,geni-uart"; [all …]
|
D | sdm845.dtsi | 1118 compatible = "qcom,geni-se-qup"; 1129 compatible = "qcom,geni-i2c"; 1144 compatible = "qcom,geni-spi"; 1157 compatible = "qcom,geni-uart"; 1170 compatible = "qcom,geni-i2c"; 1185 compatible = "qcom,geni-spi"; 1198 compatible = "qcom,geni-uart"; 1211 compatible = "qcom,geni-i2c"; 1226 compatible = "qcom,geni-spi"; 1239 compatible = "qcom,geni-uart"; [all …]
|
D | sc7180.dtsi | 750 compatible = "qcom,geni-se-qup"; 764 compatible = "qcom,geni-i2c"; 782 compatible = "qcom,geni-spi"; 800 compatible = "qcom,geni-uart"; 816 compatible = "qcom,geni-i2c"; 834 compatible = "qcom,geni-spi"; 852 compatible = "qcom,geni-uart"; 868 compatible = "qcom,geni-i2c"; 886 compatible = "qcom,geni-uart"; 902 compatible = "qcom,geni-i2c"; [all …]
|
D | sm8150.dtsi | 424 compatible = "qcom,geni-se-qup"; 435 compatible = "qcom,geni-debug-uart";
|
/Linux-v5.10/drivers/soc/qcom/ |
D | qcom-geni-se.c | 15 #include <linux/qcom-geni-se.h> 20 * Generic Interface (GENI) Serial Engine (SE) Wrapper driver is introduced 21 * to manage GENI firmware based Qualcomm Universal Peripheral (QUP) Wrapper 29 * GENI based QUP is a highly-flexible and programmable module for supporting 35 * of a DMA Engine and GENI sub modules which enable serial engines to 56 * Figure 1: GENI based QUP Wrapper 58 * The GENI submodules include primary and secondary sequencers which are 68 * GENI SE Wrapper driver is structured into 2 parts: 237 * geni_se_init() - Initialize the GENI serial engine 242 * This function is used to initialize the GENI serial engine, configure [all …]
|
D | Kconfig | 46 tristate "QCOM GENI Serial Engine Driver" 49 This driver is used to manage Generic Interface (GENI) firmware based
|
D | Makefile | 4 obj-$(CONFIG_QCOM_GENI_SE) += qcom-geni-se.o
|
/Linux-v5.10/drivers/i2c/busses/ |
D | i2c-qcom-geni.c | 15 #include <linux/qcom-geni-se.h> 103 [GENI_OVERRUN] = {-EIO, "Cmd overrun, check GENI cmd-state machine"}, 104 [GENI_ILLEGAL_CMD] = {-EIO, "Illegal cmd, check GENI cmd-state machine"}, 559 strlcpy(gi2c->adap.name, "Geni-I2C", sizeof(gi2c->adap.name)); in geni_i2c_probe() 618 dev_dbg(dev, "Geni-I2C adaptor successfully added\n"); in geni_i2c_probe() 688 { .compatible = "qcom,geni-i2c" }, 706 MODULE_DESCRIPTION("I2C Controller Driver for GENI based QUP cores");
|
D | Makefile | 94 obj-$(CONFIG_I2C_QCOM_GENI) += i2c-qcom-geni.o
|
D | Kconfig | 915 tristate "Qualcomm Technologies Inc.'s GENI based I2C controller" 919 This driver supports GENI serial engine based I2C controller in 925 will be called i2c-qcom-geni.
|
/Linux-v5.10/include/linux/ |
D | qcom-geni-se.h | 11 /* Transfer mode supported by GENI Serial Engines */ 18 /* Protocols supported by GENI Serial Engines */ 42 * struct geni_se - GENI Serial Engine 257 * by the hardware team, and are not dynamically scaled with GENI bandwidth
|
/Linux-v5.10/drivers/tty/serial/ |
D | qcom_geni_serial.c | 16 #include <linux/qcom-geni-se.h> 23 /* UART specific GENI registers */ 1242 OF_EARLYCON_DECLARE(qcom_geni, "qcom,geni-debug-uart", 1356 if (of_device_is_compatible(pdev->dev.of_node, "qcom,geni-debug-uart")) in qcom_geni_serial_probe() 1542 { .compatible = "qcom,geni-debug-uart", }, 1543 { .compatible = "qcom,geni-uart", }, 1589 MODULE_DESCRIPTION("Serial driver for GENI based QUP cores");
|
D | Kconfig | 971 tristate "QCOM on-chip GENI based serial port support" 977 bool "QCOM GENI Serial Console support" 982 Serial console driver for Qualcomm Technologies Inc's GENI based
|
/Linux-v5.10/drivers/spi/ |
D | spi-geni-qcom.c | 12 #include <linux/qcom-geni-se.h> 482 * setting up GENI SE engine, as driver starts data transfer in setup_fifo_xfer() 770 { .compatible = "qcom,geni-spi" }, 786 MODULE_DESCRIPTION("SPI driver for GENI based QUP cores");
|
D | Kconfig | 681 tristate "Qualcomm GENI based SPI controller" 684 This driver supports GENI serial engine based SPI controller in 690 will be called spi-geni-qcom.
|
D | Makefile | 92 obj-$(CONFIG_SPI_QCOM_GENI) += spi-geni-qcom.o
|
/Linux-v5.10/drivers/spmi/ |
D | spmi-pmic-arb.c | 173 * @fmt_cmd: formats a GENI/SPMI command.
|
/Linux-v5.10/Documentation/admin-guide/ |
D | kernel-parameters.txt | 1161 Generic Interface (GENI) based serial port at the
|
/Linux-v5.10/ |
D | MAINTAINERS | 2291 F: drivers/i2c/busses/i2c-qcom-geni.c 2302 F: drivers/spi/spi-geni-qcom.c 14501 F: drivers/i2c/busses/i2c-qcom-geni.c
|