* [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 2022-11-22 22:20 ` patchwork-bot+linux-soc 0 siblings, 2 replies; 5+ 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 ^ permalink raw reply related [flat|nested] 5+ 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 2022-11-22 22:20 ` patchwork-bot+linux-soc 1 sibling, 1 reply; 5+ 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 ^ permalink raw reply [flat|nested] 5+ 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; 5+ 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 ^ permalink raw reply [flat|nested] 5+ 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; 5+ 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 ^ permalink raw reply [flat|nested] 5+ 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 22:20 ` patchwork-bot+linux-soc 1 sibling, 0 replies; 5+ messages in thread From: patchwork-bot+linux-soc @ 2022-11-22 22:20 UTC (permalink / raw) To: Christoph Niedermaier; +Cc: soc Hello: This patch was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Thu, 17 Nov 2022 11:51:31 +0100 you 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> > --- > 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 > > [...] Here is the summary with links: - MAINTAINERS: Add DHCOR to the DH electronic i.MX6 board support https://git.kernel.org/soc/soc/c/894799e1f496 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-11-22 22:20 UTC | newest] Thread overview: 5+ 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 2022-11-22 22:20 ` patchwork-bot+linux-soc
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox