From: Tom Saeger <hidden> Date: 2021-03-13 00:18:17
On Sat, Mar 13, 2021 at 04:56:21AM +0530, Bhaskar Chowdhury wrote:
sent a few additional typo fixes to your V1, can you add those to your patch?
Regards,
--Tom
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
On Sat, Mar 13, 2021 at 04:56:21AM +0530, Bhaskar Chowdhury wrote:
sent a few additional typo fixes to your V1, can you add those to your patch?
Regards,
--Tom
Thanks, I have already sent out a V2 in public...I might make a V3 with your
changes too...did you sent it to ???
From: Randy Dunlap <hidden> Date: 2021-03-13 00:58:05
On 3/12/21 4:50 PM, Bhaskar Chowdhury wrote:
On 17:16 Fri 12 Mar 2021, Tom Saeger wrote:
quoted
On Sat, Mar 13, 2021 at 04:56:21AM +0530, Bhaskar Chowdhury wrote:
sent a few additional typo fixes to your V1, can you add those to your patch?
Regards,
--Tom
Thanks, I have already sent out a V2 in public...I might make a V3 with your
changes too...did you sent it to ???
From: Tom Saeger <hidden> Date: 2021-03-13 03:02:41
On Fri, Mar 12, 2021 at 04:57:07PM -0800, Randy Dunlap wrote:
On 3/12/21 4:50 PM, Bhaskar Chowdhury wrote:
quoted
On 17:16 Fri 12 Mar 2021, Tom Saeger wrote:
quoted
On Sat, Mar 13, 2021 at 04:56:21AM +0530, Bhaskar Chowdhury wrote:
sent a few additional typo fixes to your V1, can you add those to your patch?
Regards,
--Tom
Thanks, I have already sent out a V2 in public...I might make a V3 with your
changes too...did you sent it to ???
@@ -91,7 +91,7 @@ static DEFINE_MUTEX(set_freq_lock);/* Use 800MHz when entering sleep mode */#define SLEEP_FREQ (800 * 1000)-/* Tracks if cpu freqency can be updated anymore */+/* Tracks if cpu frequency can be updated anymore */staticboolno_cpufreq_access;/*
On Fri, Mar 12, 2021 at 04:57:07PM -0800, Randy Dunlap wrote:
quoted
On 3/12/21 4:50 PM, Bhaskar Chowdhury wrote:
quoted
On 17:16 Fri 12 Mar 2021, Tom Saeger wrote:
quoted
On Sat, Mar 13, 2021 at 04:56:21AM +0530, Bhaskar Chowdhury wrote:
sent a few additional typo fixes to your V1, can you add those to your patch?
Regards,
--Tom
Thanks, I have already sent out a V2 in public...I might make a V3 with your
changes too...did you sent it to ???
/* Use 800MHz when entering sleep mode */
#define SLEEP_FREQ (800 * 1000)
-/* Tracks if cpu freqency can be updated anymore */
+/* Tracks if cpu frequency can be updated anymore */
static bool no_cpufreq_access;
/*
/*
* This function set DRAM refresh counter
- * accoriding to operating frequency of DRAM
+ * according to operating frequency of DRAM
* ch: DMC port number 0 or 1
* freq: Operating frequency of DRAM(KHz)
*/
@@ -320,7 +320,7 @@ static int s5pv210_target(struct cpufreq_policy *policy, unsigned int index) /* * 3. DMC1 refresh count for 133Mhz if (index == L4) is- * true refresh counter is already programed in upper+ * true refresh counter is already programmed in upper * code. 0x287@83Mhz */ if (!bus_speed_changing)
Tom,
I sent out an V3 incorporated with your findings.
Thanks,
Bhaskar