Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,sa8255p-geni-se-qup.yaml4 $id: http://devicetree.org/schemas/soc/qcom/qcom,sa8255p-geni-se-qup.yaml#
7 title: GENI Serial Engine QUP Wrapper Controller
13 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper
16 Interfaces, using its internal Serial Engines. The GENI Serial Engine QUP
22 const: qcom,sa8255p-geni-se-qup
44 description: GENI serial engine based SPI controller. SPI in master mode
52 const: qcom,sa8255p-geni-spi
56 description: GENI serial engine based I2C controller.
61 const: qcom,sa8255p-geni-i2c
65 description: GENI Serial Engine based UART Controller.
[all …]
H A Dqcom,geni-se.yaml4 $id: http://devicetree.org/schemas/soc/qcom/qcom,geni-se.yaml#
7 title: GENI Serial Engine QUP Wrapper Controller
13 Generic Interface (GENI) based Qualcomm Universal Peripheral (QUP) wrapper
16 Interfaces, using its internal Serial Engines. The GENI Serial Engine QUP
23 - qcom,geni-se-qup
24 - qcom,geni-se-i2c-master-hub
73 description: GENI serial engine based SPI controller. SPI in master mode
77 $ref: /schemas/spi/qcom,spi-geni-qcom.yaml#
81 description: GENI serial engine based I2C controller.
82 $ref: /schemas/i2c/qcom,i2c-geni-qcom.yaml#
[all …]
/linux/Documentation/devicetree/bindings/serial/
H A Dqcom,sa8255p-geni-uart.yaml4 $id: http://devicetree.org/schemas/serial/qcom,sa8255p-geni-uart.yaml#
7 title: Qualcomm Geni based QUP UART interface
18 - qcom,sa8255p-geni-uart
19 - qcom,sa8255p-geni-debug-uart
63 compatible = "qcom,sa8255p-geni-uart";
/linux/arch/arm64/boot/dts/qcom/
H A Dqdu1000.dtsi436 compatible = "qcom,geni-se-qup";
452 compatible = "qcom,geni-uart";
463 compatible = "qcom,geni-i2c";
476 compatible = "qcom,geni-spi";
489 compatible = "qcom,geni-i2c";
502 compatible = "qcom,geni-spi";
515 compatible = "qcom,geni-i2c";
528 compatible = "qcom,geni-spi";
541 compatible = "qcom,geni-i2c";
554 compatible = "qcom,geni-spi";
[all …]
H A Dsm6125.dtsi852 compatible = "qcom,geni-se-qup";
864 compatible = "qcom,geni-i2c";
881 compatible = "qcom,geni-spi";
898 compatible = "qcom,geni-i2c";
915 compatible = "qcom,geni-i2c";
932 compatible = "qcom,geni-spi";
949 compatible = "qcom,geni-i2c";
966 compatible = "qcom,geni-i2c";
1002 compatible = "qcom,geni-se-qup";
1014 compatible = "qcom,geni-i2c";
[all …]
H A Dsdx75.dtsi524 compatible = "qcom,geni-se-qup";
540 compatible = "qcom,geni-i2c";
563 compatible = "qcom,geni-spi";
586 compatible = "qcom,geni-debug-uart";
605 compatible = "qcom,geni-i2c";
628 compatible = "qcom,geni-spi";
651 compatible = "qcom,geni-i2c";
674 compatible = "qcom,geni-spi";
697 compatible = "qcom,geni-uart";
713 compatible = "qcom,geni-i2c";
[all …]
H A Dsdm670.dtsi739 compatible = "qcom,geni-se-qup";
753 compatible = "qcom,geni-i2c";
774 compatible = "qcom,geni-i2c";
795 compatible = "qcom,geni-i2c";
816 compatible = "qcom,geni-i2c";
837 compatible = "qcom,geni-i2c";
858 compatible = "qcom,geni-i2c";
879 compatible = "qcom,geni-i2c";
900 compatible = "qcom,geni-i2c";
945 compatible = "qcom,geni-se-qup";
[all …]
H A Dsm6115.dtsi1292 compatible = "qcom,geni-se-qup";
1304 compatible = "qcom,geni-i2c";
1329 compatible = "qcom,geni-spi";
1354 compatible = "qcom,geni-i2c";
1379 compatible = "qcom,geni-spi";
1404 compatible = "qcom,geni-i2c";
1429 compatible = "qcom,geni-spi";
1454 compatible = "qcom,geni-i2c";
1479 compatible = "qcom,geni-spi";
1504 compatible = "qcom,geni-uart";
[all …]
H A Dsm4450.dtsi402 compatible = "qcom,geni-se-qup";
413 compatible = "qcom,geni-debug-uart";
H A Dsa8540p-ride.dts444 compatible = "qcom,geni-debug-uart";
/linux/include/linux/soc/qcom/
H A Dgeni-se.h32 /* Protocols supported by GENI Serial Engines */
58 * struct geni_se - GENI Serial Engine
304 * by the hardware team, and are not dynamically scaled with GENI bandwidth
/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c21 #include <linux/soc/qcom/geni-se.h>
29 /* UART specific GENI registers */
1523 OF_EARLYCON_DECLARE(qcom_geni, "qcom,geni-debug-uart",
1897 .compatible = "qcom,geni-debug-uart",
1901 .compatible = "qcom,geni-uart",
1949 MODULE_DESCRIPTION("Serial driver for GENI based QUP cores");
/linux/drivers/spmi/
H A Dspmi-pmic-arb.c215 * @fmt_cmd: formats a GENI/SPMI command.
/linux/
H A DMAINTAINERS3172 F: drivers/i2c/busses/i2c-qcom-geni.c
3183 F: drivers/spi/spi-geni-qcom.c
21145 QUALCOMM I2C QCOM GENI DRIVER
21151 F: Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml
21152 F: drivers/i2c/busses/i2c-qcom-geni.c
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1436 Generic Interface (GENI) based serial port at the