[PATCH 2/2] cpufreq: dt: allow driver to boot automatically

Rafael J. Wysocki rafael at kernel.org
Tue Jun 16 15:04:07 PDT 2015


On Tue, Jun 16, 2015 at 11:40 PM, Felipe Balbi <balbi at ti.com> wrote:
> On Fri, May 08, 2015 at 02:57:30PM -0500, Felipe Balbi wrote:
>> by adding the missing MODULE_ALIAS(), cpufreq-dt
>> can be autoloaded by udev/systemd.
>>
>> Signed-off-by: Felipe Balbi <balbi at ti.com>
>
> looks like this wasn't applied anywhere. Viresh, can you apply this
> patch please ?

I've overlooked it, sorry about that.  Applied now, thanks!


>> ---
>>  drivers/cpufreq/cpufreq-dt.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/cpufreq/cpufreq-dt.c b/drivers/cpufreq/cpufreq-dt.c
>> index bab67db54b7e..528a82bf5038 100644
>> --- a/drivers/cpufreq/cpufreq-dt.c
>> +++ b/drivers/cpufreq/cpufreq-dt.c
>> @@ -416,6 +416,7 @@ static struct platform_driver dt_cpufreq_platdrv = {
>>  };
>>  module_platform_driver(dt_cpufreq_platdrv);
>>
>> +MODULE_ALIAS("platform:cpufreq-dt");
>>  MODULE_AUTHOR("Viresh Kumar <viresh.kumar at linaro.org>");
>>  MODULE_AUTHOR("Shawn Guo <shawn.guo at linaro.org>");
>>  MODULE_DESCRIPTION("Generic cpufreq driver");
>> --
>> 2.4.0.rc3
>>
>
> --
> balbi



More information about the linux-arm-kernel mailing list