From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7B463C433EF for ; Tue, 12 Oct 2021 12:22:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5D78461074 for ; Tue, 12 Oct 2021 12:22:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236326AbhJLMYj convert rfc822-to-8bit (ORCPT ); Tue, 12 Oct 2021 08:24:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236281AbhJLMYj (ORCPT ); Tue, 12 Oct 2021 08:24:39 -0400 Received: from metis.ext.pengutronix.de (metis.ext.pengutronix.de [IPv6:2001:67c:670:201:290:27ff:fe1d:cc33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83231C061570 for ; Tue, 12 Oct 2021 05:22:37 -0700 (PDT) Received: from lupine.hi.pengutronix.de ([2001:67c:670:100:3ad5:47ff:feaf:1a17] helo=lupine) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1maGnj-0000yy-Rk; Tue, 12 Oct 2021 14:22:35 +0200 Received: from pza by lupine with local (Exim 4.92) (envelope-from ) id 1maGnj-0006rS-Ag; Tue, 12 Oct 2021 14:22:35 +0200 Message-ID: Subject: Re: [PATCH v5 1/3] media: imx6-mipi-csi2: use pre_streamon callback to set sensor into LP11 From: Philipp Zabel To: Michael Tretter , linux-media@vger.kernel.org, devicetree@vger.kernel.org, Marek Vasut Cc: Rob Herring , Mauro Carvalho Chehab , Sakari Ailus , kernel@pengutronix.de Date: Tue, 12 Oct 2021 14:22:35 +0200 In-Reply-To: <20211012084150.755160-2-m.tretter@pengutronix.de> References: <20211012084150.755160-1-m.tretter@pengutronix.de> <20211012084150.755160-2-m.tretter@pengutronix.de> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: devicetree@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 2021-10-12 at 10:41 +0200, Michael Tretter wrote: > Step 5 expects that the sensor is in LP11 mode. Use the new > pre_streamon callback to signal the sensor that it should switch into > LP11. > > Signed-off-by: Michael Tretter Reviewed-by: Philipp Zabel regards Philipp