linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt
@ 2021-03-17 10:08 Bhaskar Chowdhury
  2021-03-17 17:29 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17 10:08 UTC (permalink / raw)
  To: mturquette, sboyd, dt, linux-clk, devicetree, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/provde/provide/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 .../devicetree/bindings/clock/armada3700-tbg-clock.txt          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
index 0ba1d83ff363..ed1df32c577a 100644
--- a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
+++ b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
@@ -1,6 +1,6 @@
 * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs

-Marvell Armada 37xx SoCs provde Time Base Generator clocks which are
+Marvell Armada 37xx SoCs provide Time Base Generator clocks which are
 used as parent clocks for the peripheral clocks.

 The TBG clock consumer should specify the desired clock by having the
--
2.30.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt
  2021-03-17 10:08 [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt Bhaskar Chowdhury
@ 2021-03-17 17:29 ` Randy Dunlap
  2021-03-17 17:32 ` Randy Dunlap
  2021-03-26  0:21 ` Rob Herring
  2 siblings, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2021-03-17 17:29 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mturquette, sboyd, dt, linux-clk, devicetree,
	linux-kernel

On 3/17/21 3:08 AM, Bhaskar Chowdhury wrote:
> 
> s/provde/provide/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  .../devicetree/bindings/clock/armada3700-tbg-clock.txt          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
> index 0ba1d83ff363..ed1df32c577a 100644
> --- a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
> @@ -1,6 +1,6 @@
>  * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs
> 
> -Marvell Armada 37xx SoCs provde Time Base Generator clocks which are
> +Marvell Armada 37xx SoCs provide Time Base Generator clocks which are
>  used as parent clocks for the peripheral clocks.
> 
>  The TBG clock consumer should specify the desired clock by having the
> --


-- 
~Randy


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt
  2021-03-17 10:08 [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt Bhaskar Chowdhury
  2021-03-17 17:29 ` Randy Dunlap
@ 2021-03-17 17:32 ` Randy Dunlap
  2021-03-17 19:46   ` Bhaskar Chowdhury
  2021-03-26  0:21 ` Rob Herring
  2 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2021-03-17 17:32 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mturquette, sboyd, linux-clk, devicetree,
	linux-kernel, Rob Herring

On 3/17/21 3:08 AM, Bhaskar Chowdhury wrote:
> 
> s/provde/provide/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Bhaskar,

Did you send this one to "robh+dt@kernel.org"?
AFAICT, it was sent to "dt@kernel.org", which bounces.

If you used "robh+dt@kernel.org", it appears that 'get send-email' has a problem with that.

thanks.

> ---
>  .../devicetree/bindings/clock/armada3700-tbg-clock.txt          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
> index 0ba1d83ff363..ed1df32c577a 100644
> --- a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
> @@ -1,6 +1,6 @@
>  * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs
> 
> -Marvell Armada 37xx SoCs provde Time Base Generator clocks which are
> +Marvell Armada 37xx SoCs provide Time Base Generator clocks which are
>  used as parent clocks for the peripheral clocks.
> 
>  The TBG clock consumer should specify the desired clock by having the
> --


-- 
~Randy


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt
  2021-03-17 17:32 ` Randy Dunlap
@ 2021-03-17 19:46   ` Bhaskar Chowdhury
  2021-03-17 20:12     ` Randy Dunlap
  0 siblings, 1 reply; 7+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-17 19:46 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: mturquette, sboyd, linux-clk, devicetree, linux-kernel, Rob Herring

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

On 10:32 Wed 17 Mar 2021, Randy Dunlap wrote:
>On 3/17/21 3:08 AM, Bhaskar Chowdhury wrote:
>>
>> s/provde/provide/
>>
>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>
>Bhaskar,
>
>Did you send this one to "robh+dt@kernel.org"?
>AFAICT, it was sent to "dt@kernel.org", which bounces.
>
>If you used "robh+dt@kernel.org", it appears that 'get send-email' has a problem with that.
>
I sent out a mail to David and Rob, including you for the same problem . Hope
David will do something to change that address or Rob might do something . So
that it will not bounce in future.

Lets see.
>thanks.
>
>> ---
>>  .../devicetree/bindings/clock/armada3700-tbg-clock.txt          | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
>> index 0ba1d83ff363..ed1df32c577a 100644
>> --- a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
>> +++ b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
>> @@ -1,6 +1,6 @@
>>  * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs
>>
>> -Marvell Armada 37xx SoCs provde Time Base Generator clocks which are
>> +Marvell Armada 37xx SoCs provide Time Base Generator clocks which are
>>  used as parent clocks for the peripheral clocks.
>>
>>  The TBG clock consumer should specify the desired clock by having the
>> --
>
>
>--
>~Randy
>

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt
  2021-03-17 19:46   ` Bhaskar Chowdhury
@ 2021-03-17 20:12     ` Randy Dunlap
  2021-03-26  0:20       ` Rob Herring
  0 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2021-03-17 20:12 UTC (permalink / raw)
  To: Bhaskar Chowdhury, mturquette, sboyd, linux-clk, devicetree,
	linux-kernel, Rob Herring

On 3/17/21 12:46 PM, Bhaskar Chowdhury wrote:
> On 10:32 Wed 17 Mar 2021, Randy Dunlap wrote:
>> On 3/17/21 3:08 AM, Bhaskar Chowdhury wrote:
>>>
>>> s/provde/provide/
>>>
>>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
>>
>> Bhaskar,
>>
>> Did you send this one to "robh+dt@kernel.org"?
>> AFAICT, it was sent to "dt@kernel.org", which bounces.
>>
>> If you used "robh+dt@kernel.org", it appears that 'get send-email' has a problem with that.
>>
> I sent out a mail to David and Rob, including you for the same problem . Hope
> David will do something to change that address or Rob might do something . So
> that it will not bounce in future.

David said that vger isn't modifying the email address.
And there is nothing wrong with it (robh+dt@kernel.org),
although it appears that either git send-email or just gmail.com
does not like it.


> Lets see.
>> thanks.
>>
>>> ---
>>>  .../devicetree/bindings/clock/armada3700-tbg-clock.txt          | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
>>> index 0ba1d83ff363..ed1df32c577a 100644
>>> --- a/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
>>> +++ b/Documentation/devicetree/bindings/clock/armada3700-tbg-clock.txt
>>> @@ -1,6 +1,6 @@
>>>  * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs
>>>
>>> -Marvell Armada 37xx SoCs provde Time Base Generator clocks which are
>>> +Marvell Armada 37xx SoCs provide Time Base Generator clocks which are
>>>  used as parent clocks for the peripheral clocks.
>>>
>>>  The TBG clock consumer should specify the desired clock by having the
>>> -- 
>>
>>
>> -- 
>> ~Randy
>>


-- 
~Randy


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt
  2021-03-17 20:12     ` Randy Dunlap
@ 2021-03-26  0:20       ` Rob Herring
  0 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2021-03-26  0:20 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: Bhaskar Chowdhury, mturquette, sboyd, linux-clk, devicetree,
	linux-kernel

On Wed, Mar 17, 2021 at 01:12:28PM -0700, Randy Dunlap wrote:
> On 3/17/21 12:46 PM, Bhaskar Chowdhury wrote:
> > On 10:32 Wed 17 Mar 2021, Randy Dunlap wrote:
> >> On 3/17/21 3:08 AM, Bhaskar Chowdhury wrote:
> >>>
> >>> s/provde/provide/
> >>>
> >>> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> >>
> >> Bhaskar,
> >>
> >> Did you send this one to "robh+dt@kernel.org"?
> >> AFAICT, it was sent to "dt@kernel.org", which bounces.
> >>
> >> If you used "robh+dt@kernel.org", it appears that 'get send-email' has a problem with that.
> >>
> > I sent out a mail to David and Rob, including you for the same problem . Hope
> > David will do something to change that address or Rob might do something . So
> > that it will not bounce in future.
> 
> David said that vger isn't modifying the email address.
> And there is nothing wrong with it (robh+dt@kernel.org),
> although it appears that either git send-email or just gmail.com
> does not like it.

I've used that for years and never heard of any problems.

Rob

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt
  2021-03-17 10:08 [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt Bhaskar Chowdhury
  2021-03-17 17:29 ` Randy Dunlap
  2021-03-17 17:32 ` Randy Dunlap
@ 2021-03-26  0:21 ` Rob Herring
  2 siblings, 0 replies; 7+ messages in thread
From: Rob Herring @ 2021-03-26  0:21 UTC (permalink / raw)
  To: Bhaskar Chowdhury
  Cc: linux-kernel, linux-clk, sboyd, dt, rdunlap, devicetree, mturquette

On Wed, 17 Mar 2021 15:38:40 +0530, Bhaskar Chowdhury wrote:
> 
> s/provde/provide/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> ---
>  .../devicetree/bindings/clock/armada3700-tbg-clock.txt          | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-03-26  0:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-17 10:08 [PATCH] devicetree: bindings: clock: Minor typo fix in the file armada3700-tbg-clock.txt Bhaskar Chowdhury
2021-03-17 17:29 ` Randy Dunlap
2021-03-17 17:32 ` Randy Dunlap
2021-03-17 19:46   ` Bhaskar Chowdhury
2021-03-17 20:12     ` Randy Dunlap
2021-03-26  0:20       ` Rob Herring
2021-03-26  0:21 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).