From patchwork Mon Dec 6 13:12:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kepplinger X-Patchwork-Id: 79165 Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1muDny-0090Tc-0u; Mon, 06 Dec 2021 13:13:18 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244129AbhLFNQo (ORCPT + 1 other); Mon, 6 Dec 2021 08:16:44 -0500 Received: from comms.puri.sm ([159.203.221.185]:47986 "EHLO comms.puri.sm" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244117AbhLFNQn (ORCPT ); Mon, 6 Dec 2021 08:16:43 -0500 Received: from localhost (localhost [127.0.0.1]) by comms.puri.sm (Postfix) with ESMTP id 60523DF382; Mon, 6 Dec 2021 05:13:15 -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 gOByUN2D2aqJ; Mon, 6 Dec 2021 05:13:14 -0800 (PST) From: Martin Kepplinger To: slongerbeam@gmail.com, p.zabel@pengutronix.de, mchehab@kernel.org, laurent.pinchart@ideasonboard.com Cc: kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: [PATCH v1 0/2] media: imx: imx8mq-mipi-csi2 fixes Date: Mon, 6 Dec 2021 14:12:40 +0100 Message-Id: <20211206131242.2697464-1-martin.kepplinger@puri.sm> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -2.4 (--) X-LSpam-Report: No, score=-2.4 required=5.0 tests=BAYES_00=-1.9,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1 autolearn=ham autolearn_force=no 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 Martin Kepplinger (2): media: imx: imx8mq-mipi-csi2: fix system resume issue media: imx: imx8mq-mipi-csi2: remove wrong irq config write operation drivers/staging/media/imx/imx8mq-mipi-csi2.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-)