From patchwork Mon Aug 5 07:06:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Klug X-Patchwork-Id: 20763 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 773B2BE173 for ; Mon, 5 Aug 2024 07:06:53 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 426BB6337F; Mon, 5 Aug 2024 09:06:52 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="GmKgn7ZS"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 22AAC6195A for ; Mon, 5 Aug 2024 09:06:50 +0200 (CEST) Received: from ideasonboard.com (unknown [IPv6:2a00:6020:448c:6c00:30ff:e7b4:349c:44ce]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id AE7701A2; Mon, 5 Aug 2024 09:05:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1722841558; bh=7PkJe3T1mDFa4IlAC0n5o68bo9QM9EdVn+V7ZRva56s=; h=From:To:Cc:Subject:Date:From; b=GmKgn7ZSl5ccGwKPosOju7dGFML1LsA2krv+j+E+aI1O11oRIWy8+8yVJzXQ9wncT xHhI2BHsOR2howjr1Sz9cFeLNqlHCk1eP4AYoYSUK+KPmumhksGplxjalS/wnAb8fT XGC/qAB/XI3sRc4pmPvg9pE7TS8Qqwm2bzRt0Mrs= From: Stefan Klug To: libcamera-devel@lists.libcamera.org Cc: Stefan Klug Subject: [PATCH v1 0/2] Two small tuning script cleanups Date: Mon, 5 Aug 2024 09:06:31 +0200 Message-ID: <20240805070644.1536232-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. 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 | 4 +-- utils/tuning/raspberrypi_alsc_only.py | 2 +- utils/tuning/rkisp1.py | 51 ++++++++++++--------------- 3 files changed, 25 insertions(+), 32 deletions(-)