From patchwork Fri Jul 3 12:25:07 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 27160 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id E2767C328C for ; Fri, 3 Jul 2026 12:26:05 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8F01C65FC4; Fri, 3 Jul 2026 14:26:05 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="j37oTYxj"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B634365F9F for ; Fri, 3 Jul 2026 14:26:03 +0200 (CEST) Received: from neptunite.hamster-moth.ts.net (unknown [IPv6:2404:7a81:160:2100:a2cc:2f45:3bd7:2589]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id D19DF1121; Fri, 3 Jul 2026 14:25:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1783081517; bh=lcSoXKvD3oFNvACJ3eLN178/kA+dEsoBJf9XrauiyrU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=j37oTYxjpQdu5UrmjUWVus3eooPKxySeFGm5N/NUFoTwzxhvb5Jo321ex3TP6Lz0R Ow7Q6Eq9G45CBGvyDDgCkYArpsGsDRS8SWixyOZ+x3qciTqNXxxDd71BBzKVkH78+p z1abwCDwqTb9y1pwWkZEKVU58biW5BRDCX+TTuIg= From: Paul Elder To: laurent.pinchart@ideasonboard.com Cc: Paul Elder , michael.riesch@collabora.com, xuhf@rock-chips.com, stefan.klug@ideasonboard.com, kieran.bingham@ideasonboard.com, dan.scally@ideasonboard.com, jacopo.mondi@ideasonboard.com, nicolas.dufresne@collabora.com, libcamera-devel@lists.libcamera.org Subject: [RFC PATCH 01/19] utils: update-kernel-headers: Add rkisp2-config.h Date: Fri, 3 Jul 2026 21:25:07 +0900 Message-ID: <20260703122543.1991189-2-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20260703122543.1991189-1-paul.elder@ideasonboard.com> References: <20260703122543.1991189-1-paul.elder@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Add rkisp2-config.h to the list of kernel headers to update, as we will soon be adding support for the rkisp2 pipeline. Signed-off-by: Paul Elder --- utils/update-kernel-headers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/update-kernel-headers.sh b/utils/update-kernel-headers.sh index d97840ee0181..ee1c95febe3d 100755 --- a/utils/update-kernel-headers.sh +++ b/utils/update-kernel-headers.sh @@ -57,6 +57,7 @@ headers=" linux/media/arm/mali-c55-config.h linux/media/v4l2-isp.h linux/rkisp1-config.h + linux/rkisp2-config.h linux/stddef.h linux/udmabuf.h linux/v4l2-common.h