Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'pm-5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull power management fixes from Rafael Wysocki:
"Fix compile test of the Tegra devfreq driver (Arnd Bergmann) and
remove redundant Kconfig dependencies from multiple devfreq drivers
(Leonard Crestez)"

* tag 'pm-5.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
PM / devfreq: tegra: Add COMMON_CLK dependency
PM / devfreq: Drop explicit selection of PM_OPP

+1 -4
+1 -4
drivers/devfreq/Kconfig
··· 83 83 select DEVFREQ_GOV_PASSIVE 84 84 select DEVFREQ_EVENT_EXYNOS_PPMU 85 85 select PM_DEVFREQ_EVENT 86 - select PM_OPP 87 86 help 88 87 This adds the common DEVFREQ driver for Exynos Memory bus. Exynos 89 88 Memory bus has one more group of memory bus (e.g, MIF and INT block). ··· 97 98 ARCH_TEGRA_132_SOC || ARCH_TEGRA_124_SOC || \ 98 99 ARCH_TEGRA_210_SOC || \ 99 100 COMPILE_TEST 100 - select PM_OPP 101 + depends on COMMON_CLK 101 102 help 102 103 This adds the DEVFREQ driver for the Tegra family of SoCs. 103 104 It reads ACTMON counters of memory controllers and adjusts the ··· 108 109 depends on (TEGRA_MC && TEGRA20_EMC) || COMPILE_TEST 109 110 depends on COMMON_CLK 110 111 select DEVFREQ_GOV_SIMPLE_ONDEMAND 111 - select PM_OPP 112 112 help 113 113 This adds the DEVFREQ driver for the Tegra20 family of SoCs. 114 114 It reads Memory Controller counters and adjusts the operating ··· 119 121 select DEVFREQ_EVENT_ROCKCHIP_DFI 120 122 select DEVFREQ_GOV_SIMPLE_ONDEMAND 121 123 select PM_DEVFREQ_EVENT 122 - select PM_OPP 123 124 help 124 125 This adds the DEVFREQ driver for the RK3399 DMC(Dynamic Memory Controller). 125 126 It sets the frequency for the memory controller and reads the usage counts