public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@denx.de>
To: Philip Oberfichtner <pro@denx.de>
Cc: u-boot@lists.denx.de, Stefano Babic <sbabic@denx.de>,
	Christoph Niedermaier <cniedermaier@dh-electronics.com>,
	Peng Fan <peng.fan@nxp.com>, Marek Vasut <marex@denx.de>,
	Andre Przywara <andre.przywara@arm.com>,
	Andreas Geisreiter <ageisreiter@dh-electronics.de>,
	Christian Hewitt <christianshewitt@gmail.com>,
	Fabio Estevam <festevam@gmail.com>,
	Jagan Teki <jagan@amarulasolutions.com>,
	Kever Yang <kever.yang@rock-chips.com>,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	Simon Glass <sjg@chromium.org>, Sinthu Raja <sinthu.raja@ti.com>,
	Tim Harvey <tharvey@gateworks.com>, Tom Rini <trini@konsulko.com>,
	"Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>,
	u-boot@dh-electronics.com
Subject: Re: [PATCH v2 0/8] ARM: imx: Add support for iMX6QDL DHCOM DRC02 and DH picoITX
Date: Fri, 20 May 2022 08:33:54 -0300	[thread overview]
Message-ID: <4f49f8e4ba0148514f5281341e56a7fe@denx.de> (raw)
In-Reply-To: <20220520084626.656293-1-pro@denx.de>

Hi Philip,

On 20/05/2022 05:46, Philip Oberfichtner wrote:
> This patch series adds support for the DHCOM DRC02 and DH picoITX
> baseboards by DH electronics.
> 
> The two boards can be equipped with different SoMs. The STM32MP15xx 
> based
> versions are already mainlined. This patch adds support for the iMX6QDL
> based variants.
> 
> Changes in v2:
> - Rewrite board_fit_config_name_match
> - Return -EINVAL instead of -1
> - Reviewed-by Marek
> - Fix spelling
> 
> Philip Oberfichtner (8):
>   ARM: imx6: Fix broken DT path in DH board file
>   ARM: dts: imx: Migrate iMX6QDL DRC02 DTs from Linux
>   ARM: dts: imx: Migrate iMX6QDL picoITX DTs from Linux
>   ARM: imx6: Remove CONFIG_FEC_MXC_PHYADDR from DH header
>   ARM: dts: imx: Simplify fec node for iMX6QDL DHCOM boards
>   ARM: dts: imx: Configure FEC for iMX6QDL picoITX
>   ARM: dts: imx: Configure FEC for iMX6QDL DRC02
>   ARM: imx6: Adapt device tree selection in DH board file

For the series:

Reviewed-by: Fabio Estevam <festevam@denx.de>

      parent reply	other threads:[~2022-05-20 11:33 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20  8:46 [PATCH v2 0/8] ARM: imx: Add support for iMX6QDL DHCOM DRC02 and DH picoITX Philip Oberfichtner
2022-05-20  8:46 ` [PATCH v2 1/8] ARM: imx6: Fix broken DT path in DH board file Philip Oberfichtner
2022-05-20 13:41   ` sbabic
2022-05-20  8:46 ` [PATCH v2 2/8] ARM: dts: imx: Migrate iMX6QDL DRC02 DTs from Linux Philip Oberfichtner
2022-05-20 13:44   ` sbabic
2022-05-20  8:46 ` [PATCH v2 3/8] ARM: dts: imx: Migrate iMX6QDL picoITX " Philip Oberfichtner
2022-05-20 13:43   ` sbabic
2022-05-20  8:46 ` [PATCH v2 4/8] ARM: imx6: Remove CONFIG_FEC_MXC_PHYADDR from DH header Philip Oberfichtner
2022-05-20 13:40   ` sbabic
2022-05-20  8:46 ` [PATCH v2 5/8] ARM: dts: imx: Simplify fec node for iMX6QDL DHCOM boards Philip Oberfichtner
2022-05-20 13:43   ` sbabic
2022-05-20  8:46 ` [PATCH v2 6/8] ARM: dts: imx: Configure FEC for iMX6QDL picoITX Philip Oberfichtner
2022-05-20 13:40   ` sbabic
2022-05-20  8:46 ` [PATCH v2 7/8] ARM: dts: imx: Configure FEC for iMX6QDL DRC02 Philip Oberfichtner
2022-05-20 13:42   ` sbabic
2022-05-20  8:46 ` [PATCH v2 8/8] ARM: imx6: Adapt device tree selection in DH board file Philip Oberfichtner
2022-05-20 10:57   ` Marek Vasut
2022-05-20 13:43   ` sbabic
2022-05-20 11:33 ` Fabio Estevam [this message]

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=4f49f8e4ba0148514f5281341e56a7fe@denx.de \
    --to=festevam@denx.de \
    --cc=ageisreiter@dh-electronics.de \
    --cc=andre.przywara@arm.com \
    --cc=christianshewitt@gmail.com \
    --cc=cniedermaier@dh-electronics.com \
    --cc=festevam@gmail.com \
    --cc=jagan@amarulasolutions.com \
    --cc=kever.yang@rock-chips.com \
    --cc=marex@denx.de \
    --cc=paul.liu@linaro.org \
    --cc=peng.fan@nxp.com \
    --cc=pro@denx.de \
    --cc=sbabic@denx.de \
    --cc=sinthu.raja@ti.com \
    --cc=sjg@chromium.org \
    --cc=tharvey@gateworks.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@dh-electronics.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    /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