Re: [PATCH 2/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver

2018-06-19 Thread Viresh Kumar
On 19-06-18, 15:55, Taniya Das wrote: > Yes, Viresh, earlier code was updating the table frequency as I was marking > the table frequency INVALID. > if (core_count != c->max_cores) > c->table[i].frequency = CPUFREQ_ENTRY_INVALID; > > And thus I had to update the table freque

Re: [PATCH 2/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver

2018-06-19 Thread Taniya Das
On 6/19/2018 2:24 PM, Viresh Kumar wrote: Sorry for being late.. On 07-06-18, 12:48, Taniya Das wrote: On 6/6/2018 11:31 AM, Viresh Kumar wrote: On 04-06-18, 16:16, Taniya Das wrote: +static struct cpufreq_driver cpufreq_qcom_fw_driver = { + .flags = CPUFREQ_STICKY | CPUFR

Re: [PATCH 2/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver

2018-06-19 Thread Viresh Kumar
Sorry for being late.. On 07-06-18, 12:48, Taniya Das wrote: > On 6/6/2018 11:31 AM, Viresh Kumar wrote: > > On 04-06-18, 16:16, Taniya Das wrote: > > > +static struct cpufreq_driver cpufreq_qcom_fw_driver = { > > > + .flags = CPUFREQ_STICKY | CPUFREQ_NEED_INITIAL_FREQ_CHECK | > > > +

Re: [PATCH 2/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver

2018-06-07 Thread Taniya Das
Hello Viresh, Thank you for the review comments. On 6/6/2018 11:31 AM, Viresh Kumar wrote: On 04-06-18, 16:16, Taniya Das wrote: The CPUfreq FW present in some QCOM chipsets offloads the steps necessary for changing the frequency of CPUs. The driver implements the cpufreq driver interface for

Re: [PATCH 2/2] cpufreq: qcom-fw: Add support for QCOM cpufreq FW driver

2018-06-05 Thread Viresh Kumar
On 04-06-18, 16:16, Taniya Das wrote: > The CPUfreq FW present in some QCOM chipsets offloads the steps necessary > for changing the frequency of CPUs. The driver implements the cpufreq > driver interface for this firmware. > > Signed-off-by: Saravana Kannan > Signed-off-by: Taniya Das > --- >