diff mbox series

[v1] memory: tegra20-emc: Add runtime dependency on devfreq governor module

Message ID 20211019231524.888-1-digetx@gmail.com
State Handled Elsewhere
Headers show
Series [v1] memory: tegra20-emc: Add runtime dependency on devfreq governor module | expand

Commit Message

Dmitry Osipenko Oct. 19, 2021, 11:15 p.m. UTC
Tegra20 EMC driver uses simple devfreq governor. Add simple devfreq
governor to the list of the Tegra20 EMC driver module softdeps to allow
userspace initramfs tools like dracut to automatically pull the devfreq
module into ramfs image together with the EMC module.

Reported-by: Nicolas Chauvet <kwizart@gmail.com>
Suggested-by: Nicolas Chauvet <kwizart@gmail.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
---
 drivers/memory/tegra/tegra20-emc.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Krzysztof Kozlowski Oct. 21, 2021, 9:19 a.m. UTC | #1
On Wed, 20 Oct 2021 02:15:24 +0300, Dmitry Osipenko wrote:
> Tegra20 EMC driver uses simple devfreq governor. Add simple devfreq
> governor to the list of the Tegra20 EMC driver module softdeps to allow
> userspace initramfs tools like dracut to automatically pull the devfreq
> module into ramfs image together with the EMC module.
> 
> 

Applied, thanks!

[1/1] memory: tegra20-emc: Add runtime dependency on devfreq governor module
      commit: 14b43c20c283de36131da0cb44f3170b9ffa7630

Best regards,
diff mbox series

Patch

diff --git a/drivers/memory/tegra/tegra20-emc.c b/drivers/memory/tegra/tegra20-emc.c
index 77c5cd52d1a2..497b6edbf3ca 100644
--- a/drivers/memory/tegra/tegra20-emc.c
+++ b/drivers/memory/tegra/tegra20-emc.c
@@ -1288,4 +1288,5 @@  module_platform_driver(tegra_emc_driver);
 
 MODULE_AUTHOR("Dmitry Osipenko <digetx@gmail.com>");
 MODULE_DESCRIPTION("NVIDIA Tegra20 EMC driver");
+MODULE_SOFTDEP("pre: governor_simpleondemand");
 MODULE_LICENSE("GPL v2");