linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: ARM: marvell: include bindings
@ 2022-08-09  5:57 Krzysztof Kozlowski
  2022-08-09 17:00 ` Andrew Lunn
  2022-10-18 13:39 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-09  5:57 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth, Rob Herring,
	Krzysztof Kozlowski, Chris Packham, linux-arm-kernel, devicetree,
	linux-kernel
  Cc: Pali Rohár, Krzysztof Kozlowski

Include top-level Marvell bindings in Marvell maintainer entries.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ee8f04918d44..b087994f8783 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2301,6 +2301,8 @@ M:	Gregory Clement <gregory.clement@bootlin.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git
+F:	Documentation/devicetree/bindings/arm/marvell/marvell,dove.txt
+F:	Documentation/devicetree/bindings/arm/marvell/marvell,orion5x.txt
 F:	Documentation/devicetree/bindings/soc/dove/
 F:	arch/arm/boot/dts/dove*
 F:	arch/arm/boot/dts/orion5x*
@@ -2317,6 +2319,7 @@ M:	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git
+F:	Documentation/devicetree/bindings/arm/marvell/
 F:	arch/arm/boot/dts/armada*
 F:	arch/arm/boot/dts/kirkwood*
 F:	arch/arm/configs/mvebu_*_defconfig
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] MAINTAINERS: ARM: marvell: include bindings
  2022-08-09  5:57 [PATCH] MAINTAINERS: ARM: marvell: include bindings Krzysztof Kozlowski
@ 2022-08-09 17:00 ` Andrew Lunn
  2022-09-02 14:08   ` Gregory CLEMENT
  2022-10-18 13:39 ` Krzysztof Kozlowski
  1 sibling, 1 reply; 5+ messages in thread
From: Andrew Lunn @ 2022-08-09 17:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Gregory Clement, Sebastian Hesselbarth, Rob Herring,
	Krzysztof Kozlowski, Chris Packham, linux-arm-kernel, devicetree,
	linux-kernel, Pali Rohár

On Tue, Aug 09, 2022 at 08:57:29AM +0300, Krzysztof Kozlowski wrote:
> Include top-level Marvell bindings in Marvell maintainer entries.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] MAINTAINERS: ARM: marvell: include bindings
  2022-08-09 17:00 ` Andrew Lunn
@ 2022-09-02 14:08   ` Gregory CLEMENT
  2022-09-24 16:55     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Gregory CLEMENT @ 2022-09-02 14:08 UTC (permalink / raw)
  To: Andrew Lunn, Krzysztof Kozlowski
  Cc: Sebastian Hesselbarth, Rob Herring, Krzysztof Kozlowski,
	Chris Packham, linux-arm-kernel, devicetree, linux-kernel,
	Pali Rohár

Andrew Lunn <andrew@lunn.ch> writes:

> On Tue, Aug 09, 2022 at 08:57:29AM +0300, Krzysztof Kozlowski wrote:
>> Include top-level Marvell bindings in Marvell maintainer entries.
>> 
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>

Gregory
>
>     Andrew

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] MAINTAINERS: ARM: marvell: include bindings
  2022-09-02 14:08   ` Gregory CLEMENT
@ 2022-09-24 16:55     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-24 16:55 UTC (permalink / raw)
  To: Gregory CLEMENT, Andrew Lunn
  Cc: Sebastian Hesselbarth, Rob Herring, Krzysztof Kozlowski,
	Chris Packham, linux-arm-kernel, devicetree, linux-kernel,
	Pali Rohár

On 02/09/2022 16:08, Gregory CLEMENT wrote:
> Andrew Lunn <andrew@lunn.ch> writes:
> 
>> On Tue, Aug 09, 2022 at 08:57:29AM +0300, Krzysztof Kozlowski wrote:
>>> Include top-level Marvell bindings in Marvell maintainer entries.
>>>
>>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>>
>> Reviewed-by: Andrew Lunn <andrew@lunn.ch>
> 
> Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com>

I got acks from Andrew and Gregory, but I was rather expecting you to
pick it up. This patch belongs in general to platform maintainers. Does
it mean you do not pick up Marvell platform stuff?

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] MAINTAINERS: ARM: marvell: include bindings
  2022-08-09  5:57 [PATCH] MAINTAINERS: ARM: marvell: include bindings Krzysztof Kozlowski
  2022-08-09 17:00 ` Andrew Lunn
@ 2022-10-18 13:39 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-10-18 13:39 UTC (permalink / raw)
  To: Gregory Clement, Krzysztof Kozlowski, Krzysztof Kozlowski,
	devicetree, Chris Packham, Rob Herring, Sebastian Hesselbarth,
	Andrew Lunn, linux-arm-kernel, linux-kernel
  Cc: Pali Rohár

On Tue, 9 Aug 2022 08:57:29 +0300, Krzysztof Kozlowski wrote:
> Include top-level Marvell bindings in Marvell maintainer entries.
> 
> 

Applied, thanks!

[1/1] MAINTAINERS: ARM: marvell: include bindings
      https://git.kernel.org/krzk/linux-dt/c/b65c1735c73019549255e3a59ec80e9b9201c6e5

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-10-18 13:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09  5:57 [PATCH] MAINTAINERS: ARM: marvell: include bindings Krzysztof Kozlowski
2022-08-09 17:00 ` Andrew Lunn
2022-09-02 14:08   ` Gregory CLEMENT
2022-09-24 16:55     ` Krzysztof Kozlowski
2022-10-18 13:39 ` Krzysztof Kozlowski

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