linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs
@ 2018-12-06  9:45 Bartosz Golaszewski
  2018-12-06 10:35 ` Peter Rosin
  2018-12-06 10:44 ` Wolfram Sang
  0 siblings, 2 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2018-12-06  9:45 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Peter Rosin, Wolfram Sang
  Cc: linux-i2c, devicetree, linux-kernel, Bartosz Golaszewski, Thierry Reding

This is a follow-up to Thierry's patch which missed a few occurences.

Cc: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
 Documentation/devicetree/bindings/i2c/i2c-at91.txt        | 2 +-
 Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-at91.txt b/Documentation/devicetree/bindings/i2c/i2c-at91.txt
index ef973a0343c7..b7cec17c3daf 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-at91.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-at91.txt
@@ -33,7 +33,7 @@ i2c0: i2c@fff84000 {
 	clock-frequency = <400000>;
 
 	24c512@50 {
-		compatible = "24c512";
+		compatible = "atmel,24c512";
 		reg = <0x50>;
 		pagesize = <128>;
 	}
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt b/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
index c661b9083ec6..8b1e49cdce3f 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
@@ -54,7 +54,7 @@ Example:
 			reg = <1>;
 
 			eeprom@50 {
-				compatible = "at,24c02";
+				compatible = "atmel,24c02";
 				reg = <0x50>;
 			};
 		};
-- 
2.19.1


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

* Re: [PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs
  2018-12-06  9:45 [PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs Bartosz Golaszewski
@ 2018-12-06 10:35 ` Peter Rosin
  2018-12-06 10:44 ` Wolfram Sang
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Rosin @ 2018-12-06 10:35 UTC (permalink / raw)
  To: Bartosz Golaszewski, Rob Herring, Mark Rutland, Wolfram Sang
  Cc: linux-i2c, devicetree, linux-kernel, Thierry Reding

On 2018-12-06 10:45, Bartosz Golaszewski wrote:
> This is a follow-up to Thierry's patch which missed a few occurences.
> 
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>

Acked-by: Peter Rosin <peda@axentia.se>

Wolfram, you can take this one as well, of course.

Cheers,
Peter

> ---
>  Documentation/devicetree/bindings/i2c/i2c-at91.txt        | 2 +-
>  Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-at91.txt b/Documentation/devicetree/bindings/i2c/i2c-at91.txt
> index ef973a0343c7..b7cec17c3daf 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-at91.txt
> +++ b/Documentation/devicetree/bindings/i2c/i2c-at91.txt
> @@ -33,7 +33,7 @@ i2c0: i2c@fff84000 {
>  	clock-frequency = <400000>;
>  
>  	24c512@50 {
> -		compatible = "24c512";
> +		compatible = "atmel,24c512";
>  		reg = <0x50>;
>  		pagesize = <128>;
>  	}
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt b/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
> index c661b9083ec6..8b1e49cdce3f 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
> +++ b/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
> @@ -54,7 +54,7 @@ Example:
>  			reg = <1>;
>  
>  			eeprom@50 {
> -				compatible = "at,24c02";
> +				compatible = "atmel,24c02";
>  				reg = <0x50>;
>  			};
>  		};
> 


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

* Re: [PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs
  2018-12-06  9:45 [PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs Bartosz Golaszewski
  2018-12-06 10:35 ` Peter Rosin
@ 2018-12-06 10:44 ` Wolfram Sang
  2018-12-07 13:18   ` Bartosz Golaszewski
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2018-12-06 10:44 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Rob Herring, Mark Rutland, Peter Rosin, linux-i2c, devicetree,
	linux-kernel, Thierry Reding

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

On Thu, Dec 06, 2018 at 10:45:50AM +0100, Bartosz Golaszewski wrote:
> This is a follow-up to Thierry's patch which missed a few occurences.
> 
> Cc: Thierry Reding <thierry.reding@gmail.com>
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>

Since I dropped Thierry's original patch, I wonder if it is okay with
you to simply squash these hunks into it?


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

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

* Re: [PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs
  2018-12-06 10:44 ` Wolfram Sang
@ 2018-12-07 13:18   ` Bartosz Golaszewski
  2018-12-11 19:49     ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Bartosz Golaszewski @ 2018-12-07 13:18 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Rob Herring, Mark Rutland, Peter Rosin, linux-i2c, devicetree,
	Linux Kernel Mailing List, Thierry Reding

czw., 6 gru 2018 o 11:44 Wolfram Sang <wsa@the-dreams.de> napisał(a):
>
> On Thu, Dec 06, 2018 at 10:45:50AM +0100, Bartosz Golaszewski wrote:
> > This is a follow-up to Thierry's patch which missed a few occurences.
> >
> > Cc: Thierry Reding <thierry.reding@gmail.com>
> > Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
>
> Since I dropped Thierry's original patch, I wonder if it is okay with
> you to simply squash these hunks into it?
>

Yes, feel free to squash those two with my Signed-off-by tag.

Bart

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

* Re: [PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs
  2018-12-07 13:18   ` Bartosz Golaszewski
@ 2018-12-11 19:49     ` Wolfram Sang
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2018-12-11 19:49 UTC (permalink / raw)
  To: Bartosz Golaszewski
  Cc: Rob Herring, Mark Rutland, Peter Rosin, linux-i2c, devicetree,
	Linux Kernel Mailing List, Thierry Reding

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

On Fri, Dec 07, 2018 at 02:18:15PM +0100, Bartosz Golaszewski wrote:
> czw., 6 gru 2018 o 11:44 Wolfram Sang <wsa@the-dreams.de> napisał(a):
> >
> > On Thu, Dec 06, 2018 at 10:45:50AM +0100, Bartosz Golaszewski wrote:
> > > This is a follow-up to Thierry's patch which missed a few occurences.
> > >
> > > Cc: Thierry Reding <thierry.reding@gmail.com>
> > > Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> >
> > Since I dropped Thierry's original patch, I wonder if it is okay with
> > you to simply squash these hunks into it?
> >
> 
> Yes, feel free to squash those two with my Signed-off-by tag.

Done now, thanks!


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

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

end of thread, other threads:[~2018-12-11 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-06  9:45 [PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's at24 EEPROMs Bartosz Golaszewski
2018-12-06 10:35 ` Peter Rosin
2018-12-06 10:44 ` Wolfram Sang
2018-12-07 13:18   ` Bartosz Golaszewski
2018-12-11 19:49     ` Wolfram Sang

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