Re: [PATCH v3 13/15] cpufreq: Add cpufreq driver for Tegra124

2014-08-20 Thread Javier Martinez Canillas
Hello Viresh, On Wed, Aug 20, 2014 at 8:39 AM, Viresh Kumar wrote: > On 20 August 2014 01:14, Tuomas Tynkkynen wrote: >> There's actually a (mis-?)feature in git format-patch: a literal '---' >> line in a commit message won't be escaped, so the patch notes can be >> written in the commit message

Re: [PATCH v3 13/15] cpufreq: Add cpufreq driver for Tegra124

2014-08-19 Thread Viresh Kumar
On 20 August 2014 01:14, Tuomas Tynkkynen wrote: > There's actually a (mis-?)feature in git format-patch: a literal '---' > line in a commit message won't be escaped, so the patch notes can be > written in the commit message directly so the patch files don't need > to be modified by hand. How exa

Re: [PATCH v3 13/15] cpufreq: Add cpufreq driver for Tegra124

2014-08-19 Thread Tuomas Tynkkynen
On 19/08/14 08:55, Viresh Kumar wrote: > On 19 August 2014 09:03, Tuomas Tynkkynen wrote: >> - use 'select GENERIC_CPUFREQ_CPU0', not depends > > Bad :( > > It *has* to be a depends here, its not optional. That was outcome of the > chat we had last time, if I remember it well.. Okay, I misread

Re: [PATCH v3 13/15] cpufreq: Add cpufreq driver for Tegra124

2014-08-18 Thread Viresh Kumar
On 19 August 2014 09:03, Tuomas Tynkkynen wrote: > From: Tuomas Tynkkynen > > Add a new cpufreq driver for Tegra124. Instead of using the PLLX as > the CPU clocksource, switch immediately to the DFLL. It allows the use > of higher clock rates, and will automatically scale the CPU voltage as > wel