From patchwork Thu Dec 16 09:03:34 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 12696406 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 07B76C433F5 for ; Thu, 16 Dec 2021 09:20:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=hLxdR0Zu0pVpXvVOLrE84/+v7IuLyz4DTgQFkImIf7w=; b=Jp/eYZE5bGFVkh 7qQpvdVkUa0oqCsf1Rf+9seWCEuJOuO5sS3ESqJ3T855RfpNAzTv0CT2q6jJaz12YclOwmREnTeGN HLDWl6v/eSOKsxhUCWNiURZmHLTwIG2xSbfzfdoj5Zh7UW06OYQ2NhMH275WqmucWo0I41/ZNqu7W mAn+QjOnJr/wCzErtuuPrAyDPfcmi2Dqk53PbG6sR6dHS/3GKhqqD8/UI6yepXLojDr7sillZjl+m HOp8TWZr3/U0Fz/wWr9JXht0V8nu6bR6meSobmYFADLpE/pU3+4lhVfO18YdU5bvZyy07zx1mZkv2 U4/Q6v2SxRzDSh6qMURw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxmuq-004OLT-8F; Thu, 16 Dec 2021 09:19:08 +0000 Received: from comms.puri.sm ([159.203.221.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxmgA-004H4U-2H for linux-arm-kernel@lists.infradead.org; Thu, 16 Dec 2021 09:03:59 +0000 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id B3D68DFFA2; Thu, 16 Dec 2021 01:03:53 -0800 (PST) Received: from comms.puri.sm ([127.0.0.1]) by localhost (comms.puri.sm [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7Gtz_jEq0aJ8; Thu, 16 Dec 2021 01:03:53 -0800 (PST) From: Martin Kepplinger To: martin.kepplinger@puri.sm, festevam@gmail.com, laurent.pinchart@ideasonboard.com, p.zabel@pengutronix.de Cc: kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, mchehab@kernel.org, slongerbeam@gmail.com, kernel@puri.sm Subject: [PATCH v2 0/2] media: imx: imx8mq-mipi-csi2 fixes Date: Thu, 16 Dec 2021 10:03:34 +0100 Message-Id: <20211216090336.451665-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211216_010358_176182_5CE50867 X-CRM114-Status: UNSURE ( 6.27 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org hi Laurent and all interested, these are fixes for the imx8mq mipi controller driver I collected recently. thank you very much for any review, martin revision history ---------------- v2: * refactor the suspend/resume callbacks to be more intuitive v1: https://lore.kernel.org/linux-media/20211206131242.2697464-1-martin.kepplinger@puri.sm/ Martin Kepplinger (2): media: imx: imx8mq-mipi-csi2: remove wrong irq config write operation media: imx: imx8mq-mipi_csi2: fix system resume drivers/staging/media/imx/imx8mq-mipi-csi2.c | 74 +++++++++++++------- 1 file changed, 47 insertions(+), 27 deletions(-)