utronix.de; dl-linux-imx
>
> Subject: Re: [PATCH V3] thermal: imx: fix for dependency on cpu-freq
>
> On Wed, Nov 21, 2018 at 8:11 AM Anson Huang
> wrote:
>
> > @@ -830,8 +851,7 @@ static int imx_thermal_probe(struct platform_device
> *pdev)
> > clk_dis
On Wed, Nov 21, 2018 at 8:11 AM Anson Huang wrote:
> @@ -830,8 +851,7 @@ static int imx_thermal_probe(struct platform_device *pdev)
> clk_disable:
> clk_disable_unprepare(data->thermal_clk);
> cpufreq_put:
While at it, rename this label as well to something like legacy_cleanup.
> -
The thermal driver is a standalone driver for monitoring SoC temperature
by enabling thermal sensor, so it can be enabled even when CONFIG_CPU_FREQ
is NOT set. So remove the dependency with CPU_THERMAL.
Introduce dummy function of legacy cooling register/unregister to make
thermal driver probe suc
3 matches
Mail list logo