From patchwork Mon Feb 6 17:03:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 18254 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 CA544BEFBE for ; Mon, 6 Feb 2023 17:04:00 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 1F6C9625F3; Mon, 6 Feb 2023 18:04:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1675703040; bh=PtWlTa3XgT4G/gXdh1yJtDG+d+Mi4UNtvzkGkumEuoQ=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=RXbfrBZbD2VDu33L3kS7XsliItHkNUJRTwKnQlrXykmTzynJJaHHHY8wdx2j/nmdV vs9gRX9j0svghFcXFxnDnPNQfMeNWXJGHg1tueGKGlvSzJZuXTIhC/+gXAtaAvWGrO JXO6JhElwDhLYc+Jm57N7pTpvQHx1IssQtJEYmF4x/DOKIX1eZC0izTpLLrRCil6y0 QDioAawAWqDfGbHeEh9Io7AEm9RJ7Ycgs3XtWHc96Idb68fvUeVxY4NfKqTuchQtL8 AocDPh1XMoaoniCHDW7Ivbc5tmX6b748FBIo8Rrqd99MycIwDnMVAyS3dnyb5v7btP ScSEZuuFDfRnw== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 99A26603B8 for ; Mon, 6 Feb 2023 18:03:58 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Z6QseKt3"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (unknown [109.136.43.56]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 27A8C4DA for ; Mon, 6 Feb 2023 18:03:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1675703038; bh=PtWlTa3XgT4G/gXdh1yJtDG+d+Mi4UNtvzkGkumEuoQ=; h=From:To:Subject:Date:From; b=Z6QseKt3f+GUNWRql2CDEJqkzTL3paH1JK0H9mlqiwt4M14HXO+SSvJkJ/LMCZsBy sIF/l3krl4unzglhGxE9hSVOcspzbOkunvcFaQE3ntRZ+T4RFJh5gJIF65e+PCXgwH b/QrU47LFzmJCGjqhz4LprnV2NgBsejQPB4klCMY= To: libcamera-devel@lists.libcamera.org Date: Mon, 6 Feb 2023 19:03:52 +0200 Message-Id: <20230206170356.20340-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v1 0/4] Misc fixes for transformation handling 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: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, This small series include misc fixes for the transformation handling patches that have been merged recently. Please see individual patches for details. Laurent Pinchart (4): libcamera: camera_sensor: Demote flip support message to Debug libcamera: camera_sensor: Fix typo in comment pipeline: ipu3: Drop unused code pipeline: raspberrypi: Drop unused code src/libcamera/camera_sensor.cpp | 6 +++--- src/libcamera/pipeline/ipu3/ipu3.cpp | 8 ------- .../pipeline/raspberrypi/raspberrypi.cpp | 21 +++++++------------ 3 files changed, 11 insertions(+), 24 deletions(-) base-commit: 6cf637eb253a68edebe59505bea55435fafb00cd Reviewed-by: Jacopo Mondi