Home
last modified time | relevance | path

Searched +full:sun50i +full:- +full:cpufreq +full:- +full:nvmem (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/cpufreq/
Dsun50i-cpufreq-nvmem.c1 // SPDX-License-Identifier: GPL-2.0
3 * Allwinner CPUFreq nvmem based driver
5 * The sun50i-cpufreq-nvmem driver reads the efuse value from the SoC to
15 #include <linux/nvmem-consumer.h>
29 * sun50i_cpufreq_get_efuse() - Determine speed grade from efuse value
45 return -ENODEV; in sun50i_cpufreq_get_efuse()
49 return -ENOENT; in sun50i_cpufreq_get_efuse()
52 "allwinner,sun50i-h6-operating-points"); in sun50i_cpufreq_get_efuse()
55 return -ENOENT; in sun50i_cpufreq_get_efuse()
62 "Could not get nvmem cell\n"); in sun50i_cpufreq_get_efuse()
[all …]
DKconfig.arm1 # SPDX-License-Identifier: GPL-2.0-only
7 tristate "CPUFreq driver based on the ACPI CPPC spec"
11 This adds a CPUFreq driver which uses CPPC methods
23 bool "Frequency Invariance support for CPPC cpufreq driver"
27 This extends frequency invariance support in the CPPC cpufreq driver,
33 tristate "Allwinner nvmem based SUN50I CPUFreq driver"
38 This adds the nvmem based CPUFreq driver for Allwinner
42 module will be called sun50i-cpufreq-nvmem.
45 tristate "Apple Silicon SoC CPUFreq support"
50 This adds the CPUFreq driver for Apple Silicon machines
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0
2 # CPUfreq core
3 obj-$(CONFIG_CPU_FREQ) += cpufreq.o freq_table.o
5 # CPUfreq stats
6 obj-$(CONFIG_CPU_FREQ_STAT) += cpufreq_stats.o
8 # CPUfreq governors
9 obj-$(CONFIG_CPU_FREQ_GOV_PERFORMANCE) += cpufreq_performance.o
10 obj-$(CONFIG_CPU_FREQ_GOV_POWERSAVE) += cpufreq_powersave.o
11 obj-$(CONFIG_CPU_FREQ_GOV_USERSPACE) += cpufreq_userspace.o
12 obj-$(CONFIG_CPU_FREQ_GOV_ONDEMAND) += cpufreq_ondemand.o
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/opp/
Dallwinner,sun50i-h6-operating-points.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/opp/allwinner,sun50i-h6-operating-points.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Chen-Yu Tsai <wens@csie.org>
11 - Maxime Ripard <mripard@kernel.org>
18 sun50i-cpufreq-nvmem driver reads the efuse value from the SoC to
22 - $ref: opp-v2-base.yaml#
26 const: allwinner,sun50i-h6-operating-points
28 nvmem-cells:
[all …]
/Linux-v6.6/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]