Re: [PATCH 1/2] cpufreq: scpi: add thermal dependency

2018-03-22 Thread Rafael J. Wysocki
On Wednesday, March 14, 2018 6:09:54 AM CET Viresh Kumar wrote: > On 13-03-18, 12:45, Arnd Bergmann wrote: > > A built-in scpi cpufreq driver cannot link against a modular > > thermal framework: > > > > drivers/cpufreq/scpi-cpufreq.o: In function `scpi_cpufreq_ready': > > scpi-cpufreq.c:(.text+0x4

Re: [PATCH 1/2] cpufreq: scpi: add thermal dependency

2018-03-13 Thread Viresh Kumar
On 13-03-18, 12:45, Arnd Bergmann wrote: > A built-in scpi cpufreq driver cannot link against a modular > thermal framework: > > drivers/cpufreq/scpi-cpufreq.o: In function `scpi_cpufreq_ready': > scpi-cpufreq.c:(.text+0x4c): undefined reference to > `of_cpufreq_cooling_register' > drivers/cpufre

Re: [PATCH 1/2] cpufreq: scpi: add thermal dependency

2018-03-13 Thread Sudeep Holla
On 13/03/18 11:45, Arnd Bergmann wrote: > A built-in scpi cpufreq driver cannot link against a modular > thermal framework: > > drivers/cpufreq/scpi-cpufreq.o: In function `scpi_cpufreq_ready': > scpi-cpufreq.c:(.text+0x4c): undefined reference to > `of_cpufreq_cooling_register' > drivers/cpufr

[PATCH 1/2] cpufreq: scpi: add thermal dependency

2018-03-13 Thread Arnd Bergmann
A built-in scpi cpufreq driver cannot link against a modular thermal framework: drivers/cpufreq/scpi-cpufreq.o: In function `scpi_cpufreq_ready': scpi-cpufreq.c:(.text+0x4c): undefined reference to `of_cpufreq_cooling_register' drivers/cpufreq/scpi-cpufreq.o: In function `scpi_cpufreq_exit': scpi