From patchwork Mon May 4 00:04:29 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 26607 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 A283FC32F6 for ; Mon, 4 May 2026 00:04:44 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 0074A63033; Mon, 4 May 2026 02:04:43 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="P484LbDo"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id BCDF66301F for ; Mon, 4 May 2026 02:04:38 +0200 (CEST) Received: from killaraus.ideasonboard.com (2001-14ba-703d-e500--2a1.rev.dnainternet.fi [IPv6:2001:14ba:703d:e500::2a1]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 38E759C for ; Mon, 4 May 2026 02:04:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1777853077; bh=QtzIu95w8CT/mYBlTM4zC+4hOL/ZPk4FMhhXfDxQmT8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=P484LbDoH94671ABMcUkZsiATknv6KigG1ET1xVd8+GyGT15JM70+ohBw6/qlmIgU kl5bGXH2ZKbR/o3AQdkgRryiDVIieHMgr2GVymRZmgPSyPQXAXz9nokAtSOr1Q4sA8 qkk5AtQ5Hhnyck6WYK52GgAcoNQiZtn5qquwXYXw= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 4/6] utils: update-kernel-headers: Add linux/media/arm/mali-c55-config.h Date: Mon, 4 May 2026 03:04:29 +0300 Message-ID: <20260504000431.1340150-5-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260504000431.1340150-1-laurent.pinchart@ideasonboard.com> References: <20260504000431.1340150-1-laurent.pinchart@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" The mali-c55-config.h header is now in the mainline kernel. Add it to the update-kernel-headers.sh script. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham Reviewed-by: Barnabás Pőcze --- 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 9f3a79ec6999..d97840ee0181 100755 --- a/utils/update-kernel-headers.sh +++ b/utils/update-kernel-headers.sh @@ -54,6 +54,7 @@ headers=" linux/dw100.h linux/media-bus-format.h linux/media.h + linux/media/arm/mali-c55-config.h linux/media/v4l2-isp.h linux/rkisp1-config.h linux/stddef.h