Re: [PATCH 14/17] cpufreq: ipq4019: add cpufreq driver

From: Matthew McClintock
Date: Thu Mar 24 2016 - 11:43:22 EST


On Mar 24, 2016, at 1:44 AM, Viresh Kumar <viresh.kumar@xxxxxxxxxx> wrote:
>
> On 23-03-16, 17:05, Matthew McClintock wrote:
>> Add cpufreq driver for ipq4019 SoC. This driver simply instantiates
>> cpufreq-dt.
>>
>> Signed-off-by: Matthew McClintock <mmcclint@xxxxxxxxxxxxxx>
>> ---
>> drivers/cpufreq/Kconfig.arm | 9 +++++++++
>> drivers/cpufreq/Makefile | 1 +
>> drivers/cpufreq/ipq4019-cpufreq.c | 35 +++++++++++++++++++++++++++++++++++
>> 3 files changed, 45 insertions(+)
>> create mode 100644 drivers/cpufreq/ipq4019-cpufreq.c
>
> I have just sent a patchset and cc'd you:
> "[PATCH 0/3] cpufreq: dt: Create platform device from generic code"
>
> and so this patch may get replaced now.

Cool, thanks. I will look at re-spinning with your changes.

-M