linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support
@ 2022-11-17 10:51 Christoph Niedermaier
  2022-11-21 20:43 ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Niedermaier @ 2022-11-17 10:51 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Christoph Niedermaier, arnd, soc, Marek Vasut, kernel,
	linux-kernel

Add DHCOR to the DH electronic i.MX6 board support to cover the
DHCOR i.MX6ULL SoM. It is a solderable SoM.

Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
---
Cc: arnd@arndb.de
Cc: soc@kernel.org
Cc: Marek Vasut <marex@denx.de>
Cc: kernel@dh-electronics.com
Cc: linux-kernel@vger.kernel.org
To: linux-arm-kernel@lists.infradead.org
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0e4d61369bee..aaacc277136f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6069,11 +6069,12 @@ F:	include/net/devlink.h
 F:	include/uapi/linux/devlink.h
 F:	net/core/devlink.c
 
-DH ELECTRONICS IMX6 DHCOM BOARD SUPPORT
+DH ELECTRONICS IMX6 DHCOM/DHCOR BOARD SUPPORT
 M:	Christoph Niedermaier <cniedermaier@dh-electronics.com>
 L:	kernel@dh-electronics.com
 S:	Maintained
 F:	arch/arm/boot/dts/imx6*-dhcom-*
+F:	arch/arm/boot/dts/imx6*-dhcor-*
 
 DH ELECTRONICS STM32MP1 DHCOM/DHCOR BOARD SUPPORT
 M:	Marek Vasut <marex@denx.de>
-- 
2.11.0


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

* Re: [PATCH] MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support
  2022-11-17 10:51 [PATCH] MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support Christoph Niedermaier
@ 2022-11-21 20:43 ` Arnd Bergmann
  2022-11-22  3:57   ` Shawn Guo
  0 siblings, 1 reply; 4+ messages in thread
From: Arnd Bergmann @ 2022-11-21 20:43 UTC (permalink / raw)
  To: Christoph Niedermaier, linux-arm-kernel
  Cc: soc, Marek Vasut, kernel, linux-kernel, NXP Linux Team, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam

On Thu, Nov 17, 2022, at 11:51, Christoph Niedermaier wrote:
> Add DHCOR to the DH electronic i.MX6 board support to cover the
> DHCOR i.MX6ULL SoM. It is a solderable SoM.
>
> Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>

The patch looks good to me, and while I could apply it directly to the
soc tree, the normal way is to send this to the i.MX maintainers
(added to Cc here).

Shawn, let me know if you want me to apply this directly,
otherwise I assume it will be part of you next pull request. 

     Arnd

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

* Re: [PATCH] MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support
  2022-11-21 20:43 ` Arnd Bergmann
@ 2022-11-22  3:57   ` Shawn Guo
  2022-11-22  8:16     ` Arnd Bergmann
  0 siblings, 1 reply; 4+ messages in thread
From: Shawn Guo @ 2022-11-22  3:57 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Christoph Niedermaier, linux-arm-kernel, soc, Marek Vasut, kernel,
	linux-kernel, NXP Linux Team, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam

On Mon, Nov 21, 2022 at 09:43:06PM +0100, Arnd Bergmann wrote:
> On Thu, Nov 17, 2022, at 11:51, Christoph Niedermaier wrote:
> > Add DHCOR to the DH electronic i.MX6 board support to cover the
> > DHCOR i.MX6ULL SoM. It is a solderable SoM.
> >
> > Signed-off-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
> 
> The patch looks good to me, and while I could apply it directly to the
> soc tree, the normal way is to send this to the i.MX maintainers
> (added to Cc here).
> 
> Shawn, let me know if you want me to apply this directly,
> otherwise I assume it will be part of you next pull request. 

Hi Arnd,

Feel free to pick it up, as I do not plan to send you another PR for
6.2 merge window, unless there are something really urgent coming.

Shawn

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

* Re: [PATCH] MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support
  2022-11-22  3:57   ` Shawn Guo
@ 2022-11-22  8:16     ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2022-11-22  8:16 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Christoph Niedermaier, linux-arm-kernel, soc, Marek Vasut, kernel,
	linux-kernel, NXP Linux Team, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam

On Tue, Nov 22, 2022, at 04:57, Shawn Guo wrote:
> On Mon, Nov 21, 2022 at 09:43:06PM +0100, Arnd Bergmann wrote:
>> On Thu, Nov 17, 2022, at 11:51, Christoph Niedermaier wrote:
>> > Add DHCOR to the DH electronic i.MX6 board support to cover the
>> > DHCOR i.MX6ULL SoM. It is a solderable SoM.
>>
>> Shawn, let me know if you want me to apply this directly,
>> otherwise I assume it will be part of you next pull request. 
>
> Feel free to pick it up, as I do not plan to send you another PR for
> 6.2 merge window, unless there are something really urgent coming.

Applied, thanks!

     Arnd

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

end of thread, other threads:[~2022-11-22  8:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-17 10:51 [PATCH] MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support Christoph Niedermaier
2022-11-21 20:43 ` Arnd Bergmann
2022-11-22  3:57   ` Shawn Guo
2022-11-22  8:16     ` Arnd Bergmann

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