devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <brgl-ARrdPY/1zhM@public.gmane.org>
To: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Ulrich Hecht
	<ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Simon Horman <horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>,
	geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org,
	kieran.bingham-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org,
	Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>,
	Magnus Damm <magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	linux-i2c <linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH v2 5/5] dt-bindings: at24: add bindings for Rohm BR24T01
Date: Mon, 5 Feb 2018 08:56:34 +0100	[thread overview]
Message-ID: <CAMRc=Mf+g6HNnu1ARPg8Uk9oeLQ+JkJcZrw_H48LzKByp_CM_Q@mail.gmail.com> (raw)
In-Reply-To: <20180205060732.ufy2w37uc4okclew@rob-hp-laptop>

2018-02-05 7:07 GMT+01:00 Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>:
> On Mon, Jan 29, 2018 at 04:45:48PM +0100, Ulrich Hecht wrote:
>> Both manufacturer and name variant.
>>
>> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
>> ---
>>  Documentation/devicetree/bindings/eeprom/at24.txt | 2 ++
>>  1 file changed, 2 insertions(+)
>
> Reviewed-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
>
>>
>> diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
>> index 1812c84..dd29937 100644
>> --- a/Documentation/devicetree/bindings/eeprom/at24.txt
>> +++ b/Documentation/devicetree/bindings/eeprom/at24.txt
>> @@ -40,6 +40,7 @@ Required properties:
>>                  "microchip",
>>                  "ramtron",
>>                  "renesas",
>> +                "rohm",
>
> This is going to comflict with a patch sorting these IIRC. So they
> should go thru the same tree.
>
>>                  "nxp",
>>                  "st",
>>
>> @@ -47,6 +48,7 @@ Required properties:
>>                  variants of the above. Known such exceptions are listed below:
>>
>>                  "renesas,r1ex24002" - the fallback is "atmel,24c02"
>> +                "rohm,br24t01" - the fallback is "atmel,24c01"
>>
>>    - reg: The I2C address of the EEPROM.
>>
>> --
>> 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

AT24 patches go through Wolfram's tree, but since he already sent his
PR for 4.16, I can pick them up for 4.17 (except for Peter's sorting
patch which should go in after 4.16-rc1).

Thanks,
Bartosz
--
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

  reply	other threads:[~2018-02-05  7:56 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-29 15:45 [PATCH v2 0/5] R-Car D3 (r8a77995) I2C integration Ulrich Hecht
     [not found] ` <1517240748-14780-1-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-01-29 15:45   ` [PATCH v2 1/5] arm64: renesas: r8a77995: add I2C support Ulrich Hecht
2018-01-30 10:42     ` Wolfram Sang
2018-01-29 15:45   ` [PATCH v2 3/5] arm64: renesas: draak: enable I2C controller 1 Ulrich Hecht
2018-01-30 10:43     ` Wolfram Sang
2018-01-30  9:26   ` [PATCH v2 0/5] R-Car D3 (r8a77995) I2C integration Simon Horman
2018-01-29 15:45 ` [PATCH v2 2/5] arm64: renesas: draak: enable I2C controller 0 and EEPROM Ulrich Hecht
2018-01-30 10:43   ` Wolfram Sang
2018-01-29 15:45 ` [PATCH v2 4/5] i2c: rcar: document R8A77995 bindings Ulrich Hecht
     [not found]   ` <1517240748-14780-5-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-01-30  9:18     ` Simon Horman
2018-02-05  6:07   ` Rob Herring
2018-02-26 20:01   ` Wolfram Sang
2018-01-29 15:45 ` [PATCH v2 5/5] dt-bindings: at24: add bindings for Rohm BR24T01 Ulrich Hecht
2018-01-29 16:06   ` Geert Uytterhoeven
2018-01-30 10:44   ` Wolfram Sang
2018-02-02  9:02     ` Bartosz Golaszewski
2018-02-05  6:07   ` Rob Herring
2018-02-05  7:56     ` Bartosz Golaszewski [this message]
2018-03-02 10:17   ` Bartosz Golaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMRc=Mf+g6HNnu1ARPg8Uk9oeLQ+JkJcZrw_H48LzKByp_CM_Q@mail.gmail.com' \
    --to=brgl-arrdpy/1zhm@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org \
    --cc=horms-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org \
    --cc=kieran.bingham-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org \
    --cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=magnus.damm-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).