Home
last modified time | relevance | path

Searched +full:msm8976 +full:- +full:pinctrl (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/pinctrl/
H A Dqcom,msm8976-pinctrl.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/qcom,msm8976-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm MSM8976 TLMM pin controller
10 - Bjorn Andersson <andersson@kernel.org>
11 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
14 Top Level Mode Multiplexer pin controller in Qualcomm MSM8976 SoC.
18 const: qcom,msm8976-pinctrl
26 gpio-reserved-ranges:
[all …]
/linux/drivers/pinctrl/qcom/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o
4 obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o
5 obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
6 obj-$(CONFIG_PINCTRL_IPQ4019) += pinctrl-ipq4019.o
7 obj-$(CONFIG_PINCTRL_IPQ5018) += pinctrl-ipq5018.o
8 obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o
9 obj-$(CONFIG_PINCTRL_IPQ5332) += pinctrl-ipq5332.o
10 obj-$(CONFIG_PINCTRL_IPQ8074) += pinctrl-ipq8074.o
11 obj-$(CONFIG_PINCTRL_IPQ6018) += pinctrl-ipq6018.o
[all …]
H A DKconfig.msm1 # SPDX-License-Identifier: GPL-2.0-only
8 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
15 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
22 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
29 This is the pinctrl, pinmux, pinconf and gpiolib driver for
38 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
45 This is the pinctrl, pinmux, pinconf and gpiolib driver for the
53 This is the pinctrl, pinmux, pinconf and gpiolib driver for
62 This is the pinctrl, pinmux, pinconf and gpiolib driver for
71 This is the pinctrl, pinmux, pinconf and gpiolib driver for
[all …]
H A Dpinctrl-msm8976.c1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
12 #include "pinctrl-msm.h"
65 .mux_bit = -1, \
68 .oe_bit = -1, \
69 .in_bit = -1, \
70 .out_bit = -1, \
71 .intr_enable_bit = -1, \
72 .intr_status_bit = -1, \
73 .intr_target_bit = -1, \
[all …]
/linux/Documentation/devicetree/bindings/mmc/
H A Dsdhci-msm.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/sdhci-msm.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SDHCI controller (sdhci-msm)
10 - Bhupesh Sharma <bhupesh.sharma@linaro.org>
19 - enum:
20 - qcom,sdhci-msm-v4
22 - items:
23 - enum:
[all …]