linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: leds: fix macro names for pca955x
@ 2020-05-26  9:20 Flavio Suligoi
  2020-05-26  9:22 ` Pavel Machek
  2020-05-29 17:27 ` Rob Herring
  0 siblings, 2 replies; 7+ messages in thread
From: Flavio Suligoi @ 2020-05-26  9:20 UTC (permalink / raw)
  To: Jacek Anaszewski, Pavel Machek, Dan Murphy, Rob Herring
  Cc: linux-leds, devicetree, linux-kernel, Flavio Suligoi

The documentation reports the wrong macro names
related to the pca9532 instead of the pca955x

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 Documentation/devicetree/bindings/leds/leds-pca955x.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/leds/leds-pca955x.txt b/Documentation/devicetree/bindings/leds/leds-pca955x.txt
index 7984efb767b4..7a5830f8d5ab 100644
--- a/Documentation/devicetree/bindings/leds/leds-pca955x.txt
+++ b/Documentation/devicetree/bindings/leds/leds-pca955x.txt
@@ -26,9 +26,9 @@ LED sub-node properties:
 		from 0 to 15 for the pca9552
 		from 0 to  3 for the pca9553
 - type: (optional) either
-	PCA9532_TYPE_NONE
-	PCA9532_TYPE_LED
-	PCA9532_TYPE_GPIO
+	PCA955X_TYPE_NONE
+	PCA955X_TYPE_LED
+	PCA955X_TYPE_GPIO
 	see dt-bindings/leds/leds-pca955x.h (default to LED)
 - label : (optional)
 	see Documentation/devicetree/bindings/leds/common.txt
-- 
2.17.1


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

* Re: [PATCH] dt-bindings: leds: fix macro names for pca955x
  2020-05-26  9:20 [PATCH] dt-bindings: leds: fix macro names for pca955x Flavio Suligoi
@ 2020-05-26  9:22 ` Pavel Machek
  2020-05-26  9:25   ` Flavio Suligoi
  2020-05-29 17:27 ` Rob Herring
  1 sibling, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2020-05-26  9:22 UTC (permalink / raw)
  To: Flavio Suligoi
  Cc: Jacek Anaszewski, Dan Murphy, Rob Herring, linux-leds,
	devicetree, linux-kernel

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

On Tue 2020-05-26 11:20:52, Flavio Suligoi wrote:
> The documentation reports the wrong macro names
> related to the pca9532 instead of the pca955x
> 
> Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>

Nothing obviously wrong, but why did you send it twice within half an
hour?
								Pavel

>  Documentation/devicetree/bindings/leds/leds-pca955x.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/leds/leds-pca955x.txt b/Documentation/devicetree/bindings/leds/leds-pca955x.txt
> index 7984efb767b4..7a5830f8d5ab 100644
> --- a/Documentation/devicetree/bindings/leds/leds-pca955x.txt
> +++ b/Documentation/devicetree/bindings/leds/leds-pca955x.txt
> @@ -26,9 +26,9 @@ LED sub-node properties:
>  		from 0 to 15 for the pca9552
>  		from 0 to  3 for the pca9553
>  - type: (optional) either
> -	PCA9532_TYPE_NONE
> -	PCA9532_TYPE_LED
> -	PCA9532_TYPE_GPIO
> +	PCA955X_TYPE_NONE
> +	PCA955X_TYPE_LED
> +	PCA955X_TYPE_GPIO
>  	see dt-bindings/leds/leds-pca955x.h (default to LED)
>  - label : (optional)
>  	see Documentation/devicetree/bindings/leds/common.txt

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* RE: [PATCH] dt-bindings: leds: fix macro names for pca955x
  2020-05-26  9:22 ` Pavel Machek
@ 2020-05-26  9:25   ` Flavio Suligoi
  2020-05-26  9:28     ` Pavel Machek
  0 siblings, 1 reply; 7+ messages in thread
From: Flavio Suligoi @ 2020-05-26  9:25 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Jacek Anaszewski, Dan Murphy, Rob Herring, linux-leds,
	devicetree, linux-kernel

> Subject: Re: [PATCH] dt-bindings: leds: fix macro names for pca955x
> 
> On Tue 2020-05-26 11:20:52, Flavio Suligoi wrote:
> > The documentation reports the wrong macro names
> > related to the pca9532 instead of the pca955x
> >
> > Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
> 
> Nothing obviously wrong, but why did you send it twice within half an
> hour?
> 								Pavel

Sorry Pavel, with the first email I forgot to subscribe
to the linux-leds mailing list! 😊

Flavio


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

