All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	devicetree@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, Peng Fan <peng.fan@nxp.com>,
	Haibo Chen <haibo.chen@nxp.com>
Subject: Re: [PATCH v2 00/10] arm64: dts: imx952: Enable various node for i.MX952-EVK
Date: Sun, 18 Jan 2026 09:56:18 +0800	[thread overview]
Message-ID: <aWw9wvbCJO2C7bVi@dragon> (raw)
In-Reply-To: <20260111-imx952-dts-v2-v2-0-5773fa57e89e@nxp.com>

On Sun, Jan 11, 2026 at 08:40:06PM +0800, Peng Fan (OSS) wrote:
> Patch 1: Enable cpuidle for A55
> Patch 2: Update sdhc pinctrl
> Patch [3-10]: Enable wdog/usb/spi/uart/i2c/tpm/flexcan for i.MX952-EVK
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> Changes in v2:
> - Sync to next-20260109
> - Update Copyright year to cover 2026.
> - Update spi7 pinctrl.
> - Add new patch to update sdhc pinctrl to DSE4, add flexcan and tpm support
> - Link to v1: https://lore.kernel.org/imx/20260105-imx952-dts-v1-0-68b5a4d69710@nxp.com/T/#t
> 
> ---
> Haibo Chen (2):
>       arm64: dts: imx952-evk: Change the usdhc1_200mhz drive strength to DSE4
>       arm64: dts: imx952-evk: Add flexcan support
> 
> Peng Fan (8):
>       arm64: dts: imx952: Add idle-states node
>       arm64: dts: imx952-evk: Enable I2C[2,3,4,6,7] bus
>       arm64: dts: imx952-evk: Enable UART5
>       arm64: dts: imx952-evk: Enable SPI7
>       arm64: dts: imx952-evk: Enable USB[1,2]
>       arm64: dts: imx952-evk: Enable wdog3
>       arm64: dts: imx952-evk: Enable TPM[3,6]
>       arm64: dts: imx952-evk: Add nxp,ctrl-ids for scmi misc

Applied v2 instead, thanks!

      parent reply	other threads:[~2026-01-18  1:56 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-11 12:40 [PATCH v2 00/10] arm64: dts: imx952: Enable various node for i.MX952-EVK Peng Fan (OSS)
2026-01-11 12:40 ` [PATCH v2 01/10] arm64: dts: imx952: Add idle-states node Peng Fan (OSS)
2026-01-11 12:40 ` [PATCH v2 02/10] arm64: dts: imx952-evk: Change the usdhc1_200mhz drive strength to DSE4 Peng Fan (OSS)
2026-01-11 12:40 ` [PATCH v2 03/10] arm64: dts: imx952-evk: Enable I2C[2,3,4,6,7] bus Peng Fan (OSS)
2026-01-11 12:40 ` [PATCH v2 04/10] arm64: dts: imx952-evk: Enable UART5 Peng Fan (OSS)
2026-01-13  8:59   ` Daniel Baluta
2026-01-11 12:40 ` [PATCH v2 05/10] arm64: dts: imx952-evk: Enable SPI7 Peng Fan (OSS)
2026-01-13  9:01   ` Daniel Baluta
2026-01-11 12:40 ` [PATCH v2 06/10] arm64: dts: imx952-evk: Enable USB[1,2] Peng Fan (OSS)
2026-01-11 12:40 ` [PATCH v2 07/10] arm64: dts: imx952-evk: Enable wdog3 Peng Fan (OSS)
2026-01-13  9:02   ` Daniel Baluta
2026-01-11 12:40 ` [PATCH v2 08/10] arm64: dts: imx952-evk: Enable TPM[3,6] Peng Fan (OSS)
2026-01-13  9:09   ` Daniel Baluta
2026-01-11 12:40 ` [PATCH v2 09/10] arm64: dts: imx952-evk: Add flexcan support Peng Fan (OSS)
2026-01-13  9:07   ` Daniel Baluta
2026-01-11 12:40 ` [PATCH v2 10/10] arm64: dts: imx952-evk: Add nxp,ctrl-ids for scmi misc Peng Fan (OSS)
2026-01-13  9:10   ` Daniel Baluta
2026-01-18  1:56 ` 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=aWw9wvbCJO2C7bVi@dragon \
    --to=shawnguo@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=haibo.chen@nxp.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peng.fan@nxp.com \
    --cc=peng.fan@oss.nxp.com \
    --cc=robh@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.