Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/soc/qcom/
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
69 description: GENI serial engine based SPI controller. SPI in master mode
73 $ref: /schemas/spi/qcom,spi-geni-qcom.yaml#
77 description: GENI serial engine based I2C controller.
78 $ref: /schemas/i2c/qcom,i2c-geni-qcom.yaml#
[all …]
/linux/Documentation/devicetree/bindings/spi/
H A Dqcom,spi-geni-qcom.yaml4 $id: http://devicetree.org/schemas/spi/qcom,spi-geni-qcom.yaml#
7 title: GENI based Qualcomm Universal Peripheral (QUP) Serial Peripheral Interface (SPI)
15 The QUP v3 core is a GENI based AHB slave that provides a common data path
22 SPI Controller nodes must be child of GENI based Qualcomm Universal
23 Peripharal. Please refer GENI based QUP wrapper controller node bindings
24 described in Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml.
31 const: qcom,geni-spi
86 compatible = "qcom,geni-spi";
106 compatible = "qcom,geni-spi";
/linux/Documentation/devicetree/bindings/i2c/
H A Dqcom,i2c-geni-qcom.yaml4 $id: http://devicetree.org/schemas/i2c/qcom,i2c-geni-qcom.yaml#
7 title: Qualcomm Geni based QUP I2C Controller
16 - qcom,geni-i2c
17 - qcom,geni-i2c-master-hub
82 const: qcom,geni-i2c-master-hub
130 compatible = "qcom,geni-i2c";
/linux/Documentation/devicetree/bindings/serial/
H A Dqcom,serial-geni-qcom.yaml4 $id: http://devicetree.org/schemas/serial/qcom,serial-geni-qcom.yaml#
7 title: Qualcomm Geni based QUP UART interface
19 - qcom,geni-uart
20 - qcom,geni-debug-uart
75 compatible = "qcom,geni-uart";
/linux/arch/arm64/boot/dts/qcom/
H A Dsa8775p.dtsi897 compatible = "qcom,geni-se-qup";
909 compatible = "qcom,geni-i2c";
934 compatible = "qcom,geni-spi";
959 compatible = "qcom,geni-uart";
974 compatible = "qcom,geni-i2c";
999 compatible = "qcom,geni-spi";
1024 compatible = "qcom,geni-uart";
1039 compatible = "qcom,geni-i2c";
1064 compatible = "qcom,geni-spi";
1089 compatible = "qcom,geni-uart";
[all …]
H A Dx1e80100.dtsi839 compatible = "qcom,geni-se-qup";
856 compatible = "qcom,geni-i2c";
892 compatible = "qcom,geni-spi";
928 compatible = "qcom,geni-i2c";
964 compatible = "qcom,geni-spi";
1000 compatible = "qcom,geni-i2c";
1036 compatible = "qcom,geni-spi";
1072 compatible = "qcom,geni-i2c";
1108 compatible = "qcom,geni-spi";
1144 compatible = "qcom,geni-i2c";
[all …]
H A Dqcm2290.dtsi1026 compatible = "qcom,geni-se-qup";
1038 compatible = "qcom,geni-i2c";
1063 compatible = "qcom,geni-spi";
1085 compatible = "qcom,geni-uart";
1102 compatible = "qcom,geni-i2c";
1127 compatible = "qcom,geni-spi";
1149 compatible = "qcom,geni-i2c";
1174 compatible = "qcom,geni-spi";
1196 compatible = "qcom,geni-i2c";
1221 compatible = "qcom,geni-spi";
[all …]
H A Dsa8540p-ride.dts448 compatible = "qcom,geni-debug-uart";
H A Dsa8295p-adp.dts593 compatible = "qcom,geni-debug-uart";
H A Dsc8280xp-crd.dts774 compatible = "qcom,geni-debug-uart";
H A Dx1e80100-crd.dts1184 compatible = "qcom,geni-debug-uart";
/linux/include/linux/soc/qcom/
H A Dgeni-se.h31 /* Protocols supported by GENI Serial Engines */
56 * struct geni_se - GENI Serial Engine
302 * by the hardware team, and are not dynamically scaled with GENI bandwidth
/linux/drivers/soc/qcom/
H A DMakefile5 obj-$(CONFIG_QCOM_GENI_SE) += qcom-geni-se.o
/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c18 #include <linux/soc/qcom/geni-se.h>
26 /* UART specific GENI registers */
1527 OF_EARLYCON_DECLARE(qcom_geni, "qcom,geni-debug-uart",
1830 .compatible = "qcom,geni-debug-uart",
1834 .compatible = "qcom,geni-uart",
1882 MODULE_DESCRIPTION("Serial driver for GENI based QUP cores");
/linux/drivers/spi/
H A Dspi-geni-qcom.c16 #include <linux/soc/qcom/geni-se.h>
1238 { .compatible = "qcom,geni-spi" },
1253 MODULE_DESCRIPTION("SPI driver for GENI based QUP cores");
/linux/drivers/i2c/busses/
H A DKconfig1025 tristate "Qualcomm Technologies Inc.'s GENI based I2C controller"
1029 This driver supports GENI serial engine based I2C controller in
1035 will be called i2c-qcom-geni.
H A DMakefile100 obj-$(CONFIG_I2C_QCOM_GENI) += i2c-qcom-geni.o
/linux/drivers/spmi/
H A Dspmi-pmic-arb.c215 * @fmt_cmd: formats a GENI/SPMI command.
/linux/
H A DMAINTAINERS2917 F: drivers/i2c/busses/i2c-qcom-geni.c
2928 F: drivers/spi/spi-geni-qcom.c
19520 QUALCOMM I2C QCOM GENI DRIVER
19526 F: Documentation/devicetree/bindings/i2c/qcom,i2c-geni-qcom.yaml
19527 F: drivers/i2c/busses/i2c-qcom-geni.c
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1389 Generic Interface (GENI) based serial port at the