From patchwork Wed Aug 14 09:41:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 20910 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 C9627BDB13 for ; Wed, 14 Aug 2024 09:41:42 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id D6F9A633B5; Wed, 14 Aug 2024 11:41:41 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="kDz3aE2o"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 6642261946 for ; Wed, 14 Aug 2024 11:41:39 +0200 (CEST) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:8a6:aa2:ebee:5ae5]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 990D16B5; Wed, 14 Aug 2024 11:40:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1723628441; bh=n5CRZ03HEruX7vxKh4ASBJM6DS8aWCKj6ODuJGe14LU=; h=From:To:Cc:Subject:Date:From; b=kDz3aE2oSzgIopEM3FRdYCRR7L/9vik0LrM2J9NoBOIilJPZI2NNw9sS1t689XhaC LCltHtDyEWBkumkFlkc5LUKxmJ20UuACMiqn7yKd16fnhZUBt17rvlbl1fyFIKn4Fk FP7iwi8i6na0ukPGOGF4djjcTi8Kuy9jXWauj0bA= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH v2 0/2] Two small tuning script cleanups Date: Wed, 14 Aug 2024 11:41:29 +0200 Message-ID: <20240814094134.73333-1-stefan.klug@ideasonboard.com> X-Mailer: git-send-email 2.43.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" Two small cleanups without functional changes. The first one was partially discussed here: https://patchwork.libcamera.org/patch/20609/ For the details please see the commit messages. Changes in v2: - Collected tags - Added a bit of magic to patch 2 as discussed on the ml Best regards, Stefan Stefan Klug (2): utils: tuning: rkisp1: Clean up tuner construction utils: tuning: Change Tuner.add() to accept a list of modules utils/tuning/libtuning/libtuning.py | 5 ++- utils/tuning/rkisp1.py | 51 +++++++++++++---------------- 2 files changed, 26 insertions(+), 30 deletions(-)