From patchwork Thu Aug 27 10:49:54 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paul Elder X-Patchwork-Id: 28121 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 4EE0DBDDFC for ; Thu, 27 Aug 2026 10:50:34 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id C04ED68460; Thu, 27 Aug 2026 12:50:33 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="MUl5NI+f"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1BD7368454 for ; Thu, 27 Aug 2026 12:50:32 +0200 (CEST) Received: from neptunite.hamster-moth.ts.net (unknown [IPv6:2400:2411:160:2f00:306c:5b5b:3c7f:eabd]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 78CC2145C; Thu, 27 Aug 2026 12:49:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1787827745; bh=JmomUbSF76fMGyZp8e0/3EvIoj5oB0WSJOAJvQyxav0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MUl5NI+foGYIlx7xgnW4+bb2SMPeSV0M0BJ6uKynYRaK7Dk0UApcC/j61ce0oQzpx z23Ls3SQmzbumfOJGLyVwO+Aj0ooQJTxNEqqOmvDlQHUk1OarJHASEd6ZyvLSXPLrV M19wGYe6H83PYglaLTgMJIz+MOig91NnSbjPHEBg= 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, mehdi.djait@linux.intel.com, libcamera-devel@lists.libcamera.org Subject: [PATCH v3 01/20] utils: update-kernel-headers: Add rkisp2-config.h Date: Thu, 27 Aug 2026 19:49:54 +0900 Message-ID: <20260827105018.2781166-2-paul.elder@ideasonboard.com> X-Mailer: git-send-email 2.47.2 In-Reply-To: <20260827105018.2781166-1-paul.elder@ideasonboard.com> References: <20260827105018.2781166-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 --- Changes in v3: - pull from the new directory No change in v2 --- 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 3fdea5f1eb5d..7b6f2373613a 100755 --- a/utils/update-kernel-headers.sh +++ b/utils/update-kernel-headers.sh @@ -56,6 +56,7 @@ headers=" linux/media-bus-format.h linux/media.h linux/media/arm/mali-c55-config.h + linux/media/rockchip/rkisp2-config.h linux/media/v4l2-isp.h linux/rkisp1-config.h linux/stddef.h