Searched +full:sm8350 +full:- +full:lpass +full:- +full:lpi +full:- +full:pinctrl (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | qcom,sm8350-lpass-lpi-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/qcom,sm8350-lpass-lpi-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm SM8350 SoC LPASS LPI TLMM 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - Srinivas Kandagatla <srinivas.kandagatla@linaro.org> 15 (LPASS) Low Power Island (LPI) of Qualcomm SM8350 SoC. 19 const: qcom,sm8350-lpass-lpi-pinctrl 23 - description: LPASS LPI TLMM Control and Status registers [all …]
|
/linux/drivers/pinctrl/qcom/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 source "drivers/pinctrl/qcom/Kconfig.msm" 30 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 45 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 51 tristate "Qualcomm Technologies Inc LPASS LPI pin controller driver" 58 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 59 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI 63 tristate "Qualcomm Technologies Inc SC7280 LPASS LPI pin controller driver" 67 This is the pinctrl, pinmux, pinconf and gpiolib driver for the 68 Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI [all …]
|
H A D | pinctrl-sm8350-lpass-lpi.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2020-2023 Linaro Ltd. 11 #include "pinctrl-lpass-lpi.h" 132 .compatible = "qcom,sm8350-lpass-lpi-pinctrl", 141 .name = "qcom-sm8350-lpass-lpi-pinctrl", 150 MODULE_DESCRIPTION("QTI SM8350 LPI GPIO pin control driver");
|