From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6456C3783AA for ; Thu, 21 May 2026 09:40:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779356461; cv=none; b=JGdoS4+Ld+EwORkcbwfcKFuzQ2qKPOl9VTHQwjxwPxcEVYvu232EBo2fImKb2fXi5ZcI93/ZyPPGRKXKagf3bG6tsLGHtGhk06UvjI7KzzogM8z1kNKwSvcYDuqAoYAZ/+DnIRC2pHJNxDdWGTUrKNR2dYeNMp/TVOzLbJhiL80= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779356461; c=relaxed/simple; bh=FVUeWlKKpdLIZvOOLJnl3h9BUHCCwQDUhwgZkOAnPCw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Jea6D+d5eZ/ZEDFxjY7/biDnW9ilsfh0g/OQH1QkoKylAYoFrTvy06yZwrPsz3ll3cER/oBmxZWcDBkZsvYFpU3/grZWcoDgFPITkwHYaKd5p18e9c21QUjd5su6gWYvHf54D4Y0tcSHW/HSnceE3BPEXUd/kmc/99LTeAOkuBk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=egc7+pmF; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="egc7+pmF" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=FVUeWlKKpdLIZvOOLJnl3h9BUHCCwQDUhwgZkOAnPCw=; b=egc7+pmFKxo9bXuGpGKaODVu3c mInxx6dPQ5IWFQ5XLFIMeAvngzaZwCRkpWjbw4o0Vbr84YasEymd02U5+/aenR1B7qNm1ozn/294+ 7xX9kzv9kJcE1QgREU7dUHnDu+aO5shFIN/vyUl0PAVRh/losQwesRsQF+4Z8vHy79tusnVCe4KCn jryUgY8KouDTZAhJKHpRWtlre4uIcYbBog+8gsgAyAH0zF+KjS3b5HDdEYus5x9nhHVjyXT2ZwCqg LgPmP1CmSK04D/2jnqNMsSK8JatYzo2bfhiPhdB0Csca4gn1bd7s6ptPPqY/R5DsVhzdkXVMgIc+A XeujQ25w==; From: Heiko Stuebner To: Sandy Huang , Andy Yan , Jonas Karlman , Vladimir Oltean Cc: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , dri-devel@lists.freedesktop.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Jonas Karlman 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 Message-ID: <5220966.G96rZvMJ2N@phil> In-Reply-To: <20260518193748.2482823-1-jonas@kwiboo.se> References: <20260518193748.2482823-1-jonas@kwiboo.se> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Am Montag, 18. Mai 2026, 21:37:34 Mitteleurop=C3=A4ische 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. >=20 > 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. >=20 > 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]. >=20 > [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.o= ltean@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 #rk3328