From patchwork Sat Mar 5 19:05:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dufresne via libcamera-devel X-Patchwork-Id: 15421 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 D4906BE08A for ; Sat, 5 Mar 2022 19:06:01 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 393C8604EA; Sat, 5 Mar 2022 20:06:01 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1646507161; bh=OBw3BXeVBrJhXDeJjf0PbATNGni7h56jL+yPVLOZAyA=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=TYconRhWO28hXtmaeNQxc9U6QmgxlxAR2ko9ZKGLuM/xvh1dDynH+8TE0om+psbKN HeP4OE0GE6ecgHuJY3pE/j4nv1DOGqLUfAKSbyZDdaY1Wco57/Dqir+Uvc/IQ8cbFy SlQa28NkLcum9b6hSliw56Q2cjaFhEUWImJVhiecodNRCm31049wkWAiant9bQF2sD 4mWJdR4Ax8TlWQr/63qomxxGn4EeF732H+Hf1uyz7WdqalQDrkUrDGAatzmL3GHAK4 4TuBU86lzvy8CWaVMjcIqlclshxAnGq09hGgEp4mEzTnnJ39w4ndaLn9zF6DgYIwPR zcey+UlKfARmQ== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 38FCD601FF for ; Sat, 5 Mar 2022 20:05:59 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="dz8tpu9f"; dkim-atps=neutral Received: from perceval.ideasonboard.com (unknown [103.251.226.47]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A5631486; Sat, 5 Mar 2022 20:05:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1646507158; bh=OBw3BXeVBrJhXDeJjf0PbATNGni7h56jL+yPVLOZAyA=; h=From:To:Cc:Subject:Date:From; b=dz8tpu9f0ML3e4oMMc15FsbKGuK56I0eCB8HNU1QCceN/t0pznP7YeMQVNJSsSq0F kWGhyJ5WYm+PywoHk7UwESAwkqX8iUX04Y+KH/pPxEsz7Mgf41ZjaZEZnuNsdkJk7X msB9YbuRd1TDTW9pztyX4nR8xNQQ6xNtAAJIhG5U= To: libcamera-devel@lists.libcamera.org Date: Sun, 6 Mar 2022 00:35:48 +0530 Message-Id: <20220305190550.1051708-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/2] ipa: ipu3: Replace event-based ops with dedicated functions 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: Umang Jain via libcamera-devel From: Nicolas Dufresne via libcamera-devel Reply-To: Umang Jain Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Changes in v2 : - Provide a coherent naming scheme of operations/actions - Fix a crash when using the new interface in isolation mode - Include closed source IPAIPU3 changes (2/2) Umang Jain (2): ipa: ipu3: Replace event-based ops with dedicated functions [IPAIPU3 PATCH] ipu3: Use the new IPAIPU3 interface