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 37B2C43E9CC for ; Thu, 26 Feb 2026 16:52:51 +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=1772124773; cv=none; b=Ve2goTpLFgoIn20pmSZ3NdHBEH3+zwEF4YZcsLFl60OAKQm3WkmunyD+BGHksKVWS3cWDc9B+TMtK357ipQ40o4cGxsmYqGHAOzwZR/gTVj+Qrbm1VmZjTQHGi3EkVwSOwsLEn8V3HdYIggjOxSC/8es4yq9Sj5O6XVMk/UULMU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772124773; c=relaxed/simple; bh=nZF7ylA5UaTPef9mnXYB9cdxgPpbqxpIRu3/EUGImwM=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:To:From:Subject: References:In-Reply-To; b=NVMxWiqk8eAaemNgdLLdtNnmASE0N0zUuZfeZa+kguSjiyOc/wA++EeNAUaYuAWHYw6QCuyJKBQ3PNSvwc9G1LFUFwyPXucsJ2C+j2yR5jku+JYJPL9V8Ewz1u/Rfds262SD5CgI5lGBcElXtGKGbyYr2Pa69Y3AExxmzQ3oz8E= 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.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="hhsNECI8" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 925A71A1577; 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-staging@lists.linux.dev 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