devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] eeprom: at24: rename binding docs
@ 2017-12-07 10:38 Wolfram Sang
       [not found] ` <20171207103829.3342-1-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
  2017-12-07 10:38 ` [PATCH RESEND 2/2] MAINTAINERS: add DT binding docs for AT24 Wolfram Sang
  0 siblings, 2 replies; 7+ messages in thread
From: Wolfram Sang @ 2017-12-07 10:38 UTC (permalink / raw)
  To: linux-i2c; +Cc: devicetree, 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.

This is just a resend rebase on at24/for-next and with devicetree list properly
CCed.

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] 7+ messages in thread

* [PATCH RESEND 1/2] dt-bindings: eeprom: rename to at24.txt
       [not found] ` <20171207103829.3342-1-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
@ 2017-12-07 10:38   ` Wolfram Sang
       [not found]     ` <20171207103829.3342-2-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfram Sang @ 2017-12-07 10:38 UTC (permalink / raw)
  To: linux-i2c-u79uwXL29TY76Z2rM5mHXA
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA, 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-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
Signed-off-by: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
---
 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

--
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] 7+ messages in thread

* [PATCH RESEND 2/2] MAINTAINERS: add DT binding docs for AT24
  2017-12-07 10:38 [PATCH RESEND 0/2] eeprom: at24: rename binding docs Wolfram Sang
       [not found] ` <20171207103829.3342-1-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
@ 2017-12-07 10:38 ` Wolfram Sang
  2017-12-07 15:41   ` Rob Herring
  1 sibling, 1 reply; 7+ messages in thread
From: Wolfram Sang @ 2017-12-07 10:38 UTC (permalink / raw)
  To: linux-i2c; +Cc: devicetree, Bartosz Golaszewski, Wolfram Sang

The driver gained 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 d4fdcb12616c7a..22b52125558c8a 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] 7+ messages in thread

* Re: [PATCH RESEND 1/2] dt-bindings: eeprom: rename to at24.txt
       [not found]     ` <20171207103829.3342-2-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
@ 2017-12-07 15:41       ` Rob Herring
  2017-12-07 15:56         ` Bartosz Golaszewski
  0 siblings, 1 reply; 7+ messages in thread
From: Rob Herring @ 2017-12-07 15:41 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Bartosz Golaszewski, Geert Uytterhoeven

On Thu, Dec 7, 2017 at 4:38 AM, Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org> 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-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
> Signed-off-by: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
> ---
>  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%)

Reviewed-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
--
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] 7+ messages in thread

* Re: [PATCH RESEND 2/2] MAINTAINERS: add DT binding docs for AT24
  2017-12-07 10:38 ` [PATCH RESEND 2/2] MAINTAINERS: add DT binding docs for AT24 Wolfram Sang
@ 2017-12-07 15:41   ` Rob Herring
       [not found]     ` <CAL_JsqKw5hcPDwPsp98jdZKJ+Pw0JrvNab_OijPWvrRrMYdEaA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Rob Herring @ 2017-12-07 15:41 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: linux-i2c@vger.kernel.org, devicetree@vger.kernel.org,
	Bartosz Golaszewski

On Thu, Dec 7, 2017 at 4:38 AM, Wolfram Sang <wsa@the-dreams.de> wrote:
> The driver gained 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(+)

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

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

* Re: [PATCH RESEND 1/2] dt-bindings: eeprom: rename to at24.txt
  2017-12-07 15:41       ` Rob Herring
@ 2017-12-07 15:56         ` Bartosz Golaszewski
  0 siblings, 0 replies; 7+ messages in thread
From: Bartosz Golaszewski @ 2017-12-07 15:56 UTC (permalink / raw)
  To: Rob Herring
  Cc: Wolfram Sang, linux-i2c@vger.kernel.org,
	devicetree@vger.kernel.org, Geert Uytterhoeven

2017-12-07 16:41 GMT+01:00 Rob Herring <robh@kernel.org>:
> On Thu, Dec 7, 2017 at 4:38 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%)
>
> Reviewed-by: Rob Herring <robh@kernel.org>

Applied, thanks!

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

* Re: [PATCH RESEND 2/2] MAINTAINERS: add DT binding docs for AT24
       [not found]     ` <CAL_JsqKw5hcPDwPsp98jdZKJ+Pw0JrvNab_OijPWvrRrMYdEaA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
@ 2017-12-07 15:56       ` Bartosz Golaszewski
  0 siblings, 0 replies; 7+ messages in thread
From: Bartosz Golaszewski @ 2017-12-07 15:56 UTC (permalink / raw)
  To: Rob Herring
  Cc: Wolfram Sang, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org

2017-12-07 16:41 GMT+01:00 Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>:
> On Thu, Dec 7, 2017 at 4:38 AM, Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org> wrote:
>> The driver gained DT support recently, so we should add the binding docs
>> in the MAINTAINERS file.
>>
>> Signed-off-by: Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
>> ---
>>  MAINTAINERS | 1 +
>>  1 file changed, 1 insertion(+)
>
> Reviewed-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>

Applied, thanks!
--
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] 7+ messages in thread

end of thread, other threads:[~2017-12-07 15:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07 10:38 [PATCH RESEND 0/2] eeprom: at24: rename binding docs Wolfram Sang
     [not found] ` <20171207103829.3342-1-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2017-12-07 10:38   ` [PATCH RESEND 1/2] dt-bindings: eeprom: rename to at24.txt Wolfram Sang
     [not found]     ` <20171207103829.3342-2-wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
2017-12-07 15:41       ` Rob Herring
2017-12-07 15:56         ` Bartosz Golaszewski
2017-12-07 10:38 ` [PATCH RESEND 2/2] MAINTAINERS: add DT binding docs for AT24 Wolfram Sang
2017-12-07 15:41   ` Rob Herring
     [not found]     ` <CAL_JsqKw5hcPDwPsp98jdZKJ+Pw0JrvNab_OijPWvrRrMYdEaA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-12-07 15:56       ` Bartosz Golaszewski

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