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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB3A5C7EE23 for ; Mon, 15 May 2023 12:47:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241937AbjEOMrz (ORCPT ); Mon, 15 May 2023 08:47:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241853AbjEOMrp (ORCPT ); Mon, 15 May 2023 08:47:45 -0400 Received: from meesny.iki.fi (meesny.iki.fi [IPv6:2001:67c:2b0:1c1::201]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A62431988; Mon, 15 May 2023 05:47:44 -0700 (PDT) Received: from hillosipuli.retiisi.eu (dkzdf0gkyyyyyyyyyyyyt-3.rev.dnainternet.fi [IPv6:2001:14ba:4506:4f15::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sailus) by meesny.iki.fi (Postfix) with ESMTPSA id 4QKfKS5SbSzyPb; Mon, 15 May 2023 15:47:40 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1684154861; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=sSA3913DuCO0/eMlMUnC+nc7ji/ix7/NNOwKqmCuNPQ=; b=b6iW/CemkILtaAUVqZlsi++gn+TQdLcs/pfSA732LIiLHXBkAOJjp7O4qy3qEEuM1+m3gb nWvFPvEyidOBenNH2QvNQyeR50bjJxuhsppZ43lTZWLTzZLepvRFgPbdcj3CQ+ZD6iY6vz xmbi/MuFZQ+pUhQUQTUb66+geejF3YA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=iki.fi; s=meesny; t=1684154861; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=sSA3913DuCO0/eMlMUnC+nc7ji/ix7/NNOwKqmCuNPQ=; b=idIF0JVUo8XxpqArRKS5CeV962mnP1yBd73pJwZtCHz4wdQ19ERQy4daQ+Rn5pl6DmBXJ9 hYNhC0CWvnI7FgvbmYzsXQF0naz5rvt0OEhry2/pXDZaqtEWcdbMBb9XJXCcFjDyNZhJmp uhCQsodg3UuhpchsRw9LV8xKkyLkoN0= ARC-Authentication-Results: i=1; ORIGINATING; auth=pass smtp.auth=sailus smtp.mailfrom=sakari.ailus@iki.fi ARC-Seal: i=1; s=meesny; d=iki.fi; t=1684154861; a=rsa-sha256; cv=none; b=kFbxI8+smJ4oMXFh4AOFMYWFViaNQ2VXG6FbGB65xs2vwhUgfhD+D6tkIwAP3wEVVkbu0a 2KzQcDyK1fM4WNtmp/Neg062Iv2yMmbOAB1x/cm5nOI7f9QxJDNEOqpdtF2mOYO1bIjt3v ai/PtVm39vxOaYtFGKXDFSXOhbCG3Fo= Received: from valkosipuli.retiisi.eu (valkosipuli.localdomain [192.168.4.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by hillosipuli.retiisi.eu (Postfix) with ESMTPS id 3FAB9634C94; Mon, 15 May 2023 15:47:40 +0300 (EEST) Date: Mon, 15 May 2023 15:47:40 +0300 From: Sakari Ailus To: Dmitry Perchanov Cc: linux-media@vger.kernel.org, mchehab@kernel.org, linux-kernel@vger.kernel.org, laurent.pinchart@ideasonboard.com, evgeni.raikhel@intel.com, demisrael@gmail.com Subject: Re: [PATCH v3] media: uapi: v4l: Intel metadata format update Message-ID: References: <7e0e6a37eee28185ec2fbd4f1d42569c8da6726d.camel@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7e0e6a37eee28185ec2fbd4f1d42569c8da6726d.camel@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dmitry, On Sun, May 14, 2023 at 12:36:50PM +0300, Dmitry Perchanov wrote: > Update metadata structure for Intel RealSense UVC/MIPI cameras. > Compliant to Intel Configuration version 3. > > Signed-off-by: Dmitry Perchanov Could you reply my comments on v2 and use my @intel.com address going forward? Thanks. -- Kind regards, Sakari Ailus