All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: rjw@rjwysocki.net, viresh.kumar@linaro.org,
	linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	rdunlap@infradead.org
Subject: Re: [PATCH] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c
Date: Sat, 13 Mar 2021 04:46:20 +0530	[thread overview]
Message-ID: <YEv2RDAdeJEU75ib@Gentoo> (raw)
In-Reply-To: <4c0c0738-72c3-7704-500a-28cb1a068aa1@kernel.org>

[-- Attachment #1: Type: text/plain, Size: 1613 bytes --]

On 15:01 Fri 12 Mar 2021, Krzysztof Kozlowski wrote:
>On 12/03/2021 13:08, Bhaskar Chowdhury wrote:
>>
>> s/untile/until/
>> s/souce/source/
>> s/divier/divider/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  drivers/cpufreq/s5pv210-cpufreq.c | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/cpufreq/s5pv210-cpufreq.c b/drivers/cpufreq/s5pv210-cpufreq.c
>> index bed496cf8d24..1cfea5339beb 100644
>> --- a/drivers/cpufreq/s5pv210-cpufreq.c
>> +++ b/drivers/cpufreq/s5pv210-cpufreq.c
>> @@ -378,7 +378,7 @@ static int s5pv210_target(struct cpufreq_policy *policy, unsigned int index)
>>  		/*
>>  		 * 6. Turn on APLL
>>  		 * 6-1. Set PMS values
>> -		 * 6-2. Wait untile the PLL is locked
>> +		 * 6-2. Wait until the PLL is locked
>>  		 */
>>  		if (index == L0)
>>  			writel_relaxed(APLL_VAL_1000, S5P_APLL_CON);
>> @@ -390,7 +390,7 @@ static int s5pv210_target(struct cpufreq_policy *policy, unsigned int index)
>>  		} while (!(reg & (0x1 << 29)));
>>
>>  		/*
>> -		 * 7. Change souce clock from SCLKMPLL(667Mhz)
>> +		 * 7. Change source clock from SCLKMPLL(667Mhz)
>>  		 * to SCLKA2M(200Mhz) in MFC_MUX and G3D MUX
>>  		 * (667/4=166)->(200/4=50)Mhz
>>  		 */
>> @@ -439,7 +439,7 @@ static int s5pv210_target(struct cpufreq_policy *policy, unsigned int index)
>>  	}
>>
>>  	/*
>> -	 * L4 level need to change memory bus speed, hence onedram clock divier
>> +	 * L4 level need to change memory bus speed, hence onedram clock divider
>
>Also grammar fix: need/needs.
>
Hmmm ...good catch...V2 on the way...

>Best regards,
>Krzysztof

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Bhaskar Chowdhury <unixbhaskar@gmail.com>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: rjw@rjwysocki.net, viresh.kumar@linaro.org,
	linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	rdunlap@infradead.org
Subject: Re: [PATCH] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c
Date: Sat, 13 Mar 2021 04:46:20 +0530	[thread overview]
Message-ID: <YEv2RDAdeJEU75ib@Gentoo> (raw)
In-Reply-To: <4c0c0738-72c3-7704-500a-28cb1a068aa1@kernel.org>


[-- Attachment #1.1: Type: text/plain, Size: 1613 bytes --]

On 15:01 Fri 12 Mar 2021, Krzysztof Kozlowski wrote:
>On 12/03/2021 13:08, Bhaskar Chowdhury wrote:
>>
>> s/untile/until/
>> s/souce/source/
>> s/divier/divider/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>> ---
>>  drivers/cpufreq/s5pv210-cpufreq.c | 6 +++---
>>  1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/drivers/cpufreq/s5pv210-cpufreq.c b/drivers/cpufreq/s5pv210-cpufreq.c
>> index bed496cf8d24..1cfea5339beb 100644
>> --- a/drivers/cpufreq/s5pv210-cpufreq.c
>> +++ b/drivers/cpufreq/s5pv210-cpufreq.c
>> @@ -378,7 +378,7 @@ static int s5pv210_target(struct cpufreq_policy *policy, unsigned int index)
>>  		/*
>>  		 * 6. Turn on APLL
>>  		 * 6-1. Set PMS values
>> -		 * 6-2. Wait untile the PLL is locked
>> +		 * 6-2. Wait until the PLL is locked
>>  		 */
>>  		if (index == L0)
>>  			writel_relaxed(APLL_VAL_1000, S5P_APLL_CON);
>> @@ -390,7 +390,7 @@ static int s5pv210_target(struct cpufreq_policy *policy, unsigned int index)
>>  		} while (!(reg & (0x1 << 29)));
>>
>>  		/*
>> -		 * 7. Change souce clock from SCLKMPLL(667Mhz)
>> +		 * 7. Change source clock from SCLKMPLL(667Mhz)
>>  		 * to SCLKA2M(200Mhz) in MFC_MUX and G3D MUX
>>  		 * (667/4=166)->(200/4=50)Mhz
>>  		 */
>> @@ -439,7 +439,7 @@ static int s5pv210_target(struct cpufreq_policy *policy, unsigned int index)
>>  	}
>>
>>  	/*
>> -	 * L4 level need to change memory bus speed, hence onedram clock divier
>> +	 * L4 level need to change memory bus speed, hence onedram clock divider
>
>Also grammar fix: need/needs.
>
Hmmm ...good catch...V2 on the way...

>Best regards,
>Krzysztof

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-03-12 23:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-12 12:08 [PATCH] cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.c Bhaskar Chowdhury
2021-03-12 12:08 ` Bhaskar Chowdhury
2021-03-12 14:01 ` Krzysztof Kozlowski
2021-03-12 14:01   ` Krzysztof Kozlowski
2021-03-12 23:16   ` Bhaskar Chowdhury [this message]
2021-03-12 23:16     ` Bhaskar Chowdhury
2021-03-12 23:38     ` Tom Saeger
2021-03-12 23:38       ` Tom Saeger
2021-03-12 23:52       ` Randy Dunlap
2021-03-12 23:52         ` Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YEv2RDAdeJEU75ib@Gentoo \
    --to=unixbhaskar@gmail.com \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    --cc=rjw@rjwysocki.net \
    --cc=viresh.kumar@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.