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 41CD5C43334 for ; Thu, 30 Jun 2022 09:02:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233318AbiF3JCl (ORCPT ); Thu, 30 Jun 2022 05:02:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233150AbiF3JCi (ORCPT ); Thu, 30 Jun 2022 05:02:38 -0400 Received: from mail-ej1-x631.google.com (mail-ej1-x631.google.com [IPv6:2a00:1450:4864:20::631]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E55031758C for ; Thu, 30 Jun 2022 02:02:36 -0700 (PDT) Received: by mail-ej1-x631.google.com with SMTP id sb34so37590265ejc.11 for ; Thu, 30 Jun 2022 02:02:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=AuX+nwwpodOtG7VZE2TdaEnnhPouf9ZrSdTVqXsU+ig=; b=CaihvbeC2HmOqUT6dUv6vr0GzxLYSnFaJDmC2EsTjgumm/ahXQJ/BaRsIrbhZ5LOZY Rt18eoHfD4Xlfe6dT4xpG3/CzaZ6S6hPZ3smgCmwPc9Nmq9CuopHZTRWBIfpVMKeqoW5 bDXVawcsoG97BYCMwn6o5YjXBM/g4i05KBGkk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=AuX+nwwpodOtG7VZE2TdaEnnhPouf9ZrSdTVqXsU+ig=; b=u3aL3bkpB1swJXLTj+bQka1AS25jqVqEFm8OPfTV+m9i0jwf41vivH0MevUGDyNZMz rusZnPqNEZ5kJqRPb9+d7+g2JomCqhw7m2epQ1JiHspnZPLWr2WBPoGmTbAtPJ9OnTpG 7uGUBAeilZ/2PT9DIP6EhLSnubqdn3lEw+Ns8KQGPCTRHOBkaZdZ/ZzDQ/FVVbBK2YGg 8SXzdI22fvqDNdqhAgtCYHIzTN3N1Ac6UInuib0Km052fiWmdwSQKaJuhoiUtNK/6SAd PksAfg6o7nRs4k3gAHrPorbswkBTsNM+JLj4hI55jeMDu60/i9J/jAmj69d4uygWTocu 671Q== X-Gm-Message-State: AJIora8wlZ0eIMfPkdyugiVo2OL2oZFn2NfavyHCt9fZFMcrgp7AoGlU xL/cmGfVShZiBju9ow1oFc4jUw== X-Google-Smtp-Source: AGRyM1tXWxKnM/M8nLspQhorpZ0PWjNgd4FquIdzACE6n4U6axIeUQxojfcLODarerHspVkGB2CpDw== X-Received: by 2002:a17:907:a40f:b0:726:a8f5:1031 with SMTP id sg15-20020a170907a40f00b00726a8f51031mr7834385ejc.185.1656579755519; Thu, 30 Jun 2022 02:02:35 -0700 (PDT) Received: from tom-ThinkPad-T14s-Gen-2i (net-188-217-58-216.cust.vodafonedsl.it. [188.217.58.216]) by smtp.gmail.com with ESMTPSA id jz27-20020a17090775fb00b007246492658asm8704234ejc.117.2022.06.30.02.02.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Jun 2022 02:02:35 -0700 (PDT) Date: Thu, 30 Jun 2022 11:02:32 +0200 From: Tommaso Merciai To: Krzysztof Kozlowski Cc: linuxfancy@googlegroups.com, linux-amarula@amarulasolutions.com, quentin.schulz@theobroma-systems.com, Sakari Ailus , Daniel Scally , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 5/6] media: dt-bindings: ov5693: document YAML binding Message-ID: <20220630090232.GC482517@tom-ThinkPad-T14s-Gen-2i> References: <20220630074525.481790-1-tommaso.merciai@amarulasolutions.com> <20220630074525.481790-6-tommaso.merciai@amarulasolutions.com> <167f09c1-795d-1471-20f7-9f4df29355ed@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <167f09c1-795d-1471-20f7-9f4df29355ed@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Jun 30, 2022 at 10:07:19AM +0200, Krzysztof Kozlowski wrote: > On 30/06/2022 09:45, Tommaso Merciai wrote: > > Add documentation of device tree in YAML schema for the OV5693 > > CMOS image sensor from Omnivision > > > > Signed-off-by: Tommaso Merciai > > Reviewed-by: Krzysztof Kozlowski > > Reviewed-by: Sakari Ailus > > How Sakari's tag appeared here? There was no email from him. Sakari made me some review on v2, but I think he forgot to add the mailing list in cc. ( I suppose :) ) Let me know if I need to remove this. Regards, Tommaso > > Best regards, > Krzysztof -- Tommaso Merciai Embedded Linux Engineer tommaso.merciai@amarulasolutions.com __________________________________ Amarula Solutions SRL Via Le Canevare 30, 31100 Treviso, Veneto, IT T. +39 042 243 5310 info@amarulasolutions.com www.amarulasolutions.com