Message ID | 1586028547-14993-1-git-send-email-sumitg@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Add cpufreq driver for Tegra194 | expand |
On 05-04-20, 00:59, Sumit Gupta wrote: > The patch series adds cpufreq driver for Tegra194 SOC. > > v1[1] -> v2: > - Remove cpufreq_lock mutex from tegra194_cpufreq_set_target [Viresh]. > - Remove CPUFREQ_ASYNC_NOTIFICATION flag [Viresh]. > - Remove redundant _begin|end() call from tegra194_cpufreq_set_target. > - Rename opp_table to freq_table [Viresh]. Have we concluded the earlier discussion already ? I posted some questions where I had doubts and you just answered them and posted a new version. Please wait for the reviewers to have a chance to reply to them. Your new version may be okay, but still we can avoid another set of patches which may be wrong.
On 06/04/20 8:17 AM, Viresh Kumar wrote: > External email: Use caution opening links or attachments > > > On 05-04-20, 00:59, Sumit Gupta wrote: >> The patch series adds cpufreq driver for Tegra194 SOC. >> >> v1[1] -> v2: >> - Remove cpufreq_lock mutex from tegra194_cpufreq_set_target [Viresh]. >> - Remove CPUFREQ_ASYNC_NOTIFICATION flag [Viresh]. >> - Remove redundant _begin|end() call from tegra194_cpufreq_set_target. >> - Rename opp_table to freq_table [Viresh]. > > Have we concluded the earlier discussion already ? I posted some > questions where I had doubts and you just answered them and posted a > new version. Please wait for the reviewers to have a chance to reply > to them. Your new version may be okay, but still we can avoid another > set of patches which may be wrong. > > -- > viresh > Sorry for that. I will wait for ongoing review to conclude before posting new version. Thankyou for the inputs.