All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Francesco Dolcini <francesco@dolcini.it>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.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>, Li Yang <leoyang.li@nxp.com>,
	Francesco Dolcini <francesco.dolcini@toradex.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/2] arm64: dts: freescale: verdin-imx8mp: add support to mallow board
Date: Wed, 6 Dec 2023 11:15:18 +0800	[thread overview]
Message-ID: <20231206031518.GQ236001@dragon> (raw)
In-Reply-To: <20231201153929.26590-1-francesco@dolcini.it>

On Fri, Dec 01, 2023 at 04:39:27PM +0100, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> Add Toradex Verdin IMX8MP Mallow carrier board support. Mallow is a
> low-cost carrier board in the Verdin family with a small form factor and
> build for volume production making it ideal for industrial and embedded
> applications.
> 
> https://www.toradex.com/products/carrier-board/mallow-carrier-board
> 
> v1:
>  - https://lore.kernel.org/all/20231129164022.143340-1-francesco@dolcini.it/
> v2:
>  - remove dt nodes: eeprom_display_adapter, hwmon
>  - add Acked-by: Krzysztof
>  - correct hwmon_temp node compatible to "ti,tmp1075"
> 
> Joao Paulo Goncalves (2):
>   dt-bindings: arm: fsl: add verdin imx8mp mallow board
>   arm64: dts: freescale: verdin-imx8mp: add support to mallow board

Ok, applied this version instead.

It would be helpful if you drop a note on the previous version when you
discard it with a new one.

Shawn

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

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Francesco Dolcini <francesco@dolcini.it>
Cc: Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.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>, Li Yang <leoyang.li@nxp.com>,
	Francesco Dolcini <francesco.dolcini@toradex.com>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/2] arm64: dts: freescale: verdin-imx8mp: add support to mallow board
Date: Wed, 6 Dec 2023 11:15:18 +0800	[thread overview]
Message-ID: <20231206031518.GQ236001@dragon> (raw)
In-Reply-To: <20231201153929.26590-1-francesco@dolcini.it>

On Fri, Dec 01, 2023 at 04:39:27PM +0100, Francesco Dolcini wrote:
> From: Francesco Dolcini <francesco.dolcini@toradex.com>
> 
> Add Toradex Verdin IMX8MP Mallow carrier board support. Mallow is a
> low-cost carrier board in the Verdin family with a small form factor and
> build for volume production making it ideal for industrial and embedded
> applications.
> 
> https://www.toradex.com/products/carrier-board/mallow-carrier-board
> 
> v1:
>  - https://lore.kernel.org/all/20231129164022.143340-1-francesco@dolcini.it/
> v2:
>  - remove dt nodes: eeprom_display_adapter, hwmon
>  - add Acked-by: Krzysztof
>  - correct hwmon_temp node compatible to "ti,tmp1075"
> 
> Joao Paulo Goncalves (2):
>   dt-bindings: arm: fsl: add verdin imx8mp mallow board
>   arm64: dts: freescale: verdin-imx8mp: add support to mallow board

Ok, applied this version instead.

It would be helpful if you drop a note on the previous version when you
discard it with a new one.

Shawn

  parent reply	other threads:[~2023-12-06  3:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-01 15:39 [PATCH v2 0/2] arm64: dts: freescale: verdin-imx8mp: add support to mallow board Francesco Dolcini
2023-12-01 15:39 ` Francesco Dolcini
2023-12-01 15:39 ` [PATCH v2 1/2] dt-bindings: arm: fsl: add verdin imx8mp " Francesco Dolcini
2023-12-01 15:39 ` [PATCH v2 2/2] arm64: dts: freescale: verdin-imx8mp: add support to " Francesco Dolcini
2023-12-01 15:39   ` Francesco Dolcini
2023-12-06  3:15 ` Shawn Guo [this message]
2023-12-06  3:15   ` [PATCH v2 0/2] " Shawn Guo

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=20231206031518.GQ236001@dragon \
    --to=shawnguo@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=francesco.dolcini@toradex.com \
    --cc=francesco@dolcini.it \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    /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.