public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@nabladev.com>
To: Ovidiu Panait <ovidiu.panait.rb@renesas.com>
Cc: cip-dev@lists.cip-project.org, pavel@nabladev.com,
	nobuhiro.iwamatsu.x90@mail.toshiba
Subject: Re: [PATCH 6.12.y-cip 00/24] Add RZ/V2H display support
Date: Fri, 27 Feb 2026 11:19:49 +0100	[thread overview]
Message-ID: <aaFvxbyk6igbre3v@duo.ucw.cz> (raw)
In-Reply-To: <20260225121232.129678-1-ovidiu.panait.rb@renesas.com>

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]

Hi!

> This series adds display support for the Renesas RZ/V2H SoC and EVK board.
> 
> All patches were cherry-picked from mainline kernel.

Similar to 6.1 version, this looks okay to me.

Reviewed-by: Pavel Machek <pavel@nabladev.com>

I can apply the series if it passes testing and there are no other
comments.

Best regards,
                                                                Pavel

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

  parent reply	other threads:[~2026-02-27 10:20 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-25 12:12 [PATCH 6.12.y-cip 00/24] Add RZ/V2H display support Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 01/24] dt-bindings: display: bridge: renesas,dsi: allow properties from dsi-controller Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 02/24] dt-bindings: display: bridge: renesas,dsi: Document RZ/V2H(P) and RZ/V2N Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 03/24] media: dt-bindings: media: renesas,vsp1: Document RZ/V2H(P) Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 04/24] media: dt-bindings: media: renesas,fcp: Document RZ/V2H(P) SoC Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 05/24] dt-bindings: display: renesas,rzg2l-du: Add support for " Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 06/24] clk: renesas: rzv2h: Add instance field to struct pll Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 07/24] clk: renesas: rzv2h: Use GENMASK for PLL fields Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 08/24] clk: renesas: rzv2h: Add support for DSI clocks Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 09/24] clk: renesas: r9a09g057: Add clock and reset entries for DSI and LCDC Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 10/24] drm: renesas: rz-du: mipi_dsi: Simplify HSFREQ calculation Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 11/24] drm: renesas: rz-du: mipi_dsi: Use VCLK for " Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 12/24] drm: renesas: rz-du: mipi_dsi: Add OF data support Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 13/24] drm: renesas: rz-du: mipi_dsi: Make "rst" reset control optional for RZ/V2H(P) Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 14/24] drm: renesas: rz-du: mipi_dsi: Use mHz for D-PHY frequency calculations Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 15/24] drm: renesas: rz-du: mipi_dsi: Add feature flag for 16BPP support Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 16/24] drm: renesas: rz-du: mipi_dsi: Add dphy_late_init() callback for RZ/V2H(P) Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 17/24] drm: renesas: rz-du: mipi_dsi: Add function pointers for configuring VCLK and mode validation Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 18/24] drm: renesas: rz-du: mipi_dsi: Add LPCLK clock support Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 19/24] drm: renesas: rz-du: mipi_dsi: Add support for RZ/V2H(P) SoC Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 20/24] drm: renesas: rz-du: " Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 21/24] drm: renesas: rz-du: Drop ARCH_RZG2L dependency Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 22/24] arm64: dts: renesas: r9a09g057: Add FCPV and VSPD nodes Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 23/24] arm64: dts: renesas: r9a09g057: Add DU and DSI nodes Ovidiu Panait
2026-02-25 12:12 ` [PATCH 6.12.y-cip 24/24] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable DU and DSI Ovidiu Panait
2026-02-27 10:19 ` Pavel Machek [this message]
2026-03-06 20:02 ` [PATCH 6.12.y-cip 00/24] Add RZ/V2H display support Pavel Machek

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=aaFvxbyk6igbre3v@duo.ucw.cz \
    --to=pavel@nabladev.com \
    --cc=cip-dev@lists.cip-project.org \
    --cc=nobuhiro.iwamatsu.x90@mail.toshiba \
    --cc=ovidiu.panait.rb@renesas.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