From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 EF4D034DB72 for ; Fri, 17 Apr 2026 16:19:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776442758; cv=none; b=cQQW7HTMz405QlO4fFvhwSSfOIaMV3OEITtfo0K16fRIpBHUDtVn7K1CQ66QPd2cw+i684c0EI2nf3+nTWQbpwJo8k+LA5aZ/kU7X0nAxilIAB9VTkNmcEp1f5u6tsOkRSqU/Pzxz/2M+Z3ejbS8iSv4rVt4XmIr+S+G5iOMQ2Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776442758; c=relaxed/simple; bh=dUCzbDLS+cKPFdYsfYx85iNQ5j9Tn4mwF10l8vSiYkM=; h=Mime-Version:Content-Type:Date:Message-Id:From:Subject:Cc:To: References:In-Reply-To; b=Ew7hEM0a5O2uLdD3yxId6QOvrwwDSj8nuxyFhoA63FewtWkNw5Stp2kZ/KOAgv7ETQ3tHo93uS8szonK2nPNCCeQiaWcPgmPtelDsL9pcD18bRadsia5MZ2AyL/KQyHqEWDEnbAteqTeCBezjogNIOLWn084x2Xl5n4DFs9UqZM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=P2zP/QpZ; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="P2zP/QpZ" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 816CA1A332B; Fri, 17 Apr 2026 16:19:13 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 5503360497; Fri, 17 Apr 2026 16:19:13 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id D0F5D10460880; Fri, 17 Apr 2026 18:19:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1776442748; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=9vpZodVeN7UXoBo6/VnGgIBCiZDDEXQexZLXoOkS3eM=; b=P2zP/QpZ/371HZTOIkmk5j+S9p4CkBQkah3MjqhH0+4HMr81TJjTiS/yaZJG91r/euAzeT gdU4dkHnaRIq0rCYQ71PvgKkKBVwD5MnHgKde0GK0dgijTqh8i4zkDCyOTvTb9hwmBDUQZ ggl+Oz68rfFSl4FOPCuQqVs0Jrnm6+ZAFGteS/g0C3usxlcLGoALDED5PjQ2Vl8u2EOfMm 07w2jAmmJoOXwpv8C43wNaXDaV5LMcXVhNuXY3ey53r5m/F85HQx+pMd2Q2tyiamuYODzR eV8bwF5n2ctw7tMGmktgXLQHZHjHIwfnFq6d5EXpcWoYG90ssDk5wb2/hRvP/g== 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 Date: Fri, 17 Apr 2026 18:19:03 +0200 Message-Id: From: "Luca Ceresoli" Subject: Re: [PATCH] drm/bridge: tda998x: Use __be32 for audio port OF property pointer Cc: "Bajjuri Praneeth" , "kernel test robot" , , "Russell King" , "Andrzej Hajda" , "Neil Armstrong" , "Robert Foss" , "Laurent Pinchart" , "Jonas Karlman" , "Jernej Skrabec" , "Maarten Lankhorst" , "Maxime Ripard" , "Thomas Zimmermann" , "David Airlie" , "Simona Vetter" To: "Kory Maincent" , "Jyri Sarha" , "Russell King" , , X-Mailer: aerc 0.20.1 References: <20260417155545.1069280-1-kory.maincent@bootlin.com> In-Reply-To: <20260417155545.1069280-1-kory.maincent@bootlin.com> X-Last-TLS-Session-Version: TLSv1.3 On Fri Apr 17, 2026 at 5:55 PM CEST, Kory Maincent wrote: > From: "Kory Maincent (TI)" > > of_get_property() returns a pointer to big-endian (__be32) data, but Where is this stated? of_get_property() is declared as: | extern const void *of_get_property(const struct device_node *node, | const char *name, | int *lenp); (https://elixir.bootlin.com/linux/v7.0/source/include/linux/of.h#L365-L367) I don't see __be32 mentioned there. > 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") > Reported-by: kernel test robot > Closes: https://lore.kernel.org/oe-kbuild-all/202604172257.Imo6GOH9-lkp@i= ntel.com/ Wrong link? Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com