devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-renesas-soc@vger.kernel.org,
	Magnus Damm <magnus.damm@gmail.com>,
	 Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Rob Herring <robh@kernel.org>,
	 Geert Uytterhoeven <geert+renesas@glider.be>,
	Conor Dooley <conor+dt@kernel.org>,
	 devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	 Biju Das <biju.das.jz@bp.renesas.com>,
	 Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
	 Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: Re: [PATCH v5 0/3] Add USB2PHY Port Reset Control driver for Renesas RZ/V2H(P) SoC
Date: Wed, 30 Apr 2025 21:37:09 +0100	[thread overview]
Message-ID: <CA+V-a8trb7Kxg0FeuvpJCnbqGaR5FMPdTd-CaHorMDvSM3Wy7A@mail.gmail.com> (raw)
In-Reply-To: <20250415195131.281060-1-prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi Philipp,

On Tue, Apr 15, 2025 at 8:51 PM Prabhakar <prabhakar.csengg@gmail.com> wrote:
>
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Hi All,
>
> This patch series adds support for the USB2PHY Port Reset control driver
> for the Renesas RZ/V2H(P) SoC. The changes include documenting the USB2PHY
> Port Reset control bindings and adding the driver.
>
> v4->v5
> - Added Reviewed-by tag from Biju Das for patch 2/3
> - Dropped NULL check for of_device_get_match_data() in probe()
> - Dropped dev_set_drvdata() in probe()
>
> v3->v4
> - Added Reviewed-by tag from Krzysztof Kozlowski for patch 1/3
> - Updated commit message for patch 1/3 as per review comments
>
> v2->v3
> - Dropped Acks from Conor and Fabrizio, due to below changes
> - Renamed binding renesas,rzv2h-usb2phy-ctrl.yaml to
>   renesas,rzv2h-usb2phy-reset.yaml
> - Renamed node name in example to reset-controller
> - Renamed function names in reset-rzv2h-usb2phy.c
> - Kept the reset line in asserted state during probe
> - Added comment for rzv2h_init_vals[]
> - Added entry in MAINTAINERS file
>
> v1->v2
> - Dropped binding postfix in subject line for patch 1/2
> - Moved acquiring the ctrl2 pin in deassert callback
> - Updated ctrl_status_bits
>
> Cheers,
> Prabhakar
>
> Lad Prabhakar (3):
>   dt-bindings: reset: Document RZ/V2H(P) USB2PHY reset
>   reset: Add USB2PHY port reset driver for Renesas RZ/V2H(P)
>   MAINTAINERS: Add entry for Renesas RZ/V2H(P) USB2PHY Port Reset driver
>
>  .../reset/renesas,rzv2h-usb2phy-reset.yaml    |  56 +++++
>  MAINTAINERS                                   |   8 +
>  drivers/reset/Kconfig                         |   7 +
>  drivers/reset/Makefile                        |   1 +
>  drivers/reset/reset-rzv2h-usb2phy.c           | 236 ++++++++++++++++++
>  5 files changed, 308 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/reset/renesas,rzv2h-usb2phy-reset.yaml
>  create mode 100644 drivers/reset/reset-rzv2h-usb2phy.c
>
Gentle ping for review.

Cheers,
Prabhakar

  parent reply	other threads:[~2025-04-30 20:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-15 19:51 [PATCH v5 0/3] Add USB2PHY Port Reset Control driver for Renesas RZ/V2H(P) SoC Prabhakar
2025-04-15 19:51 ` [PATCH v5 1/3] dt-bindings: reset: Document RZ/V2H(P) USB2PHY reset Prabhakar
2025-04-16  8:49   ` Fabrizio Castro
2025-04-15 19:51 ` [PATCH v5 2/3] reset: Add USB2PHY port reset driver for Renesas RZ/V2H(P) Prabhakar
2025-04-16  8:50   ` Fabrizio Castro
2025-04-15 19:51 ` [PATCH v5 3/3] MAINTAINERS: Add entry for Renesas RZ/V2H(P) USB2PHY Port Reset driver Prabhakar
2025-04-16  8:58   ` Fabrizio Castro
2025-04-30 20:37 ` Lad, Prabhakar [this message]
2025-05-05 13:29 ` [PATCH v5 0/3] Add USB2PHY Port Reset Control driver for Renesas RZ/V2H(P) SoC Philipp Zabel

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=CA+V-a8trb7Kxg0FeuvpJCnbqGaR5FMPdTd-CaHorMDvSM3Wy7A@mail.gmail.com \
    --to=prabhakar.csengg@gmail.com \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fabrizio.castro.jz@renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=krzk+dt@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    --cc=robh@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).