Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-seco-qcom
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
qualcomm
linux-seco-qcom
Merge requests
!22
E81-115: cpufreq-dt warnings on boot
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
E81-115: cpufreq-dt warnings on boot
seco_v6.6_QLI.1.3-Ver.1.1_E81-dev_cpufreq
into
seco_v6.6_QLI.1.3-Ver.1.1
Overview
6
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Show all comments
Merged
Dietmar Muscholik
requested to merge
seco_v6.6_QLI.1.3-Ver.1.1_E81-dev_cpufreq
into
seco_v6.6_QLI.1.3-Ver.1.1
3 weeks ago
Overview
6
Commits
2
Pipelines
0
Changes
1
All threads resolved!
Show all comments
Expand
0
0
Merge request reports
Viewing commit
31840762
Show latest version
1 file
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
31840762
[E81][CONFIG] Disable all cpufreq drivers but QCOM HW driver
· 31840762
Dietmar Muscholik
authored
3 weeks ago
arch/arm64/configs/seco_qcs6490_defconfig
+
5
−
5
Options
@@ -59,12 +59,12 @@ CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y
CONFIG_CPUFREQ_DT=y
CONFIG_ACPI_CPPC_CPUFREQ=m
CONFIG_ARM_SCPI_CPUFREQ=y
CONFIG_ARM_QCOM_CPUFREQ_NVMEM=y
+1
#
CONFIG_CPUFREQ_DT=y
#
CONFIG_ACPI_CPPC_CPUFREQ=m
#
CONFIG_ARM_SCPI_CPUFREQ=y
#
CONFIG_ARM_QCOM_CPUFREQ_NVMEM=y
CONFIG_ARM_QCOM_CPUFREQ_HW=y
CONFIG_ARM_SCMI_CPUFREQ=y
#
CONFIG_ARM_SCMI_CPUFREQ=y
CONFIG_ACPI=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
Loading