* [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically
[not found] ` <20180116160618.27859-2-peda@axentia.se>
@ 2018-01-29 16:17 ` Rob Herring
2018-01-29 16:56 ` Bartosz Golaszewski
2018-02-28 9:28 ` Bartosz Golaszewski
1 sibling, 1 reply; 13+ messages in thread
From: Rob Herring @ 2018-01-29 16:17 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jan 16, 2018 at 05:06:15PM +0100, Peter Rosin wrote:
> Makes them easier to find.
>
> Signed-off-by: Peter Rosin <peda@axentia.se>
> ---
> Documentation/devicetree/bindings/eeprom/at24.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
This one should go into 4.16. I can apply after rc1 or apply to tree
with at24.txt changes queued.
Acked-by: Rob Herring <robh@kernel.org>
Rob
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 2/4] dt-bindings: at24: add compatible for nxp,se97b
[not found] ` <20180116160618.27859-3-peda@axentia.se>
@ 2018-01-29 16:18 ` Rob Herring
2018-03-02 10:17 ` Bartosz Golaszewski
1 sibling, 0 replies; 13+ messages in thread
From: Rob Herring @ 2018-01-29 16:18 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Jan 16, 2018 at 05:06:16PM +0100, Peter Rosin wrote:
> The datasheet talks about the chip being an spd, but the chip is writable
> so atmel,24c02 is more appropriate as fallback.
>
> Signed-off-by: Peter Rosin <peda@axentia.se>
> ---
> Documentation/devicetree/bindings/eeprom/at24.txt | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically
2018-01-29 16:17 ` [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically Rob Herring
@ 2018-01-29 16:56 ` Bartosz Golaszewski
2018-02-21 9:11 ` Wolfram Sang
0 siblings, 1 reply; 13+ messages in thread
From: Bartosz Golaszewski @ 2018-01-29 16:56 UTC (permalink / raw)
To: linux-arm-kernel
2018-01-29 17:17 GMT+01:00 Rob Herring <robh@kernel.org>:
> On Tue, Jan 16, 2018 at 05:06:15PM +0100, Peter Rosin wrote:
>> Makes them easier to find.
>>
>> Signed-off-by: Peter Rosin <peda@axentia.se>
>> ---
>> Documentation/devicetree/bindings/eeprom/at24.txt | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> This one should go into 4.16. I can apply after rc1 or apply to tree
> with at24.txt changes queued.
>
> Acked-by: Rob Herring <robh@kernel.org>
>
> Rob
Wolfram,
can you take this via the i2c tree for 4.16?
Thanks,
Bartosz
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 3/4] ARM: dts: at91: nattis: use the correct compatible for the eeprom
[not found] ` <20180116160618.27859-4-peda@axentia.se>
@ 2018-01-30 22:15 ` Alexandre Belloni
0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Belloni @ 2018-01-30 22:15 UTC (permalink / raw)
To: linux-arm-kernel
On 16/01/2018 at 17:06:17 +0100, Peter Rosin wrote:
> The used part does contain an eeprom compatible with an Atmel 24c02
> chip and it is from NXP, but it is not called 24c02. It's actually a
> se97b chip. Adjust the compatible accordingly.
>
> Fixes: 0e4323899973 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power")
> Signed-off-by: Peter Rosin <peda@axentia.se>
> ---
> arch/arm/boot/dts/at91-nattis-2-natte-2.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks.
--
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 4/4] ARM: dts: at91: tse850: use the correct compatible for the eeprom
[not found] ` <20180116160618.27859-5-peda@axentia.se>
@ 2018-01-30 22:15 ` Alexandre Belloni
0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Belloni @ 2018-01-30 22:15 UTC (permalink / raw)
To: linux-arm-kernel
On 16/01/2018 at 17:06:18 +0100, Peter Rosin wrote:
> The used part does contain an eeprom compatible with an Atmel 24c02
> chip and it is from NXP, but it is not called 24c02. It's actually a
> se97b chip. Adjust the compatible accordingly.
>
> Fixes: 21dd0ece34c2 ("ARM: dts: at91: add devicetree for the Axentia TSE-850")
> Signed-off-by: Peter Rosin <peda@axentia.se>
> ---
> arch/arm/boot/dts/at91-tse850-3.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks.
--
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically
2018-01-29 16:56 ` Bartosz Golaszewski
@ 2018-02-21 9:11 ` Wolfram Sang
2018-02-21 9:23 ` Bartosz Golaszewski
0 siblings, 1 reply; 13+ messages in thread
From: Wolfram Sang @ 2018-02-21 9:11 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jan 29, 2018 at 05:56:52PM +0100, Bartosz Golaszewski wrote:
> 2018-01-29 17:17 GMT+01:00 Rob Herring <robh@kernel.org>:
> > On Tue, Jan 16, 2018 at 05:06:15PM +0100, Peter Rosin wrote:
> >> Makes them easier to find.
> >>
> >> Signed-off-by: Peter Rosin <peda@axentia.se>
> >> ---
> >> Documentation/devicetree/bindings/eeprom/at24.txt | 2 +-
> >> 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > This one should go into 4.16. I can apply after rc1 or apply to tree
> > with at24.txt changes queued.
> >
> > Acked-by: Rob Herring <robh@kernel.org>
> >
> > Rob
>
> Wolfram,
>
> can you take this via the i2c tree for 4.16?
I missed this mail because I leave at24 patches to you now.
Please send pull requests for patches I shall take. Least room for
confusion (I hope).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180221/bcb9d069/attachment.sig>
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically
2018-02-21 9:11 ` Wolfram Sang
@ 2018-02-21 9:23 ` Bartosz Golaszewski
2018-02-21 9:40 ` Wolfram Sang
0 siblings, 1 reply; 13+ messages in thread
From: Bartosz Golaszewski @ 2018-02-21 9:23 UTC (permalink / raw)
To: linux-arm-kernel
2018-02-21 10:11 GMT+01:00 Wolfram Sang <wsa@the-dreams.de>:
> On Mon, Jan 29, 2018 at 05:56:52PM +0100, Bartosz Golaszewski wrote:
>> 2018-01-29 17:17 GMT+01:00 Rob Herring <robh@kernel.org>:
>> > On Tue, Jan 16, 2018 at 05:06:15PM +0100, Peter Rosin wrote:
>> >> Makes them easier to find.
>> >>
>> >> Signed-off-by: Peter Rosin <peda@axentia.se>
>> >> ---
>> >> Documentation/devicetree/bindings/eeprom/at24.txt | 2 +-
>> >> 1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > This one should go into 4.16. I can apply after rc1 or apply to tree
>> > with at24.txt changes queued.
>> >
>> > Acked-by: Rob Herring <robh@kernel.org>
>> >
>> > Rob
>>
>> Wolfram,
>>
>> can you take this via the i2c tree for 4.16?
>
> I missed this mail because I leave at24 patches to you now.
> Please send pull requests for patches I shall take. Least room for
> confusion (I hope).
>
Will do. What about this (http://patchwork.ozlabs.org/patch/867169/)
one? It's part of a bigger series, do you want me to apply it to my
tree and provide you with an immutable branch?
Bart
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically
2018-02-21 9:23 ` Bartosz Golaszewski
@ 2018-02-21 9:40 ` Wolfram Sang
2018-02-23 7:52 ` Bartosz Golaszewski
0 siblings, 1 reply; 13+ messages in thread
From: Wolfram Sang @ 2018-02-21 9:40 UTC (permalink / raw)
To: linux-arm-kernel
> Will do. What about this (http://patchwork.ozlabs.org/patch/867169/)
> one? It's part of a bigger series, do you want me to apply it to my
> tree and provide you with an immutable branch?
Well, I would accept it for 4.16 using the "plain new id" rule. So, if
you add it on top of Peter's sorting patch, totally fine by me.
If you want it in v4.17, ok, too. I'd think an immutable branch is not
needed. There is a fallback property in the DTS. So at worst, there will
be a DTS warning during the merge window which will be fixed at rc1 time.
Unless I overlooked something.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180221/cc305d42/attachment.sig>
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically
2018-02-21 9:40 ` Wolfram Sang
@ 2018-02-23 7:52 ` Bartosz Golaszewski
2018-02-23 10:32 ` Wolfram Sang
0 siblings, 1 reply; 13+ messages in thread
From: Bartosz Golaszewski @ 2018-02-23 7:52 UTC (permalink / raw)
To: linux-arm-kernel
2018-02-21 10:40 GMT+01:00 Wolfram Sang <wsa@the-dreams.de>:
>
>> Will do. What about this (http://patchwork.ozlabs.org/patch/867169/)
>> one? It's part of a bigger series, do you want me to apply it to my
>> tree and provide you with an immutable branch?
>
> Well, I would accept it for 4.16 using the "plain new id" rule. So, if
> you add it on top of Peter's sorting patch, totally fine by me.
>
> If you want it in v4.17, ok, too. I'd think an immutable branch is not
> needed. There is a fallback property in the DTS. So at worst, there will
> be a DTS warning during the merge window which will be fixed at rc1 time.
>
> Unless I overlooked something.
>
Ok, I'll have some time during the weekend, so I'll send a PR for rc3.
Bart
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically
2018-02-23 7:52 ` Bartosz Golaszewski
@ 2018-02-23 10:32 ` Wolfram Sang
2018-02-23 11:40 ` Bartosz Golaszewski
0 siblings, 1 reply; 13+ messages in thread
From: Wolfram Sang @ 2018-02-23 10:32 UTC (permalink / raw)
To: linux-arm-kernel
> Ok, I'll have some time during the weekend, so I'll send a PR for rc3.
Well, I am away this weekend, so I just sent out my pull request. But we
can make it for rc4, no problem.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180223/fe5ffb48/attachment.sig>
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically
2018-02-23 10:32 ` Wolfram Sang
@ 2018-02-23 11:40 ` Bartosz Golaszewski
0 siblings, 0 replies; 13+ messages in thread
From: Bartosz Golaszewski @ 2018-02-23 11:40 UTC (permalink / raw)
To: linux-arm-kernel
2018-02-23 11:32 GMT+01:00 Wolfram Sang <wsa@the-dreams.de>:
>
>> Ok, I'll have some time during the weekend, so I'll send a PR for rc3.
>
> Well, I am away this weekend, so I just sent out my pull request. But we
> can make it for rc4, no problem.
>
Yeah, I actually meant rc4.
Bart
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically
[not found] ` <20180116160618.27859-2-peda@axentia.se>
2018-01-29 16:17 ` [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically Rob Herring
@ 2018-02-28 9:28 ` Bartosz Golaszewski
1 sibling, 0 replies; 13+ messages in thread
From: Bartosz Golaszewski @ 2018-02-28 9:28 UTC (permalink / raw)
To: linux-arm-kernel
2018-01-16 17:06 GMT+01:00 Peter Rosin <peda@axentia.se>:
> Makes them easier to find.
>
> Signed-off-by: Peter Rosin <peda@axentia.se>
> ---
> Documentation/devicetree/bindings/eeprom/at24.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
> index 1812c848e369..abfae1beca2b 100644
> --- a/Documentation/devicetree/bindings/eeprom/at24.txt
> +++ b/Documentation/devicetree/bindings/eeprom/at24.txt
> @@ -38,9 +38,9 @@ Required properties:
>
> "catalyst",
> "microchip",
> + "nxp",
> "ramtron",
> "renesas",
> - "nxp",
> "st",
>
> Some vendors use different model names for chips which are just
> --
> 2.11.0
>
Applied to for-current. Thanks.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 2/4] dt-bindings: at24: add compatible for nxp,se97b
[not found] ` <20180116160618.27859-3-peda@axentia.se>
2018-01-29 16:18 ` [PATCH 2/4] dt-bindings: at24: add compatible for nxp,se97b Rob Herring
@ 2018-03-02 10:17 ` Bartosz Golaszewski
1 sibling, 0 replies; 13+ messages in thread
From: Bartosz Golaszewski @ 2018-03-02 10:17 UTC (permalink / raw)
To: linux-arm-kernel
2018-01-16 17:06 GMT+01:00 Peter Rosin <peda@axentia.se>:
> The datasheet talks about the chip being an spd, but the chip is writable
> so atmel,24c02 is more appropriate as fallback.
>
> Signed-off-by: Peter Rosin <peda@axentia.se>
> ---
> Documentation/devicetree/bindings/eeprom/at24.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/eeprom/at24.txt b/Documentation/devicetree/bindings/eeprom/at24.txt
> index abfae1beca2b..edf9247613f6 100644
> --- a/Documentation/devicetree/bindings/eeprom/at24.txt
> +++ b/Documentation/devicetree/bindings/eeprom/at24.txt
> @@ -46,6 +46,7 @@ Required properties:
> Some vendors use different model names for chips which are just
> variants of the above. Known such exceptions are listed below:
>
> + "nxp,se97b" - the fallback is "atmel,24c02",
> "renesas,r1ex24002" - the fallback is "atmel,24c02"
>
> - reg: The I2C address of the EEPROM.
> --
> 2.11.0
>
Applied to for-next, thanks.
Bart
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2018-03-02 10:17 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20180116160618.27859-1-peda@axentia.se>
[not found] ` <20180116160618.27859-4-peda@axentia.se>
2018-01-30 22:15 ` [PATCH 3/4] ARM: dts: at91: nattis: use the correct compatible for the eeprom Alexandre Belloni
[not found] ` <20180116160618.27859-5-peda@axentia.se>
2018-01-30 22:15 ` [PATCH 4/4] ARM: dts: at91: tse850: " Alexandre Belloni
[not found] ` <20180116160618.27859-2-peda@axentia.se>
2018-01-29 16:17 ` [PATCH 1/4] dt-bindings: at24: sort manufacturers alphabetically Rob Herring
2018-01-29 16:56 ` Bartosz Golaszewski
2018-02-21 9:11 ` Wolfram Sang
2018-02-21 9:23 ` Bartosz Golaszewski
2018-02-21 9:40 ` Wolfram Sang
2018-02-23 7:52 ` Bartosz Golaszewski
2018-02-23 10:32 ` Wolfram Sang
2018-02-23 11:40 ` Bartosz Golaszewski
2018-02-28 9:28 ` Bartosz Golaszewski
[not found] ` <20180116160618.27859-3-peda@axentia.se>
2018-01-29 16:18 ` [PATCH 2/4] dt-bindings: at24: add compatible for nxp,se97b Rob Herring
2018-03-02 10:17 ` 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).