All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] eeprom: at24: rename binding docs
@ 2017-11-29  9:04 Wolfram Sang
  2017-11-29  9:04 ` [PATCH 1/2] dt-bindings: eeprom: rename to at24.txt Wolfram Sang
  2017-11-29  9:04 ` [PATCH 2/2] MAINTAINERS: add DT binding docs for AT24 Wolfram Sang
  0 siblings, 2 replies; 8+ messages in thread
From: Wolfram Sang @ 2017-11-29  9:04 UTC (permalink / raw)
  To: linux-i2c; +Cc: Bartosz Golaszewski, Wolfram Sang

As discussed previously (and pre-acked by Bartosz), here is a small series to
rename the binding docs for at24 properly and add the new name to MAINTAINERS
file. Hope I didn't miss something.

Kind regards,

   Wolfram

Wolfram Sang (2):
  dt-bindings: eeprom: rename to at24.txt
  MAINTAINERS: add DT binding docs for AT24

 Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} | 0
 MAINTAINERS                                                       | 1 +
 2 files changed, 1 insertion(+)
 rename Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} (100%)

-- 
2.11.0

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

* [PATCH 1/2] dt-bindings: eeprom: rename to at24.txt
  2017-11-29  9:04 [PATCH 0/2] eeprom: at24: rename binding docs Wolfram Sang
@ 2017-11-29  9:04 ` Wolfram Sang
  2017-11-29  9:11   ` Geert Uytterhoeven
  2017-11-29  9:04 ` [PATCH 2/2] MAINTAINERS: add DT binding docs for AT24 Wolfram Sang
  1 sibling, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2017-11-29  9:04 UTC (permalink / raw)
  To: linux-i2c; +Cc: Bartosz Golaszewski, Wolfram Sang, Geert Uytterhoeven

This binding documentation is for the at24 driver, so the filename
should reflect it. This avoids confusion because we also have an
"eeprom" driver in Linux but it doesn't support DT even.

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
 Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} (100%)

diff --git a/Documentation/devicetree/bindings/eeprom/eeprom.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
similarity index 100%
rename from Documentation/devicetree/bindings/eeprom/eeprom.txt
rename to Documentation/devicetree/bindings/eeprom/at24.txt
-- 
2.11.0

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

* [PATCH 2/2] MAINTAINERS: add DT binding docs for AT24
  2017-11-29  9:04 [PATCH 0/2] eeprom: at24: rename binding docs Wolfram Sang
  2017-11-29  9:04 ` [PATCH 1/2] dt-bindings: eeprom: rename to at24.txt Wolfram Sang
@ 2017-11-29  9:04 ` Wolfram Sang
  2017-11-29  9:27   ` Bartosz Golaszewski
  2017-11-29 16:11   ` Peter Rosin
  1 sibling, 2 replies; 8+ messages in thread
From: Wolfram Sang @ 2017-11-29  9:04 UTC (permalink / raw)
  To: linux-i2c; +Cc: Bartosz Golaszewski, Wolfram Sang

The driver gaines DT support recently, so we should add the binding docs
in the MAINTAINERS file.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index aa71ab52fd76d1..c870f329613d04 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2262,6 +2262,7 @@ AT24 EEPROM DRIVER
 M:	Bartosz Golaszewski <brgl@bgdev.pl>
 L:	linux-i2c@vger.kernel.org
 S:	Maintained
+F:	Documentation/devicetree/bindings/eeprom/at24.txt
 F:	drivers/misc/eeprom/at24.c
 F:	include/linux/platform_data/at24.h
 
-- 
2.11.0

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

* Re: [PATCH 1/2] dt-bindings: eeprom: rename to at24.txt
  2017-11-29  9:04 ` [PATCH 1/2] dt-bindings: eeprom: rename to at24.txt Wolfram Sang
@ 2017-11-29  9:11   ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2017-11-29  9:11 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Linux I2C, Bartosz Golaszewski, Geert Uytterhoeven, Rob Herring,
	Mark Rutland, devicetree

CC devicetree

On Wed, Nov 29, 2017 at 10:04 AM, Wolfram Sang <wsa@the-dreams.de> wrote:
> This binding documentation is for the at24 driver, so the filename
> should reflect it. This avoids confusion because we also have an
> "eeprom" driver in Linux but it doesn't support DT even.
>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> ---
>  Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/eeprom/{eeprom.txt => at24.txt} (100%)
>
> diff --git a/Documentation/devicetree/bindings/eeprom/eeprom.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
> similarity index 100%
> rename from Documentation/devicetree/bindings/eeprom/eeprom.txt
> rename to Documentation/devicetree/bindings/eeprom/at24.txt

Gr{oetje,eeting}s,

                        Geert

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

* Re: [PATCH 2/2] MAINTAINERS: add DT binding docs for AT24
  2017-11-29  9:04 ` [PATCH 2/2] MAINTAINERS: add DT binding docs for AT24 Wolfram Sang
@ 2017-11-29  9:27   ` Bartosz Golaszewski
  2017-11-29 15:30     ` Wolfram Sang
  2017-11-29 16:11   ` Peter Rosin
  1 sibling, 1 reply; 8+ messages in thread
From: Bartosz Golaszewski @ 2017-11-29  9:27 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c

2017-11-29 10:04 GMT+01:00 Wolfram Sang <wsa@the-dreams.de>:
> The driver gaines DT support recently, so we should add the binding docs
> in the MAINTAINERS file.
>
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aa71ab52fd76d1..c870f329613d04 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2262,6 +2262,7 @@ AT24 EEPROM DRIVER
>  M:     Bartosz Golaszewski <brgl@bgdev.pl>
>  L:     linux-i2c@vger.kernel.org
>  S:     Maintained
> +F:     Documentation/devicetree/bindings/eeprom/at24.txt
>  F:     drivers/misc/eeprom/at24.c
>  F:     include/linux/platform_data/at24.h
>
> --
> 2.11.0
>

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

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

