From patchwork Thu Aug 31 13:57:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13371618 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54945C83F01 for ; Thu, 31 Aug 2023 13:57:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238570AbjHaN5m (ORCPT ); Thu, 31 Aug 2023 09:57:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55764 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235410AbjHaN5l (ORCPT ); Thu, 31 Aug 2023 09:57:41 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 894351A4 for ; Thu, 31 Aug 2023 06:57:38 -0700 (PDT) Received: from pendragon.ideasonboard.com (117.145-247-81.adsl-dyn.isp.belgacom.be [81.247.145.117]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id B5A552D8; Thu, 31 Aug 2023 15:56:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1693490173; bh=870s9uBYQPZ6K56u/Q4tdyenFpmyld6tbBZEoOxOxH8=; h=From:To:Cc:Subject:Date:From; b=gL1fljpkqeNoyhkYyXde1bs0VmuY6IdtA+rQ4UVmVIZc46pLbKOzSQeFY1pblu/Wu vkV1SypnIBZ67bKkIMtcR007uTCEUQYk77X6Gi7+dPZgL/L15Fdt85K7GVxHn7i1oM FGu6VZXkaPxPPjWDXe2hdIvkVzOjuFYFI4bFDWY8= From: Laurent Pinchart To: linux-media@vger.kernel.org Cc: Sakari Ailus , Jacopo Mondi , Dave Stevenson Subject: [PATCH v2 0/3] media: i2c: imx219: Miscellaneous fixes Date: Thu, 31 Aug 2023 16:57:44 +0300 Message-ID: <20230831135747.23148-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hello, This small series fixes three issues introduced by the "[PATCH v2 0/7] media: i2c: imx219: Use subdev active state" series, merged in the stage tree and scheduled for upstream merge in v6.6. Please see individual patches for details. Laurent Pinchart (3): media: i2c: imx219: Fix a typo referring to a wrong variable media: i2c: imx219: Fix crop rectangle setting when changing format media: i2c: imx219: Perform a full mode set unconditionally drivers/media/i2c/imx219.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) base-commit: 4c420b729238696d06d39f31fc85a287629a0304