Devicetree
 help / color / mirror / Atom feed
From: Vignesh Raghavendra <vigneshr@ti.com>
To: Nishanth Menon <nm@ti.com>, Tero Kristo <kristo@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Manorit Chawdhry <m-chawdhry@ti.com>
Cc: Vignesh Raghavendra <vigneshr@ti.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Udit Kumar <u-kumar1@ti.com>,
	Neha Malcom Francis <n-francis@ti.com>,
	Aniket Limaye <a-limaye@ti.com>, Beleswar Padhi <b-padhi@ti.com>,
	Siddharth Vadapalli <s-vadapalli@ti.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH v6 0/5] Introduce J742S2 SoC and EVM
Date: Mon, 28 Oct 2024 20:35:25 +0530	[thread overview]
Message-ID: <173012710987.558239.1177036960002400473.b4-ty@ti.com> (raw)
In-Reply-To: <20240902-b4-upstream-j742s2-v6-0-6a7aa2736797@ti.com>

Hi Manorit Chawdhry,

On Mon, 02 Sep 2024 17:56:48 +0530, Manorit Chawdhry wrote:
> The series adds support for J742S2 family of SoCs. Also adds J742S2 EVM
> Support and re-uses most of the stuff from the superset device J784s4.
> 
> It initially cleans up the J784s4 SoC files so that they can be
> re-usable for j742s2 by introducing -common files. Next it cleans up the
> EVM files for j784s4 in a similar way and then goes about adding the
> support for j742s2.
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/5] arm64: dts: ti: Refactor J784s4 SoC files to a common file
      commit: 9cc161a4509c2fda7cbe35b4858b496cec03c5d0
[2/5] arm64: dts: ti: Refactor J784s4-evm to a common file
      commit: 39b623c05c4652f2ec450a07cee3d179a283733b
[3/5] dt-bindings: arm: ti: Add bindings for J742S2 SoCs and Boards
      commit: 9c65033884bfec836fe45f21d079de40fc7c7bda
[4/5] arm64: dts: ti: Introduce J742S2 SoC family
      commit: 38fd90a3e1ac7e948081cf168cf10f0a20febc21
[5/5] arm64: dts: ti: Add support for J742S2 EVM board
      commit: 13dc96a52712053cfad59b0d11cab694ed5bc5ef

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh


      parent reply	other threads:[~2024-10-28 15:08 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 12:26 [PATCH v6 0/5] Introduce J742S2 SoC and EVM Manorit Chawdhry
2024-09-02 12:26 ` [PATCH v6 1/5] arm64: dts: ti: Refactor J784s4 SoC files to a common file Manorit Chawdhry
2024-09-02 12:57   ` Kumar, Udit
2024-09-02 12:26 ` [PATCH v6 2/5] arm64: dts: ti: Refactor J784s4-evm " Manorit Chawdhry
2024-09-03  6:39   ` Krzysztof Kozlowski
2024-09-03  8:16     ` Manorit Chawdhry
2024-09-02 12:26 ` [PATCH v6 3/5] dt-bindings: arm: ti: Add bindings for J742S2 SoCs and Boards Manorit Chawdhry
2024-09-03  6:58   ` Siddharth Vadapalli
2024-09-03  7:40     ` Manorit Chawdhry
2024-09-02 12:26 ` [PATCH v6 4/5] arm64: dts: ti: Introduce J742S2 SoC family Manorit Chawdhry
2024-09-02 12:26 ` [PATCH v6 5/5] arm64: dts: ti: Add support for J742S2 EVM board Manorit Chawdhry
2024-10-28 15:05 ` Vignesh Raghavendra [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=173012710987.558239.1177036960002400473.b4-ty@ti.com \
    --to=vigneshr@ti.com \
    --cc=a-limaye@ti.com \
    --cc=b-padhi@ti.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kristo@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m-chawdhry@ti.com \
    --cc=n-francis@ti.com \
    --cc=nm@ti.com \
    --cc=robh@kernel.org \
    --cc=s-vadapalli@ti.com \
    --cc=u-kumar1@ti.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