* Re: [PATCH 2/2] MAINTAINERS: add DT binding docs for AT24
  2017-11-29  9:27   ` Bartosz Golaszewski
@ 2017-11-29 15:30     ` Wolfram Sang
  2017-11-29 15:55       ` Bartosz Golaszewski
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfram Sang @ 2017-11-29 15:30 UTC (permalink / raw)
  To: Bartosz Golaszewski; +Cc: linux-i2c

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

On Wed, Nov 29, 2017 at 10:27:22AM +0100, Bartosz Golaszewski wrote:
> 2017-11-29 10:04 GMT+01:00 Wolfram Sang <wsa@the-dreams.de>:
> > The driver gaines DT support recently, so we should add the binding docs
> > in the MAINTAINERS file.
> >
> > Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index aa71ab52fd76d1..c870f329613d04 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -2262,6 +2262,7 @@ AT24 EEPROM DRIVER
> >  M:     Bartosz Golaszewski <brgl@bgdev.pl>
> >  L:     linux-i2c@vger.kernel.org
> >  S:     Maintained
> > +F:     Documentation/devicetree/bindings/eeprom/at24.txt
> >  F:     drivers/misc/eeprom/at24.c
> >  F:     include/linux/platform_data/at24.h
> >
> > --
> > 2.11.0
> >
> 
> Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>

I'd think both patches should go via your tree because they deal with
at24. If you'd prefer my tree, let me know and I'll apply them with your
ack. Thanks!


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

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

* Re: [PATCH 2/2] MAINTAINERS: add DT binding docs for AT24
  2017-11-29 15:30     ` Wolfram Sang
@ 2017-11-29 15:55       ` Bartosz Golaszewski
  0 siblings, 0 replies; 8+ messages in thread
From: Bartosz Golaszewski @ 2017-11-29 15:55 UTC (permalink / raw)
  To: Wolfram Sang; +Cc: linux-i2c

2017-11-29 16:30 GMT+01:00 Wolfram Sang <wsa@the-dreams.de>:
> On Wed, Nov 29, 2017 at 10:27:22AM +0100, Bartosz Golaszewski wrote:
>> 2017-11-29 10:04 GMT+01:00 Wolfram Sang <wsa@the-dreams.de>:
>> > The driver gaines DT support recently, so we should add the binding docs
>> > in the MAINTAINERS file.
>> >
>> > Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
>> > ---
>> >  MAINTAINERS | 1 +
>> >  1 file changed, 1 insertion(+)
>> >
>> > diff --git a/MAINTAINERS b/MAINTAINERS
>> > index aa71ab52fd76d1..c870f329613d04 100644
>> > --- a/MAINTAINERS
>> > +++ b/MAINTAINERS
>> > @@ -2262,6 +2262,7 @@ AT24 EEPROM DRIVER
>> >  M:     Bartosz Golaszewski <brgl@bgdev.pl>
>> >  L:     linux-i2c@vger.kernel.org
>> >  S:     Maintained
>> > +F:     Documentation/devicetree/bindings/eeprom/at24.txt
>> >  F:     drivers/misc/eeprom/at24.c
>> >  F:     include/linux/platform_data/at24.h
>> >
>> > --
>> > 2.11.0
>> >
>>
>> Acked-by: Bartosz Golaszewski <brgl@bgdev.pl>
>
> I'd think both patches should go via your tree because they deal with
> at24. If you'd prefer my tree, let me know and I'll apply them with your
> ack. Thanks!
>

Sure, I'll apply them as soon as we get an Ack from Rob Herring on the dt patch.

Thanks,
Bartosz

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

* Re: [PATCH 2/2] MAINTAINERS: add DT binding docs for AT24
  2017-11-29  9:04 ` [PATCH 2/2] MAINTAINERS: add DT binding docs for AT24 Wolfram Sang
  2017-11-29  9:27   ` Bartosz Golaszewski
@ 2017-11-29 16:11   ` Peter Rosin
  1 sibling, 0 replies; 8+ messages in thread
From: Peter Rosin @ 2017-11-29 16:11 UTC (permalink / raw)
  To: Wolfram Sang, linux-i2c; +Cc: Bartosz Golaszewski

On 2017-11-29 10:04, Wolfram Sang wrote:
> The driver gaines DT support recently, so we should add the binding docs

s/gaines/gained/

Cheers,
Peter

> in the MAINTAINERS file.
> 
> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aa71ab52fd76d1..c870f329613d04 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2262,6 +2262,7 @@ AT24 EEPROM DRIVER
>  M:	Bartosz Golaszewski <brgl@bgdev.pl>
>  L:	linux-i2c@vger.kernel.org
>  S:	Maintained
> +F:	Documentation/devicetree/bindings/eeprom/at24.txt
>  F:	drivers/misc/eeprom/at24.c
>  F:	include/linux/platform_data/at24.h
>  
> 

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

end of thread, other threads:[~2017-11-29 16:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-29  9:04 [PATCH 0/2] eeprom: at24: rename binding docs Wolfram Sang
2017-11-29  9:04 ` [PATCH 1/2] dt-bindings: eeprom: rename to at24.txt Wolfram Sang
2017-11-29  9:11   ` Geert Uytterhoeven
2017-11-29  9:04 ` [PATCH 2/2] MAINTAINERS: add DT binding docs for AT24 Wolfram Sang
2017-11-29  9:27   ` Bartosz Golaszewski
2017-11-29 15:30     ` Wolfram Sang
2017-11-29 15:55       ` Bartosz Golaszewski
2017-11-29 16:11   ` Peter Rosin

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.