Home
last modified time | relevance | path

Searched +full:vqmmc +full:- +full:ipq4019 +full:- +full:regulator (Results 1 – 5 of 5) sorted by relevance

/linux-5.10/Documentation/devicetree/bindings/regulator/
Dvqmmc-ipq4019-regulator.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/regulator/vqmmc-ipq4019-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm IPQ4019 VQMMC SD LDO regulator
10 - Robert Marko <robert.marko@sartura.hr>
13 Qualcomm IPQ4019 SoC-s feature a built a build SD/EMMC controller,
18 - $ref: "regulator.yaml#"
22 const: qcom,vqmmc-ipq4019-regulator
28 - compatible
[all …]
/linux-5.10/drivers/regulator/
Dvqmmc-ipq4019-regulator.c1 // SPDX-License-Identifier: GPL-2.0+
6 // Driver for IPQ4019 SD/MMC controller's I/O LDO voltage regulator
13 #include <linux/regulator/driver.h>
14 #include <linux/regulator/machine.h>
15 #include <linux/regulator/of_regulator.h>
47 struct device *dev = &pdev->dev; in ipq4019_regulator_probe()
55 init_data = of_get_regulator_init_data(dev, dev->of_node, in ipq4019_regulator_probe()
58 return -EINVAL; in ipq4019_regulator_probe()
71 cfg.of_node = dev->of_node; in ipq4019_regulator_probe()
76 dev_err(dev, "Failed to register regulator: %ld\n", in ipq4019_regulator_probe()
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for regulator drivers.
7 obj-$(CONFIG_REGULATOR) += core.o dummy.o fixed-helper.o helpers.o devres.o
8 obj-$(CONFIG_OF) += of_regulator.o
9 obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
10 obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
11 obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o
13 obj-$(CONFIG_REGULATOR_88PG86X) += 88pg86x.o
14 obj-$(CONFIG_REGULATOR_88PM800) += 88pm800-regulator.o
15 obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
2 menuconfig REGULATOR config
3 bool "Voltage and Current Regulator Support"
6 Generic Voltage and Current Regulator support.
14 The intention is to allow systems to dynamically control regulator
26 if REGULATOR
29 bool "Regulator debug support"
34 tristate "Fixed voltage regulator support"
38 managed regulators and simple non-configurable regulators.
41 tristate "Virtual regulator consumer support"
[all …]
/linux-5.10/
DMAINTAINERS9 -------------------------
30 ``diff -u`` to make the patch easy to merge. Be prepared to get your
40 See Documentation/process/coding-style.rst for guidance here.
46 See Documentation/process/submitting-patches.rst for details.
57 include a Signed-off-by: line. The current version of this
59 Documentation/process/submitting-patches.rst.
70 that the bug would present a short-term risk to other users if it
76 Documentation/admin-guide/security-bugs.rst for details.
81 ---------------------------------------------------
97 W: *Web-page* with status/info
[all …]