From patchwork Tue Nov 17 09:32:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Plowman X-Patchwork-Id: 10440 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 F00F8BE082 for ; Tue, 17 Nov 2020 09:32:10 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 7101763320; Tue, 17 Nov 2020 10:32:10 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="GfQ6fgHb"; dkim-atps=neutral Received: from mail-wr1-x443.google.com (mail-wr1-x443.google.com [IPv6:2a00:1450:4864:20::443]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 916DA63282 for ; Tue, 17 Nov 2020 10:32:09 +0100 (CET) Received: by mail-wr1-x443.google.com with SMTP id d12so22403218wrr.13 for ; Tue, 17 Nov 2020 01:32:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=GTIJOD1ZmZBtIjNl9sopG9A+eQV1MFuGbTJJ2ASPZbI=; b=GfQ6fgHbf/bIHdPHYaL2xzrKNt/dUSNEfa6HsdJsjO7IHjtx0WrHj15nO1vHah4YVC xyojSWtobwph100REM98xDTxRBtEHTw2LniII9+lKwG7pkozbccafSyfoMqN8I6YdWBS l0AyOu1S7htuxBmdhwwrzgd6sPq3zX4y47JM8sG0gmJke9xfRjF5+PohIAN5K8VDL51E YD64reOQl59Ve70CBMdZO5hckkhQHeU8ZWZZeMttwIRxABgBmSJ/n2iKTy7GFGLj0Wic PCedYM+nyb8CtqzGn6d7J6dO2bxjQ1/3r+tQUQLOCqHXTrur8EkWfL+Mo6FnrWy39J4A deDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=GTIJOD1ZmZBtIjNl9sopG9A+eQV1MFuGbTJJ2ASPZbI=; b=Y8WRa27R9WbhzxxbbsTAxffONV1brYooQVoJ4BJ6PhMKYHXjk4Hju9qfYQzKJ+i3Yl KLnwnXtX3lA4Z2fKsOWmef5hJsIfEUEfFcbeQwVsiVzPPHjL2uN5nJtbRYyzz6Bj1bf6 FfevD+cOB+CbYlcqIYI6cG/RmHR0LEXNVGka8/JSTuGtmfajkMTqfZzti4/TEla0hPKd Pe/JnmzW9EZPeALX/O5vhkhsW7fgUnmWlE3Vts/1uvAbNyusWSMsU2/KqG+RDgSI5T51 lZyuWI6wZgWgz53lz7IPIses4nDN0K2ggnm7K0HwEwWbxK3dYb/5izXlHW1WI9psJ61t MJgQ== X-Gm-Message-State: AOAM533dKLf6soQMpj2RTCuroQEx6PvLjGuWK9wsLFf3u/V+M61VU1kL S78r/1QquMmYI2/DIjzxuofEKp94xqW0vQ== X-Google-Smtp-Source: ABdhPJxEUmSMNFY2F9JZeplR8MYKSL1ne5ZP/Aja1fQmemMauD07QyE73AW0hMaF5ADHz3dhz479+Q== X-Received: by 2002:a5d:474f:: with SMTP id o15mr23135610wrs.377.1605605528997; Tue, 17 Nov 2020 01:32:08 -0800 (PST) Received: from pi4-davidp.lan (plowpeople3.plus.com. [80.229.223.72]) by smtp.gmail.com with ESMTPSA id c62sm2666966wme.22.2020.11.17.01.32.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Nov 2020 01:32:08 -0800 (PST) From: David Plowman To: libcamera-devel@lists.libcamera.org Date: Tue, 17 Nov 2020 09:32:03 +0000 Message-Id: <20201117093205.9521-1-david.plowman@raspberrypi.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] Raspberry Pi control fixes 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" Hi everyone Here are a couple of fairly trival extra patches that correct some simple errors in the way the Raspberry Pi IPAs handle controls. These patches can be applied independently of any other patch sets we have lurking in the system! Thanks David David Plowman (2): src: ipa: raspberrypi: Add missing 'cloudly' AWB mode src: ipa: raspberrypi: Change 'sport' exposure mode name to 'short' src/ipa/raspberrypi/data/imx219.json | 2 +- src/ipa/raspberrypi/data/imx477.json | 2 +- src/ipa/raspberrypi/data/ov5647.json | 2 +- src/ipa/raspberrypi/raspberrypi.cpp | 1 + utils/raspberrypi/ctt/ctt.py | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-)