All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Shenwei Wang <shenwei.wang@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Marek Vasut <marex@denx.de>,
	Alexander Stein <alexander.stein@ew.tq-group.com>,
	Max Krummenacher <max.krummenacher@toradex.com>,
	Matthias Schiffer <matthias.schiffer@tq-group.com>,
	Denys Drozdov <denys.drozdov@toradex.com>,
	Tim Harvey <tharvey@gateworks.com>,
	Alex Marginean <alexandru.marginean@nxp.com>,
	Reinhold Mueller <reinhold.mueller@emtrion.com>,
	Viorel Suman <viorel.suman@nxp.com>,
	Abel Vesa <abelvesa@kernel.org>, Zhou Peng <eagle.zhou@nxp.com>,
	Shijie Qin <shijie.qin@nxp.com>, Ming Qian <ming.qian@nxp.com>,
	Peng Fan <peng.fan@nxp.com>, Li Yang <leoyang.li@nxp.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	imx@lists.linux.dev
Subject: Re: [PATCH v8 0/5] add imx8dxl evk support
Date: Thu, 15 Sep 2022 20:04:13 +0800	[thread overview]
Message-ID: <20220915120413.GL1728671@dragon> (raw)
In-Reply-To: <20220914135848.118616-1-shenwei.wang@nxp.com>

On Wed, Sep 14, 2022 at 08:58:43AM -0500, Shenwei Wang wrote:
> i.MX8DXL is a device targeting the automotive and industrial market
> segments. The chip is designed to achieve both high performance and
> low power consumption. It has a dual (2x) Cortex-A35 processor.
> 
> The series of patches is to add the imx8dxl soc and its evk board
> support.
> 
> changes in V8:
>   - change the flag of gpio phandle in reg_fec1_sel node to
>     GPIO_ACTIVE_LOW to match the hardware behavior.
> 
> changes in V7:
>   - move the fec1 reset gpio into its phy node
> 
> changes in V6:
>   - The V6 changes mainly respond to the comments from Shawn
>   - Separate the V5 patch into SoC and Board commits
>   - Remove the unnecessary properties of "max-frequency"
>     in usdhc2 node
>   - Remove the unnecessary properties of "clk_csr" in eqos node
>   - Fix several coding style problems
> 
> changes in V5:
>   - change the "scu" node name to "system-controller"
>   - fix the typo in the comments for imx8dxl evk board
> 
> changes in V4:
>   - move i2c/mmc/serial aliases from soc to board
>   - correct the node names to follow the generic names recommendation
>   - remove some unused nodes in the evk board dts
> 
> changes in V3:
>   - re-order the commit sequence according to Krzysztof's feedback
>   - correct the syntax and styple problems pointed by Krzysztof
>     (Thank you for the detailed review, Krzysztof!)
>   - remove the unused nodes in imx8dxl-evk.dts
>   - dt_binding_check passed
> 
> Changes in V2:
>   - removed the edma2 device node because the edma v3 driver hasn't been
>     upstreamed yet.
>   - removed the imx8dxl_cm4 alias to fix the compile error.
>   - removed the extra blank lines at EOF.
>   - dt_binding_check passed.
> 
> Shenwei Wang (5):
>   dt-bindings: firmware: add missing resource IDs for imx8dxl
>   dt-bindings: arm: imx: update fsl.yaml for imx8dxl
>   arm64: dts: imx8: add a node label to ddr-pmu
>   arm64: dts: freescale: add i.MX8DXL SoC support
>   arm64: dts: freescale: add support for i.MX8DXL EVK board

Applied all, thanks!

      parent reply	other threads:[~2022-09-15 12:04 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-14 13:58 [PATCH v8 0/5] add imx8dxl evk support Shenwei Wang
2022-09-14 13:58 ` [PATCH v8 1/5] dt-bindings: firmware: add missing resource IDs for imx8dxl Shenwei Wang
2022-09-14 13:58 ` [PATCH v8 2/5] dt-bindings: arm: imx: update fsl.yaml " Shenwei Wang
2022-09-14 13:58 ` [PATCH v8 3/5] arm64: dts: imx8: add a node label to ddr-pmu Shenwei Wang
2022-09-14 13:58 ` [PATCH v8 4/5] arm64: dts: freescale: add i.MX8DXL SoC support Shenwei Wang
2022-09-14 13:58 ` [PATCH v8 5/5] arm64: dts: freescale: add support for i.MX8DXL EVK board Shenwei Wang
2022-09-15 12:04 ` Shawn Guo [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=20220915120413.GL1728671@dragon \
    --to=shawnguo@kernel.org \
    --cc=abelvesa@kernel.org \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=alexandru.marginean@nxp.com \
    --cc=denys.drozdov@toradex.com \
    --cc=devicetree@vger.kernel.org \
    --cc=eagle.zhou@nxp.com \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marex@denx.de \
    --cc=matthias.schiffer@tq-group.com \
    --cc=max.krummenacher@toradex.com \
    --cc=ming.qian@nxp.com \
    --cc=peng.fan@nxp.com \
    --cc=reinhold.mueller@emtrion.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shenwei.wang@nxp.com \
    --cc=shijie.qin@nxp.com \
    --cc=tharvey@gateworks.com \
    --cc=viorel.suman@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.