From patchwork Mon Feb 8 09:40:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Plowman X-Patchwork-Id: 11183 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 18B00BD162 for ; Mon, 8 Feb 2021 09:40:44 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9A7C960D12; Mon, 8 Feb 2021 10:40:43 +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="HgOvr6a2"; dkim-atps=neutral Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8F42360301 for ; Mon, 8 Feb 2021 10:40:42 +0100 (CET) Received: by mail-wr1-x42f.google.com with SMTP id 7so16319269wrz.0 for ; Mon, 08 Feb 2021 01:40:42 -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=Fg7NaexHRBJftDF2yzmJB0hc7H8jRskq6nZHYoIvdME=; b=HgOvr6a2z7ecv9o0qAgSjs658nyi8k0ANFhzPlRDuqQhUib5ji0x/Rs2UGq/KyR0Cu aMaPjaUALb9z+Yc6bTcKN6xgbEBRed2sp50ELW/lHG1iiDitD1yS7P/GSHW8SvokZXTS ixigXVobUNXK1Ht6Tngrcfenint58wcw/aJ6bxcsxxiAcwkN7izho3Pl9yXo7mLfhnr5 WD1U4M+xr/87lYBfLmlxIujzNzap+k7Cm/vvoPY/svBjeRXbVOh+WROUxhiARvs3sMAr uhUIrfk2oYE6TxbQ1DT1wyC6q0ox2lv/WTUb1nEX3iYo+RteKRYSKn5Gcdy98JR0bX8I 1WRA== 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=Fg7NaexHRBJftDF2yzmJB0hc7H8jRskq6nZHYoIvdME=; b=A3NkM32QRRWl6WLXnOtly+MOMYLdyr2D1CpQydUzKLb1YwLzYrE/x6qXk090U0rF00 lUf4XZToZy8jEOLgrLTZb38x5UrqDVV6ilXwTy9SazzqcdARJgN8tM3xe4YAPYq98ENV DARLo6MhuAWsS+/PZmAgw7wjj5f+IU0Ewt1qtux6KuIiaFil24B0K1QFZNHsn5nUP6Ra wKzSDc+8sRlfT/wDsDp9HKpAfW14az5E4zb02MAGb7W2uiTfbdZgVqMPjwJieMsrKpSb yPfW2tQYlMF+YwCwdZheOU7VsJ3MtMsIACwrxK2BGCRTUoEzGWrmMwy+jvggLRY1ZUxW eR5Q== X-Gm-Message-State: AOAM533Di9YH70O89DOYc3aWekBLvqb/aJewJJxRX91I3xk0VQHbOWSS dRCtizMnTRwpvY3HIvL3YmIr3jADnZoKNIkE X-Google-Smtp-Source: ABdhPJxSJIqXcQBmrm32hUxXrUTV9/vc6ex4BmzWgRpbrm1kUjM9kq4h8nMHobzY5asVZ6bQAYQ8tQ== X-Received: by 2002:adf:facb:: with SMTP id a11mr11845981wrs.161.1612777241919; Mon, 08 Feb 2021 01:40:41 -0800 (PST) Received: from pi4-davidp.lan (plowpeople3.plus.com. [80.229.223.72]) by smtp.gmail.com with ESMTPSA id c18sm43070920wmk.0.2021.02.08.01.40.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Feb 2021 01:40:41 -0800 (PST) From: David Plowman To: libcamera-devel@lists.libcamera.org Date: Mon, 8 Feb 2021 09:40:34 +0000 Message-Id: <20210208094036.6846-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 IPA maintenance (final part) 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 This small pair of patches is actually the final commit from my previous "Raspberry Pi IPA maintenance" set, now broken up into 2 separate commits. (The other commits have already been merged - thank you!) The first should be uncontroverisal, I hope, and the second is the one that removes libatomic from the build dependencies - we can think about what we want to do with that one! Best regards David David Plowman (2): ipa: raspberrypi: Remove atomic variable from Algorithm class ipa: raspberrypi: Remove libatomic from build dependencies src/ipa/raspberrypi/controller/algorithm.hpp | 3 +-- src/ipa/raspberrypi/meson.build | 1 - 2 files changed, 1 insertion(+), 3 deletions(-)