* Re: [PATCH] dt-bindings: leds: fix macro names for pca955x
  2020-05-26  9:25   ` Flavio Suligoi
@ 2020-05-26  9:28     ` Pavel Machek
  2020-05-26  9:31       ` Flavio Suligoi
  0 siblings, 1 reply; 7+ messages in thread
From: Pavel Machek @ 2020-05-26  9:28 UTC (permalink / raw)
  To: Flavio Suligoi
  Cc: Jacek Anaszewski, Dan Murphy, Rob Herring, linux-leds,
	devicetree, linux-kernel

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

On Tue 2020-05-26 09:25:58, Flavio Suligoi wrote:
> > Subject: Re: [PATCH] dt-bindings: leds: fix macro names for pca955x
> > 
> > On Tue 2020-05-26 11:20:52, Flavio Suligoi wrote:
> > > The documentation reports the wrong macro names
> > > related to the pca9532 instead of the pca955x
> > >
> > > Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
> > 
> > Nothing obviously wrong, but why did you send it twice within half an
> > hour?
> > 								Pavel
> 
> Sorry Pavel, with the first email I forgot to subscribe
> to the linux-leds mailing list! 😊

You really don't need to be subscribed on a list for trivial
cleanups... Normally people would reply-all, anyway.

BR,
									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* RE: [PATCH] dt-bindings: leds: fix macro names for pca955x
  2020-05-26  9:28     ` Pavel Machek
@ 2020-05-26  9:31       ` Flavio Suligoi
  0 siblings, 0 replies; 7+ messages in thread
From: Flavio Suligoi @ 2020-05-26  9:31 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Jacek Anaszewski, Dan Murphy, Rob Herring, linux-leds,
	devicetree, linux-kernel

> Subject: Re: [PATCH] dt-bindings: leds: fix macro names for pca955x
> 
> On Tue 2020-05-26 09:25:58, Flavio Suligoi wrote:
> > > Subject: Re: [PATCH] dt-bindings: leds: fix macro names for pca955x
> > >
> > > On Tue 2020-05-26 11:20:52, Flavio Suligoi wrote:
> > > > The documentation reports the wrong macro names
> > > > related to the pca9532 instead of the pca955x
> > > >
> > > > Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
> > >
> > > Nothing obviously wrong, but why did you send it twice within half an
> > > hour?
> > > 								Pavel
> >
> > Sorry Pavel, with the first email I forgot to subscribe
> > to the linux-leds mailing list! 😊
> 
> You really don't need to be subscribed on a list for trivial
> cleanups... Normally people would reply-all, anyway.
> 
> BR,
> 									Pavel

Thanks for the explanation!

Regards,

Flavio

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

* Re: [PATCH] dt-bindings: leds: fix macro names for pca955x
  2020-05-26  9:20 [PATCH] dt-bindings: leds: fix macro names for pca955x Flavio Suligoi
  2020-05-26  9:22 ` Pavel Machek
@ 2020-05-29 17:27 ` Rob Herring
  1 sibling, 0 replies; 7+ messages in thread
From: Rob Herring @ 2020-05-29 17:27 UTC (permalink / raw)
  To: Flavio Suligoi
  Cc: linux-kernel, Dan Murphy, devicetree, Pavel Machek,
	Jacek Anaszewski, Rob Herring, linux-leds

On Tue, 26 May 2020 11:20:52 +0200, Flavio Suligoi wrote:
> The documentation reports the wrong macro names
> related to the pca9532 instead of the pca955x
> 
> Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
> ---
>  Documentation/devicetree/bindings/leds/leds-pca955x.txt | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* [PATCH] dt-bindings: leds: fix macro names for pca955x
@ 2020-05-26  8:37 Flavio Suligoi
  0 siblings, 0 replies; 7+ messages in thread
From: Flavio Suligoi @ 2020-05-26  8:37 UTC (permalink / raw)
  To: Jacek Anaszewski, Pavel Machek, Dan Murphy, Rob Herring
  Cc: linux-leds, devicetree, linux-kernel, Flavio Suligoi

The documentation reports the wrong macro names
related to the pca9532 instead of the pca955x

Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
---
 Documentation/devicetree/bindings/leds/leds-pca955x.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/leds/leds-pca955x.txt b/Documentation/devicetree/bindings/leds/leds-pca955x.txt
index 7984efb767b4..7a5830f8d5ab 100644
--- a/Documentation/devicetree/bindings/leds/leds-pca955x.txt
+++ b/Documentation/devicetree/bindings/leds/leds-pca955x.txt
@@ -26,9 +26,9 @@ LED sub-node properties:
 		from 0 to 15 for the pca9552
 		from 0 to  3 for the pca9553
 - type: (optional) either
-	PCA9532_TYPE_NONE
-	PCA9532_TYPE_LED
-	PCA9532_TYPE_GPIO
+	PCA955X_TYPE_NONE
+	PCA955X_TYPE_LED
+	PCA955X_TYPE_GPIO
 	see dt-bindings/leds/leds-pca955x.h (default to LED)
 - label : (optional)
 	see Documentation/devicetree/bindings/leds/common.txt
-- 
2.17.1


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

end of thread, other threads:[~2020-05-29 17:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-26  9:20 [PATCH] dt-bindings: leds: fix macro names for pca955x Flavio Suligoi
2020-05-26  9:22 ` Pavel Machek
2020-05-26  9:25   ` Flavio Suligoi
2020-05-26  9:28     ` Pavel Machek
2020-05-26  9:31       ` Flavio Suligoi
2020-05-29 17:27 ` Rob Herring
  -- strict thread matches above, loose matches on Subject: below --
2020-05-26  8:37 Flavio Suligoi

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).