Re: [PATCH 2/3] cpufreq: dt: Add generic platform-device creation support

2016-03-28 Thread Krzysztof Kozlowski
On 24.03.2016 15:40, Viresh Kumar wrote: > Multiple platforms are using the generic cpufreq-dt driver now, and all > of them are required to create a platform device with name "cpufreq-dt", > in order to get the cpufreq-dt probed. > > Many of them do it from platform code, others have special driv

[PATCH 2/3] cpufreq: dt: Add generic platform-device creation support

2016-03-23 Thread Viresh Kumar
Multiple platforms are using the generic cpufreq-dt driver now, and all of them are required to create a platform device with name "cpufreq-dt", in order to get the cpufreq-dt probed. Many of them do it from platform code, others have special drivers just to do that. It would be more sensible to