From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 3F4FC449EA5 for ; Thu, 26 Feb 2026 16:52:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772124774; cv=none; b=kt+cnV4KGnU8P4APRd6UJUhh6tzICP7vhI1wvyY7ARBXdwkbkqCaFFpulU+5UtbUYqKhJqVRwtMj22nmo6LhTtSA5NWx5pRWvxeVYc6To4caDH7yJ9qu9hp4FoJFCLm+JURaQgu7NmVififjJXUpuoqzAHhItUHIr8NMJOpQOmA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772124774; c=relaxed/simple; bh=nZF7ylA5UaTPef9mnXYB9cdxgPpbqxpIRu3/EUGImwM=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:To:From:Subject: References:In-Reply-To; b=DK7tppMVeFUvX5BtstM/tbLo6TC6T+ThMszLoJ99/dLi1uo+JCTL7v5Au2tcSSohk/QyzyL8pSHVZITdzXaqBWJf7p8wi/pq7IxITL3b22c7oODW6ajDooHjc0z5lo5jJ+8ZBGOjHYcumxI/uiodO6eyFDyCPYZTYfR7CUDf9/k= 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=hhsNECI8; arc=none smtp.client-ip=185.246.85.4 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="hhsNECI8" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 9EDBA4E411FA; Thu, 26 Feb 2026 16:52:49 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 5E4145FDE9; Thu, 26 Feb 2026 16:52:49 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id B66D7103693EF; Thu, 26 Feb 2026 17:52:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1772124768; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=nZF7ylA5UaTPef9mnXYB9cdxgPpbqxpIRu3/EUGImwM=; b=hhsNECI8T/RxJNqhj0wdk5dUuMD3GWwsIdkJ0RilKxSPFaEEOoU2/HCJibi2sIUlzWF84A anfMW9oBfI7tubF10CO6835CErKOfAH2akOdiGKq93OznBGYT/aIHHFkmYHTgZhDx8UdRl YKaOr9fs4T5vMp8gLcW4VWBkDcyrSEdr+/+LyBnk1A4/PF7cPIsbaM2Z7nI7vMMTviQKWw 8klQeDkmi/GIGFEdHZUJ6H5kufiHE+ISnn5HpnWfWTp+AVssGh3Kf9nJyybx4nsGwwKRMP bvFjQY1aNhF/QnVj5VPKsPz1jmW36iuE6eeOkYSn73iJrG66HOqj/KuS8IrSSw== Precedence: bulk X-Mailing-List: linux-tegra@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: Thu, 26 Feb 2026 17:52:44 +0100 Message-Id: Cc: , , , , To: "Svyatoslav Ryhel" , "Thierry Reding" , "Mikko Perttunen" , "David Airlie" , "Simona Vetter" , "Jonathan Hunter" , "Sowjanya Komatineni" , "Mauro Carvalho Chehab" , "Greg Kroah-Hartman" , "Hans Verkuil" From: "Luca Ceresoli" Subject: Re: [PATCH v6 05/15] gpu: host1x: convert MIPI to use operation function pointers X-Mailer: aerc 0.20.1 References: <20260130124932.351328-1-clamor95@gmail.com> <20260130124932.351328-6-clamor95@gmail.com> In-Reply-To: <20260130124932.351328-6-clamor95@gmail.com> X-Last-TLS-Session-Version: TLSv1.3 Hello Svyatoslav, On Fri Jan 30, 2026 at 1:49 PM CET, Svyatoslav Ryhel wrote: > Convert existing MIPI code to use operation function pointers, a necessar= y > step for supporting Tegra20/Tegra30 SoCs. All common MIPI configuration > that is SoC-independent remains in mipi.c, while all SoC-specific code is > moved to tegra114-mipi.c (The naming matches the first SoC generation wit= h > a dedicated calibration block). Shared structures and function calls are > placed into tegra-mipi-cal.h. > > Tested-by: Luca Ceresoli # tegra20, parallel = camera > Signed-off-by: Svyatoslav Ryhel > Acked-by: Mikko Perttunen I wanted to test this series on top of v7.0-rc1, but applying this patch fails (with b4 shazam). Can you rebase and send a new iteration? Best regards, Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com