All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128
@ 2017-11-16 13:46 ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2017-11-16 13:46 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Wolfram Sang, Bartosz Golaszewski
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, Geert Uytterhoeven

Document the compatible value for the Renesas R1EX24128ASAS0A two-wire
serial interface EEPROM, so it can be used in DTS files without causing
checkpatch warnings.

Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
 Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/eeprom/eeprom.txt b/Documentation/devicetree/bindings/eeprom/eeprom.txt
index 27f2bc15298a46fc..dab813cfdaa76b96 100644
--- a/Documentation/devicetree/bindings/eeprom/eeprom.txt
+++ b/Documentation/devicetree/bindings/eeprom/eeprom.txt
@@ -14,7 +14,7 @@ Required properties:
 
 	"ramtron,24c64"
 
-	"renesas,r1ex24002"
+	"renesas,r1ex24002", "renesas,r1ex24128"
 
 	The following manufacturers values have been deprecated:
 	"at", "at24"
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128
@ 2017-11-16 13:46 ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2017-11-16 13:46 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Wolfram Sang, Bartosz Golaszewski
  Cc: devicetree, linux-i2c, linux-renesas-soc, Geert Uytterhoeven

Document the compatible value for the Renesas R1EX24128ASAS0A two-wire
serial interface EEPROM, so it can be used in DTS files without causing
checkpatch warnings.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/eeprom/eeprom.txt b/Documentation/devicetree/bindings/eeprom/eeprom.txt
index 27f2bc15298a46fc..dab813cfdaa76b96 100644
--- a/Documentation/devicetree/bindings/eeprom/eeprom.txt
+++ b/Documentation/devicetree/bindings/eeprom/eeprom.txt
@@ -14,7 +14,7 @@ Required properties:
 
 	"ramtron,24c64"
 
-	"renesas,r1ex24002"
+	"renesas,r1ex24002", "renesas,r1ex24128"
 
 	The following manufacturers values have been deprecated:
 	"at", "at24"
-- 
2.7.4

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

* Re: [PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128
  2017-11-16 13:46 ` Geert Uytterhoeven
  (?)
@ 2017-11-17 20:30 ` Rob Herring
  -1 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2017-11-17 20:30 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Mark Rutland, Wolfram Sang, Bartosz Golaszewski, devicetree,
	linux-i2c, linux-renesas-soc

On Thu, Nov 16, 2017 at 02:46:34PM +0100, Geert Uytterhoeven wrote:
> Document the compatible value for the Renesas R1EX24128ASAS0A two-wire
> serial interface EEPROM, so it can be used in DTS files without causing
> checkpatch warnings.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

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

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

* Re: [PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128
  2017-11-16 13:46 ` Geert Uytterhoeven
  (?)
  (?)
@ 2017-11-18  7:38 ` Wolfram Sang
  -1 siblings, 0 replies; 8+ messages in thread
From: Wolfram Sang @ 2017-11-18  7:38 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Mark Rutland, Bartosz Golaszewski, devicetree,
	linux-i2c, linux-renesas-soc

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

On Thu, Nov 16, 2017 at 02:46:34PM +0100, Geert Uytterhoeven wrote:
> Document the compatible value for the Renesas R1EX24128ASAS0A two-wire
> serial interface EEPROM, so it can be used in DTS files without causing
> checkpatch warnings.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


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

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

* Re: [PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128
  2017-11-16 13:46 ` Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  (?)
@ 2017-11-27 18:05 ` Wolfram Sang
  2017-11-27 18:18     ` Geert Uytterhoeven
  2017-11-27 19:06   ` Bartosz Golaszewski
  -1 siblings, 2 replies; 8+ messages in thread
From: Wolfram Sang @ 2017-11-27 18:05 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Mark Rutland, Bartosz Golaszewski, devicetree,
	linux-i2c, linux-renesas-soc

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

Bartosz,

>  Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 +-

I just noticed this file is missing in the AT24 entry in MAINTAINERS. I
wanted to prepare a patch for that but then I was wondering if the name
"eeprom.txt" is really suitable? I have doubts. Would "at24.txt" be a
better name maybe? Rob?

Kind regards,

   Wolfram


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

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

* Re: [PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128
  2017-11-27 18:05 ` Wolfram Sang
@ 2017-11-27 18:18     ` Geert Uytterhoeven
  2017-11-27 19:06   ` Bartosz Golaszewski
  1 sibling, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2017-11-27 18:18 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Bartosz Golaszewski, devicetree-u79uwXL29TY76Z2rM5mHXA,
	Linux I2C, Linux-Renesas

On Mon, Nov 27, 2017 at 7:05 PM, Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org> wrote:
>>  Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 +-
>
> I just noticed this file is missing in the AT24 entry in MAINTAINERS. I
> wanted to prepare a patch for that but then I was wondering if the name
> "eeprom.txt" is really suitable? I have doubts. Would "at24.txt" be a
> better name maybe? Rob?

Acked-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>

;-)

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128
@ 2017-11-27 18:18     ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2017-11-27 18:18 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Geert Uytterhoeven, Rob Herring, Mark Rutland,
	Bartosz Golaszewski, devicetree, Linux I2C, Linux-Renesas

On Mon, Nov 27, 2017 at 7:05 PM, Wolfram Sang <wsa@the-dreams.de> wrote:
>>  Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 +-
>
> I just noticed this file is missing in the AT24 entry in MAINTAINERS. I
> wanted to prepare a patch for that but then I was wondering if the name
> "eeprom.txt" is really suitable? I have doubts. Would "at24.txt" be a
> better name maybe? Rob?

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

;-)

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128
  2017-11-27 18:05 ` Wolfram Sang
  2017-11-27 18:18     ` Geert Uytterhoeven
@ 2017-11-27 19:06   ` Bartosz Golaszewski
  1 sibling, 0 replies; 8+ messages in thread
From: Bartosz Golaszewski @ 2017-11-27 19:06 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Geert Uytterhoeven, Rob Herring, Mark Rutland, devicetree,
	linux-i2c, linux-renesas-soc

2017-11-27 19:05 GMT+01:00 Wolfram Sang <wsa@the-dreams.de>:
> Bartosz,
>
>>  Documentation/devicetree/bindings/eeprom/eeprom.txt | 2 +-
>
> I just noticed this file is missing in the AT24 entry in MAINTAINERS. I
> wanted to prepare a patch for that but then I was wondering if the name
> "eeprom.txt" is really suitable? I have doubts. Would "at24.txt" be a
> better name maybe? Rob?
>
> Kind regards,
>
>    Wolfram
>

Yes, it definitely should be called at24.txt - especially that we have
the legacy eeprom module in drivers/misc/eeprom/eeprom.c which has
nothing to do with the bindings in eeprom.txt.

Acked-in-advance-by: Bartosz Golaszewski <brgl@bgdev.pl>

Thanks,
Bartosz

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

end of thread, other threads:[~2017-11-27 19:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-16 13:46 [PATCH] dt-bindings: i2c: eeprom: Add Renesas R1EX24128 Geert Uytterhoeven
2017-11-16 13:46 ` Geert Uytterhoeven
2017-11-17 20:30 ` Rob Herring
2017-11-18  7:38 ` Wolfram Sang
2017-11-27 18:05 ` Wolfram Sang
2017-11-27 18:18   ` Geert Uytterhoeven
2017-11-27 18:18     ` Geert Uytterhoeven
2017-11-27 19:06   ` Bartosz Golaszewski

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.