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 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 1D692C54EBE for ; Fri, 13 Jan 2023 11:49:48 +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:References:In-Reply-To: Date:Cc:To:From:Subject:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1iu6YU3AC1MidABrmiqtvVpgUWslcEc12Ha5qlB5Di4=; b=plq4bbO+Xhjo7C GUKumV9kGXG2AuWns47zhE/1YqplzRykapmJI1R1wgwDzjpLAn6i/NcEvc7cEgGuRkk1a35rZEls5 NL/HtJx9hEp35X0LTGYX+ntV/+bglULoIhVW40wPDBxXtJ9RSEBv0qXXi7KybmSJiBWbN8rPpRSuo 2+W/Kq5lrWLpevs0cCeENtdSupJTiETlIwp5e93IP3hTiwyLklDKasSNsu+gAtlv3xnfwaxiB8flJ bMGGI+0Y7HyyIO28FqttfGg65hAk+VkvY9dqR2EhrBhBoXLL7JQACy0buYTLXADSMDf0XX2eY9r3b SSdUs4t8L1WcDllvEWqA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGIYC-002KF4-VD; Fri, 13 Jan 2023 11:48:49 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGIWE-002JDc-3h for linux-arm-kernel@lists.infradead.org; Fri, 13 Jan 2023 11:46:47 +0000 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pGIW6-0008BG-Hq; Fri, 13 Jan 2023 12:46:38 +0100 Received: from [2a0a:edc0:0:900:1d::4e] (helo=lupine) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pGIW5-005ksh-QU; Fri, 13 Jan 2023 12:46:37 +0100 Received: from pza by lupine with local (Exim 4.94.2) (envelope-from ) id 1pGIW4-0005x5-WC; Fri, 13 Jan 2023 12:46:37 +0100 Message-ID: <334071962cdc174f0599ce64e841280ad6e6814f.camel@pengutronix.de> Subject: Re: [PATCH v2 10/16] media: imx-pxp: Don't set bus_info manually in .querycap() From: Philipp Zabel To: Michael Tretter , linux-media@vger.kernel.org, devicetree@vger.kernel.org, Laurent Pinchart Cc: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Fabio Estevam , Alexander Stein , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Date: Fri, 13 Jan 2023 12:46:36 +0100 In-Reply-To: <20230112-imx-pxp-v2-10-e2281da1db55@pengutronix.de> References: <20230112-imx-pxp-v2-0-e2281da1db55@pengutronix.de> <20230112-imx-pxp-v2-10-e2281da1db55@pengutronix.de> User-Agent: Evolution 3.38.3-1+deb11u1 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 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: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230113_034646_178173_34F257F6 X-CRM114-Status: UNSURE ( 9.67 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fr, 2023-01-13 at 10:54 +0100, Michael Tretter wrote: > From: Laurent Pinchart > > The v4l2_capability.bus_info field is set by the V4L2 core when left > empty by the .querycap() handler. This is the recommended practice, in > order to ensure bus_info coherence between drivers. Don't set it > manually. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Michael Tretter > Signed-off-by: Michael Tretter Reviewed-by: Philipp Zabel regards Philipp _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel