[PATCH v8 15/18] cpufreq: Add cpufreq driver for Tegra124
Tuomas Tynkkynen
tuomas.tynkkynen at iki.fi
Tue Mar 3 23:11:59 PST 2015
On 03/03/2015 01:33 PM, Mikko Perttunen wrote:
> On 03/02/2015 10:49 AM, Paul Bolle wrote:
>> On Sun, 2015-03-01 at 14:44 +0200, Mikko Perttunen wrote:
>>
>> [...]
>>
>>> +static struct platform_driver tegra124_cpufreq_platdrv = {
>>> + .driver = {
>>> + .name = "cpufreq-tegra124",
>>> + .owner = THIS_MODULE,
>>
>> .owner will always be, in short, NULL.
>>
Which reminds me: recently there have been cleanups that remove the
.owner field assignments (e.g. 30f51f248c1d "cpufreq: drop owner
assignment from platform_drivers"), so it can be removed from here as well.
>
> Well noticed! I changed the config symbol to be tristate.
>
> Thanks,
> Mikko Perttunen
>
More information about the linux-arm-kernel
mailing list