devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mikhail Kshevetskiy <mikhail.kshevetskiy@iopsys.eu>
To: Michael Turquette <mturquette@baylibre.com>,
	Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Felix Fietkau <nbd@nbd.name>,
	linux-clk@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org
Cc: Andreas Gnau <andreas.gnau@iopsys.eu>
Subject: Re: [PATCH v3 0/3] clk: en7523: reset-controller support for EN7523 SoC
Date: Thu, 9 Oct 2025 11:53:09 +0300	[thread overview]
Message-ID: <ca777e63-96a3-4dbc-8540-2fc8ed61eec2@iopsys.eu> (raw)
In-Reply-To: <20250924104850.1930254-1-mikhail.kshevetskiy@iopsys.eu>

Is there any chances get it merged to linux-6.18?

Regards,
Mikhail Kshevetskiy

On 24.09.2025 13:48, Mikhail Kshevetskiy wrote:
> These patches:
>  * adds reset-controller support for EN7523 SoC
>  * updates dt-bindings
>  * updates en7523 dtsi
>
> Reset-controller support will allow us more easily reusing of en7581 drivers
> for en7523.
>
> Changes v2:
>  * keep '#reset-cells' property optional
>  * put dtsi changes to a separate commit
>  * add missed dtsi include
>
> Changes v3:
>  * keep en7581 prefix for common en7523/en7581 variables and functions
>
> Mikhail Kshevetskiy (3):
>   dt-bindings: clock: airoha: Add reset support to EN7523 clock binding
>   clk: en7523: Add reset-controller support for EN7523 SoC
>   ARM: dts: airoha: update EN7523 dtsi to support resets
>
>  .../bindings/clock/airoha,en7523-scu.yaml     |  3 +-
>  arch/arm/boot/dts/airoha/en7523.dtsi          |  2 +
>  drivers/clk/clk-en7523.c                      | 64 +++++++++++++++++--
>  .../dt-bindings/reset/airoha,en7523-reset.h   | 61 ++++++++++++++++++
>  4 files changed, 123 insertions(+), 7 deletions(-)
>  create mode 100644 include/dt-bindings/reset/airoha,en7523-reset.h
>

      parent reply	other threads:[~2025-10-09  8:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-24  6:05 [PATCH 0/2] clk: en7523: reset-controller support for EN7523 SoC Mikhail Kshevetskiy
2025-09-24  6:05 ` [PATCH 1/2] dt-bindings: clock: airoha: Add reset support to EN7523 clock binding Mikhail Kshevetskiy
2025-09-24  8:27   ` AngeloGioacchino Del Regno
2025-09-24  6:05 ` [PATCH 2/2] clk: en7523: Add reset-controller support for EN7523 SoC Mikhail Kshevetskiy
2025-09-24  8:24   ` AngeloGioacchino Del Regno
2025-09-24  9:41 ` [PATCH v2 0/3] clk: en7523: " Mikhail Kshevetskiy
2025-09-24  9:41   ` [PATCH v2 1/3] dt-bindings: clock: airoha: Add reset support to EN7523 clock binding Mikhail Kshevetskiy
2025-09-24  9:41   ` [PATCH v2 2/3] clk: en7523: Add reset-controller support for EN7523 SoC Mikhail Kshevetskiy
2025-09-24 10:20     ` AngeloGioacchino Del Regno
2025-09-24 10:48       ` Mikhail Kshevetskiy
2025-09-24  9:41   ` [PATCH v2 3/3] ARM: dts: airoha: update EN7523 dtsi to support resets Mikhail Kshevetskiy
2025-09-24 10:48   ` [PATCH v3 0/3] clk: en7523: reset-controller support for EN7523 SoC Mikhail Kshevetskiy
2025-09-24 10:48     ` [PATCH v3 1/3] dt-bindings: clock: airoha: Add reset support to EN7523 clock binding Mikhail Kshevetskiy
2025-10-02  0:20       ` Rob Herring (Arm)
2025-09-24 10:48     ` [PATCH v3 2/3] clk: en7523: Add reset-controller support for EN7523 SoC Mikhail Kshevetskiy
2025-09-24 11:12       ` AngeloGioacchino Del Regno
2025-09-24 10:48     ` [PATCH v3 3/3] ARM: dts: airoha: update EN7523 dtsi to support resets Mikhail Kshevetskiy
2025-09-24 11:12       ` AngeloGioacchino Del Regno
2025-10-09  8:53     ` Mikhail Kshevetskiy [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=ca777e63-96a3-4dbc-8540-2fc8ed61eec2@iopsys.eu \
    --to=mikhail.kshevetskiy@iopsys.eu \
    --cc=andreas.gnau@iopsys.eu \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=nbd@nbd.name \
    --cc=p.zabel@pengutronix.de \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).