Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1639477

Re: [PATCH] cpufreq: dbx500: add a Kconfig symbol

From Viresh Kumar <viresh.kumar@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH] cpufreq: dbx500: add a Kconfig symbol
Date 2017-05-11 16:00 +0200
Message-ID <tFWNk-70I-37@gated-at.bofh.it> (permalink)
References <tFVey-6c7-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 11 May 2017 at 17:42, Arnd Bergmann <arnd@arndb.de> wrote:
> Moving the cooling code into the cpufreq driver caused a possible build failure
> when the cpu_thermal helper code is a loadable module or disabled:
>
> drivers/cpufreq/dbx500-cpufreq.o: In function `dbx500_cpufreq_ready':
> dbx500-cpufreq.c:(.text.dbx500_cpufreq_ready+0x4): undefined reference to `cpufreq_cooling_register'
>
> This adds the same dependency that we have in other cpufreq drivers,
> forcing the driver to be disabled when we can't possibly link it.
>
> Fixes: 19678ffb9fd6 ("cpufreq: dbx500: Manage cooling device from cpufreq driver")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> ---
>  drivers/cpufreq/Kconfig.arm | 9 +++++++++
>  drivers/cpufreq/Makefile    | 2 +-
>  2 files changed, 10 insertions(+), 1 deletion(-)

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] cpufreq: dbx500: add a Kconfig symbol Arnd Bergmann <arnd@arndb.de> - 2017-05-11 14:20 +0200
  Re: [PATCH] cpufreq: dbx500: add a Kconfig symbol Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-11 16:00 +0200

csiph-web