Message ID | 20210323014226.3211412-1-hiroh@chromium.org |
---|---|
Headers | show
Return-Path: <libcamera-devel-bounces@lists.libcamera.org> 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 D1F78C32E1 for <parsemail@patchwork.libcamera.org>; Tue, 23 Mar 2021 01:42:40 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 2371668D66; Tue, 23 Mar 2021 02:42:40 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="k6FamN4W"; dkim-atps=neutral Received: from mail-pg1-x533.google.com (mail-pg1-x533.google.com [IPv6:2607:f8b0:4864:20::533]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1DDAB6051B for <libcamera-devel@lists.libcamera.org>; Tue, 23 Mar 2021 02:42:38 +0100 (CET) Received: by mail-pg1-x533.google.com with SMTP id n11so10111761pgm.12 for <libcamera-devel@lists.libcamera.org>; Mon, 22 Mar 2021 18:42:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=P7xXTs96oPohFsnvOJj4h8lxl/WYO8eO94BCVE5iCVE=; b=k6FamN4WFkJ3WOJ4m2UbLY/6NIen/3uiquvKeBr7njtsFw61Yt/zhxDN5Xa0sL6nvx KjY+aJTiuanNDrd9bHn7VLt/yw0FQJi7jV/j6Sg24UaKL5En8d11ZGw7M8FXcsPCgv1o sD7xDVEijUF+lXMqhYnUjE5yb+v4rQkmstS5E= 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=P7xXTs96oPohFsnvOJj4h8lxl/WYO8eO94BCVE5iCVE=; b=d65bZFisRPDj0t46WA8LTtraIzmEUsBB7DKmoE37Qe/LImg0kE5hM1tx42pO5we5No XER81vu8iOppobRoHOMjuoFvKDP6FP0fSDtuwLpeWyo17cctD1hFRBIOSq0GLmdRpXCh ZZQ/IXntVvbB+iCFlqO2zErt6xvtDs9dPISyjzI/qOL5czMBY+9BVPpgEw5XfsZ5t6Tn q55zNuTWRkvl13PKkkECq5uZHoUw2iDUaChKdUSOxAMg99wf4bTSC5kd3JcLSeT4ly8N G6E6mWbSGXRFfCflexdN0CjbPRcKuaAxf4H60qFV2D2oUy5/XzGp3IAt9Nu+BpiqqmY7 UMuA== X-Gm-Message-State: AOAM530pvo/5ZoLGJQQjuc7crs9IfbkDV8Dl21CeFjS6b00x7lw52q7f yC/cBzsNmeq0jNv+hsmF16kRb0fgpqF9OQ== X-Google-Smtp-Source: ABdhPJz02UVFyHtD7u39baCFilp91Hi0MI53hyZHir6DfEHJO935JmBbMZADTWVm+s/LPtIjLAJAfw== X-Received: by 2002:a63:5f0f:: with SMTP id t15mr1867583pgb.225.1616463756243; Mon, 22 Mar 2021 18:42:36 -0700 (PDT) Received: from hiroh2.tok.corp.google.com ([2401:fa00:8f:2:8115:e5cc:747b:64de]) by smtp.gmail.com with ESMTPSA id h13sm590527pjv.52.2021.03.22.18.42.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 22 Mar 2021 18:42:35 -0700 (PDT) From: Hirokazu Honda <hiroh@chromium.org> To: libcamera-devel@lists.libcamera.org Date: Tue, 23 Mar 2021 10:42:18 +0900 Message-Id: <20210323014226.3211412-1-hiroh@chromium.org> X-Mailer: git-send-email 2.31.0.rc2.261.g7f71774620-goog MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/8] Improve pointer types in android HAL adaptation layer X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: <libcamera-devel.lists.libcamera.org> List-Unsubscribe: <https://lists.libcamera.org/options/libcamera-devel>, <mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe> List-Archive: <https://lists.libcamera.org/pipermail/libcamera-devel/> List-Post: <mailto:libcamera-devel@lists.libcamera.org> List-Help: <mailto:libcamera-devel-request@lists.libcamera.org?subject=help> List-Subscribe: <https://lists.libcamera.org/listinfo/libcamera-devel>, <mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" <libcamera-devel-bounces@lists.libcamera.org> |
Series |
|
Related |
show
|