RE: [PATCH V3] thermal: imx: fix for dependency on cpu-freq

2018-11-20 Thread Anson Huang
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

RE: [PATCH V3] thermal: imx: fix for dependency on cpu-freq

2018-11-20 Thread Anson Huang
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

Re: [PATCH V3] thermal: imx: fix for dependency on cpu-freq

2018-11-20 Thread Viresh Kumar
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. > -

Re: [PATCH V3] thermal: imx: fix for dependency on cpu-freq

2018-11-20 Thread Viresh Kumar
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. > -