Home
last modified time | relevance | path

Searched full:geni (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/soc/qcom/
Dqcom,geni-se.yaml4 $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/
Dqcom,spi-geni-qcom.txt1 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/
Dsm8250.dtsi452 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 …]
Dsdm845.dtsi1118 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 …]
Dsc7180.dtsi750 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 …]
Dsm8150.dtsi424 compatible = "qcom,geni-se-qup";
435 compatible = "qcom,geni-debug-uart";
/Linux-v5.10/drivers/soc/qcom/
Dqcom-geni-se.c15 #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 …]
DKconfig46 tristate "QCOM GENI Serial Engine Driver"
49 This driver is used to manage Generic Interface (GENI) firmware based
DMakefile4 obj-$(CONFIG_QCOM_GENI_SE) += qcom-geni-se.o
/Linux-v5.10/drivers/i2c/busses/
Di2c-qcom-geni.c15 #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");
DMakefile94 obj-$(CONFIG_I2C_QCOM_GENI) += i2c-qcom-geni.o
DKconfig915 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/
Dqcom-geni-se.h11 /* 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/
Dqcom_geni_serial.c16 #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");
DKconfig971 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/
Dspi-geni-qcom.c12 #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");
DKconfig681 tristate "Qualcomm GENI based SPI controller"
684 This driver supports GENI serial engine based SPI controller in
690 will be called spi-geni-qcom.
DMakefile92 obj-$(CONFIG_SPI_QCOM_GENI) += spi-geni-qcom.o
/Linux-v5.10/drivers/spmi/
Dspmi-pmic-arb.c173 * @fmt_cmd: formats a GENI/SPMI command.
/Linux-v5.10/Documentation/admin-guide/
Dkernel-parameters.txt1161 Generic Interface (GENI) based serial port at the
/Linux-v5.10/
DMAINTAINERS2291 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