From patchwork Fri Jul 23 11:22:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 13106 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 8BD7DC322C for ; Fri, 23 Jul 2021 11:22:42 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id E83FB6877A; Fri, 23 Jul 2021 13:22:41 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ACKSejX+"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 8785068536 for ; Fri, 23 Jul 2021 13:22:41 +0200 (CEST) Received: from perceval.ideasonboard.com (unknown [103.251.226.103]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 104E83F2; Fri, 23 Jul 2021 13:22:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1627039361; bh=siZQp5ZJWbnQumB6qW1rlmXOsdhdGPpCdhMkIWh/t74=; h=From:To:Cc:Subject:Date:From; b=ACKSejX+iL0MMbuv6eTkH/PSXaDqFq7jCnK4XQZczEyKyB2Bj7v2zl4ONvhpnwZKK YVatkm1lrOgauf+4T+E9r25HhHz4VFTIOY5bwEaCvosZVBwCohCDN8yMPpjygX+CY4 XJFGeaQgkHRZ7uz89p7/qjDwo8mO4i06AXMZkL08= From: Umang Jain To: linux-media@vger.kernel.org Date: Fri, 23 Jul 2021 16:52:31 +0530 Message-Id: <20210723112233.1361319-1-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] IMX258 driver 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: , Cc: libcamera-devel@lists.libcamera.org Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" While working on libcamera with a IMX258 sensor attached to IPU3 ISP, we noticed a few niggles that seem to be driver related. After running a series of investigations based on libcamera and v4l2-ctl tools, we could pin-point and address a couple of them for release immediate pain points. Laurent Pinchart (1): media: imx258: Rectify mismatch of VTS value Umang Jain (1): media: imx258: Limit the max analogue gain to 480 drivers/media/i2c/imx258.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)