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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 752E1C433EF for ; Fri, 3 Sep 2021 19:36:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5CC6760FA0 for ; Fri, 3 Sep 2021 19:36:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348120AbhICThN (ORCPT ); Fri, 3 Sep 2021 15:37:13 -0400 Received: from mail-ot1-f45.google.com ([209.85.210.45]:41730 "EHLO mail-ot1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231599AbhICThN (ORCPT ); Fri, 3 Sep 2021 15:37:13 -0400 Received: by mail-ot1-f45.google.com with SMTP id o16-20020a9d2210000000b0051b1e56c98fso318492ota.8 for ; Fri, 03 Sep 2021 12:36:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=OUup1w/wBcRMNh0s/K298HO/Zym1F/UHB17LzFzrSic=; b=mY1wrMk1s6Pe9eZcqkflPHKy13kyaIz8XI1bw5n6huBwMez5AUHGhZJfoPTJZFBoph Upf7ngEXYSIjgi3GsqNGCAfU8AhHQbqY84PIY6V8mgc8n9pt29BZhXMNIoLO4SKBtQsF FaxRfypCtf7DpNpU+UlbOMWKNqfoHwpd0Sjudf3WRZXe3jrIP21XPmMensFFbBKbusXF vnnePKi/tF8KJtUsGjQaaFyKWOw4nu7UobJC1csa2mjHLVBoz0pIGbQeirs3o1bq2rhi 0HJVAI3ibKkUefwoiTw3kTAbUMSCfxTpQCUfsKDn6rVHUHpWhxWxJzSZHptPtA+GTaYc RG3w== X-Gm-Message-State: AOAM532JVclQxmuZYmLj7tVtnHPlCCyohQO3Ab6yGvKbuAg22QcgcBx6 brG/iQrfLkU6I5ZBMGPpfQ== X-Google-Smtp-Source: ABdhPJyT+QMDkErsExM7TPuoTdt8g52ee2aWHaHQrgP67KyloiFYbwicBhIzn9yqc4gQwYkp2he7vA== X-Received: by 2002:a9d:718a:: with SMTP id o10mr568975otj.376.1630697772939; Fri, 03 Sep 2021 12:36:12 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id n19sm56019otl.63.2021.09.03.12.36.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:36:11 -0700 (PDT) Received: (nullmailer pid 3327247 invoked by uid 1000); Fri, 03 Sep 2021 19:36:10 -0000 Date: Fri, 3 Sep 2021 14:36:10 -0500 From: Rob Herring To: Maxime Ripard Cc: Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, Frank Rowand , devicetree@vger.kernel.org, Rob Herring , linux-sunxi@googlegroups.com, Jernej =?utf-8?Q?=C5=A0krabec?= Subject: Re: [PATCH v2 26/52] dt-bindings: media: ti,cal: Fix example Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-27-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210901091852.479202-27-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 01 Sep 2021 11:18:26 +0200, Maxime Ripard wrote: > The OV5640 sensor used in the example doesn't follow the binding and > omits the regulators. Add some to make the example valid. > > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/media/ti,cal.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Applied, thanks! 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 X-Spam-Level: X-Spam-Status: No, score=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86634C433F5 for ; Fri, 3 Sep 2021 19:37:47 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 53B5A604AC for ; Fri, 3 Sep 2021 19:37:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 53B5A604AC Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/PhdecmlbqJ8gF8ZpiUHx5qRsZf3OjjKd1LIeZyz3oA=; b=j16FDJu6q322/1 /ag/8+3He0WwiKBU9qe3QQzXDVtjrmBrF5K8Ek7ue00hQYNMMtV2fyGvXboPAgEmbZ+BhZHY5nlUb TkT5VUYigJOzWhWBevki2iAzVEnAZBm9tyWRP+k7e+HammJPqmWb0jaVXqSmfz0GaEGOshm7/kJ7A mkub/UWOR6sw6BQv+5HIudy7OTdx+96KsKYv0VHFU0j9DsksxyyjgvYzUzs9HTE30XQJK3pqOfiFd OSi1Vm2wmpUbPpaxYj5OYJh4JdkNNoG+oPvzAv2AOCs6wirX4t6SQKD9p2iJ2wBbg/W4gwclgI50j usKZvGAEunXEjQ7bKcug==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMEz4-00CkdJ-A8; Fri, 03 Sep 2021 19:36:18 +0000 Received: from mail-ot1-f41.google.com ([209.85.210.41]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mMEz0-00Ckbx-6f for linux-arm-kernel@lists.infradead.org; Fri, 03 Sep 2021 19:36:15 +0000 Received: by mail-ot1-f41.google.com with SMTP id x10-20020a056830408a00b004f26cead745so307156ott.10 for ; Fri, 03 Sep 2021 12:36:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=OUup1w/wBcRMNh0s/K298HO/Zym1F/UHB17LzFzrSic=; b=mhisX0F3U7Gw/+PeiRU22Iu/ffSASBqCll7mnC8WiboI5Oj8fmKtNAG1AFJi91bnBk EJIK6b5Jb7WShfpxginQngzaRMNKDEOhNQWsqPIv9SlY/7GVq80umdiArWoeiIXYRdf4 pOte3LQLmvYTcyUPMb+NNqlyx47MTIr3hQBv9bHNbpczAB7tKovNjcMQbtyYNxwkk64F hVNNvBRKQs4D5lX9fh0hvAwbFNZoNmM2rbk/ogqI9GvZLe73sT8MwVBE0+MzP+Tq3icB PUUugQrZhLx5CtCyKk1Qr06+WEWcIRn8omvZAPxQ9Pu0OIs16YIHAS3IGvzV7vYheNgk En8Q== X-Gm-Message-State: AOAM530Bos/lfliFyZyxWjoWm3+UcetxQvUVsxY4L6VTl+dBU0rk/WDw eV3kf4eVahCdCnZXgBS5qg== X-Google-Smtp-Source: ABdhPJyT+QMDkErsExM7TPuoTdt8g52ee2aWHaHQrgP67KyloiFYbwicBhIzn9yqc4gQwYkp2he7vA== X-Received: by 2002:a9d:718a:: with SMTP id o10mr568975otj.376.1630697772939; Fri, 03 Sep 2021 12:36:12 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id n19sm56019otl.63.2021.09.03.12.36.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 03 Sep 2021 12:36:11 -0700 (PDT) Received: (nullmailer pid 3327247 invoked by uid 1000); Fri, 03 Sep 2021 19:36:10 -0000 Date: Fri, 3 Sep 2021 14:36:10 -0500 From: Rob Herring To: Maxime Ripard Cc: Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, Frank Rowand , devicetree@vger.kernel.org, Rob Herring , linux-sunxi@googlegroups.com, Jernej =?utf-8?Q?=C5=A0krabec?= Subject: Re: [PATCH v2 26/52] dt-bindings: media: ti,cal: Fix example Message-ID: References: <20210901091852.479202-1-maxime@cerno.tech> <20210901091852.479202-27-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210901091852.479202-27-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210903_123614_319583_01204EA5 X-CRM114-Status: GOOD ( 14.28 ) 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 Wed, 01 Sep 2021 11:18:26 +0200, Maxime Ripard wrote: > The OV5640 sensor used in the example doesn't follow the binding and > omits the regulators. Add some to make the example valid. > > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/media/ti,cal.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel