Re: [PATCH v2] cpufreq: ti-cpufreq: Only register platform_device when supported

2018-09-02 Thread Viresh Kumar
On 23-08-18, 14:20, Dave Gerlach wrote: > Currently the ti-cpufreq driver blindly registers a 'ti-cpufreq' to force > the driver to probe on any platforms where the driver is built in. > However, this should only happen on platforms that actually can make use > of the driver. There is already funct

[PATCH v2] cpufreq: ti-cpufreq: Only register platform_device when supported

2018-08-23 Thread Dave Gerlach
Currently the ti-cpufreq driver blindly registers a 'ti-cpufreq' to force the driver to probe on any platforms where the driver is built in. However, this should only happen on platforms that actually can make use of the driver. There is already functionality in place to match the SoC compatible so