From: Heiko Stuebner <heiko@sntech.de>
To: Sandy Huang <hjc@rock-chips.com>,
Andy Yan <andy.yan@rock-chips.com>,
Jonas Karlman <jonas@kwiboo.se>,
Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
dri-devel@lists.freedesktop.org,
linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Jonas Karlman <jonas@kwiboo.se>
Subject: Re: [PATCH v2 00/11] drm/rockchip: dw_hdmi: Misc cleanup and propagate bus format
Date: Thu, 21 May 2026 11:40:48 +0200 [thread overview]
Message-ID: <5220966.G96rZvMJ2N@phil> (raw)
In-Reply-To: <20260518193748.2482823-1-jonas@kwiboo.se>
Am Montag, 18. Mai 2026, 21:37:34 Mitteleuropäische Sommerzeit schrieb Jonas Karlman:
> This series include misc cleanup of the dwhdmi-rockchip driver and
> prepares for future support of YCbCr output and Deep Color modes.
>
> Patch 1-7 cleanup and changes to use drmres helpers for the encoder.
> Patch 8 prepare for use of a display-connector bridge for RK3568/RK3566.
> Patch 9-10 prepares for future support of YCbCr and Deep Color modes.
> Patch 11 changes to use resume_early pm ops for system suspend.
>
> This series depends on the patch "drm/rockchip: dw_hdmi: avoid direct
> dereference of phy->dev.of_node" [1] from the series "Split Generic PHY
> consumer and provider API" [2].
>
> [1] https://lore.kernel.org/linux-phy/20260505100523.1922388-16-vladimir.oltean@nxp.com/
> [2] https://lore.kernel.org/linux-phy/20260505100523.1922388-1-vladimir.oltean@nxp.com/
With Vladimir's agreement, I've pulled that patch out of the phy-series
and applied it to drm-misc-next - as it's a change that can stand on
its own.
Series:
Tested-by: Heiko Stuebner <heiko@sntech.de> #rk3328
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Sandy Huang <hjc@rock-chips.com>,
Andy Yan <andy.yan@rock-chips.com>,
Jonas Karlman <jonas@kwiboo.se>,
Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
David Airlie <airlied@gmail.com>, Simona Vetter <simona@ffwll.ch>,
dri-devel@lists.freedesktop.org,
linux-rockchip@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Jonas Karlman <jonas@kwiboo.se>
Subject: Re: [PATCH v2 00/11] drm/rockchip: dw_hdmi: Misc cleanup and propagate bus format
Date: Thu, 21 May 2026 11:40:48 +0200 [thread overview]
Message-ID: <5220966.G96rZvMJ2N@phil> (raw)
In-Reply-To: <20260518193748.2482823-1-jonas@kwiboo.se>
Am Montag, 18. Mai 2026, 21:37:34 Mitteleuropäische Sommerzeit schrieb Jonas Karlman:
> This series include misc cleanup of the dwhdmi-rockchip driver and
> prepares for future support of YCbCr output and Deep Color modes.
>
> Patch 1-7 cleanup and changes to use drmres helpers for the encoder.
> Patch 8 prepare for use of a display-connector bridge for RK3568/RK3566.
> Patch 9-10 prepares for future support of YCbCr and Deep Color modes.
> Patch 11 changes to use resume_early pm ops for system suspend.
>
> This series depends on the patch "drm/rockchip: dw_hdmi: avoid direct
> dereference of phy->dev.of_node" [1] from the series "Split Generic PHY
> consumer and provider API" [2].
>
> [1] https://lore.kernel.org/linux-phy/20260505100523.1922388-16-vladimir.oltean@nxp.com/
> [2] https://lore.kernel.org/linux-phy/20260505100523.1922388-1-vladimir.oltean@nxp.com/
With Vladimir's agreement, I've pulled that patch out of the phy-series
and applied it to drm-misc-next - as it's a change that can stand on
its own.
Series:
Tested-by: Heiko Stuebner <heiko@sntech.de> #rk3328
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2026-05-21 9:40 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-18 19:37 [PATCH v2 00/11] drm/rockchip: dw_hdmi: Misc cleanup and propagate bus format Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 01/11] drm/rockchip: dw_hdmi: Use of_device_get_match_data() to get match data Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 02/11] drm/rockchip: dw_hdmi: Use local dev variable consistently in bind() Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 03/11] drm/rockchip: dw_hdmi: Use drmres helpers for encoder resources Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 04/11] drm/rockchip: dw_hdmi: Inline resource lookup into bind() Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 05/11] drm/rockchip: dw_hdmi: Hold a reference to the dw-hdmi bridge Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 06/11] drm/rockchip: dw_hdmi: Remove empty encoder helper funcs Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 07/11] drm/rockchip: dw_hdmi: Clean up whitespace Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 08/11] drm/rockchip: dw_hdmi: Set output_port for RK3568/RK3566 Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 09/11] drm/rockchip: dw_hdmi: Configure HDMI PHY in atomic_mode_set() Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 10/11] drm/rockchip: dw_hdmi: Propagate bus format to display driver Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-18 19:37 ` [PATCH v2 11/11] drm/rockchip: dw_hdmi: Use resume_early pm ops for system suspend Jonas Karlman
2026-05-18 19:37 ` Jonas Karlman
2026-05-21 9:40 ` Heiko Stuebner [this message]
2026-05-21 9:40 ` [PATCH v2 00/11] drm/rockchip: dw_hdmi: Misc cleanup and propagate bus format Heiko Stuebner
2026-06-02 20:39 ` Heiko Stuebner
2026-06-02 20:39 ` Heiko Stuebner
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=5220966.G96rZvMJ2N@phil \
--to=heiko@sntech.de \
--cc=airlied@gmail.com \
--cc=andy.yan@rock-chips.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=hjc@rock-chips.com \
--cc=jonas@kwiboo.se \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
--cc=vladimir.oltean@nxp.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 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.