From patchwork Mon Jul 1 07:57:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 20488 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 9C2E7BD87C for ; Mon, 1 Jul 2024 07:57:30 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 68B8E62C9A; Mon, 1 Jul 2024 09:57:29 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="e3CkGMBm"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 224C8619C9 for ; Mon, 1 Jul 2024 09:57:28 +0200 (CEST) Received: from fedora.local (unknown [IPv6:2405:201:2015:f873:55d7:c02e:b2eb:ee3f]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 912E3289; Mon, 1 Jul 2024 09:57:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1719820621; bh=qbXSX0a9kmvmx4hlVmWBzUI0YDFvWUDjlpkSEbPQsyA=; h=From:To:Cc:Subject:Date:From; b=e3CkGMBmv4wqYDnPKYtUSoDCADlpYSX2IieoesMB4RXN83L3L3z1Ii0m13Ouc2Qmt GXyr829K5mfbB5JLfl4C8IMJf61maDYii4q8hff7KWXg3XfDDChSqkgb5CzODcNBq6 It5V7Q+el8870NsNNCRPN3O7ye0SKr9TjQXXye/c= From: Umang Jain To: libcamera-devel@lists.libcamera.org Cc: Umang Jain Subject: [PATCH 0/4] Frop base IPA headers Date: Mon, 1 Jul 2024 13:27:16 +0530 Message-ID: <20240701075720.46076-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.44.0 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" Small drive by series to drop ipa base headers included in the pipeline/IPA. These(ipa_interface.h/core_ipa_interface.h) are already included as part of _ipa_interface.h generated headers. Drop them as redundant. Umang Jain (4): libcamera: rkisp1: Drop base IPA headers inclusion libcamera: ipa: ipu3: Drop ipa_interface.h header libcamera: vimc: Drop ipa_interface.h header libcamera: ipa: soft_simple: Drop ipa_interface.h header src/ipa/ipu3/ipu3.cpp | 1 - src/ipa/rkisp1/rkisp1.cpp | 1 - src/ipa/simple/soft_simple.cpp | 1 - src/ipa/vimc/vimc.cpp | 1 - src/libcamera/pipeline/rkisp1/rkisp1.cpp | 1 - src/libcamera/pipeline/vimc/vimc.cpp | 1 - 6 files changed, 6 deletions(-)