From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 BFA18425CC5 for ; Fri, 15 May 2026 08:40:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778834444; cv=none; b=J9JQToDqiPBhC1Mcd0y5yp0GWHvdNfuy5Nrg9f6BxRjpvkIPLPY+cliPLQhsEj9GvTDS+fNKDgazPohdPIRvVRkzyncspawf4PsQguXyOKsh9GFcwnMtL/4XFBXqMac0Hu4cJTvZj2h6V5Dsi9IBrdqNZ0/0nWvaB06b/Yg0P20= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778834444; c=relaxed/simple; bh=UFyKFGi9UhxKwTvHiGZCgLkpguuwOTEpftDDIYAXKIE=; h=Subject:To:Cc:From:Date:Message-ID:MIME-Version:Content-Type; b=AAmaarBD5ywEw1d0/62JDmhYpCsnV1+VGUX4N0RIVJT1BCroGHaGJ2cscTvx7U2o5RI3zAPohrykU5na65fjujPUtQ0qX/Uphd/eSj9oCtUDvxe9wYGV2sR7yc+6VrO1unCXY/QUHZRSUMjP5uRqAlobFXgUx/ImLL9K1t+bpl4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=GNFbQw24; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="GNFbQw24" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0BBDEC2BCB0; Fri, 15 May 2026 08:40:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1778834444; bh=UFyKFGi9UhxKwTvHiGZCgLkpguuwOTEpftDDIYAXKIE=; h=Subject:To:Cc:From:Date:From; b=GNFbQw24yDkFHMUdtqZg5zT5GK6VenUrsr+0c8Bw5JecLXlHFdvDxDIp6dlsKcFbn s67KfJgdNthKPYTMBHs79Tq4f07Ufg3DvijxbsRQmRv0hNkRzSXFfzVm6lyOmlBOFp G1HWxJwQhDI7XVAE8LNwKsMYujQ8QO2VFWUvOjUo= Subject: FAILED: patch "[PATCH] drm/bridge: tda998x: Use __be32 for audio port OF property" failed to apply to 5.15-stable tree To: kory.maincent@bootlin.com,luca.ceresoli@bootlin.com,rmk+kernel@armlinux.org.uk Cc: From: Date: Fri, 15 May 2026 10:40:38 +0200 Message-ID: <2026051538-rubdown-exuberant-83bb@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=ANSI_X3.4-1968 Content-Transfer-Encoding: 8bit The patch below does not apply to the 5.15-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . To reproduce the conflict and resubmit, you may use the following commands: git fetch https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ linux-5.15.y git checkout FETCH_HEAD git cherry-pick -x 2a46a9356ba7b1bdd741c8b41e5374edcd960557 # git commit -s git send-email --to '' --in-reply-to '2026051538-rubdown-exuberant-83bb@gregkh' --subject-prefix 'PATCH 5.15.y' HEAD^.. Possible dependencies: thanks, greg k-h ------------------ original commit in Linus's tree ------------------ >From 2a46a9356ba7b1bdd741c8b41e5374edcd960557 Mon Sep 17 00:00:00 2001 From: "Kory Maincent (TI)" Date: Tue, 28 Apr 2026 11:04:56 +0200 Subject: [PATCH] drm/bridge: tda998x: Use __be32 for audio port OF property pointer of_get_property() returns a pointer to big-endian (__be32) data, but port_data in tda998x_get_audio_ports() was declared as const u32 *, causing a sparse endianness type mismatch warning. Fix the declaration to use const __be32 *. Fixes: 7e567624dc5a4 ("drm/i2c: tda998x: Register ASoC hdmi-codec and add audio DT binding") Cc: stable@vger.kernel.org Signed-off-by: Kory Maincent (TI) Reviewed-by: Russell King (Oracle) Link: https://patch.msgid.link/20260428090457.121894-1-kory.maincent@bootlin.com Signed-off-by: Luca Ceresoli diff --git a/drivers/gpu/drm/bridge/tda998x_drv.c b/drivers/gpu/drm/bridge/tda998x_drv.c index d9b388165de1..779b976f601c 100644 --- a/drivers/gpu/drm/bridge/tda998x_drv.c +++ b/drivers/gpu/drm/bridge/tda998x_drv.c @@ -1762,7 +1762,7 @@ static const struct drm_bridge_funcs tda998x_bridge_funcs = { static int tda998x_get_audio_ports(struct tda998x_priv *priv, struct device_node *np) { - const u32 *port_data; + const __be32 *port_data; u32 size; int i;