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=-3.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no 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 1CBC3C28CBC for ; Wed, 6 May 2020 11:30:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EACE7206DD for ; Wed, 6 May 2020 11:30:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ahVcX9y0" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727109AbgEFLas (ORCPT ); Wed, 6 May 2020 07:30:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50348 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726356AbgEFLar (ORCPT ); Wed, 6 May 2020 07:30:47 -0400 Received: from mail-ot1-x342.google.com (mail-ot1-x342.google.com [IPv6:2607:f8b0:4864:20::342]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6517EC061A0F for ; Wed, 6 May 2020 04:30:47 -0700 (PDT) Received: by mail-ot1-x342.google.com with SMTP id m13so1034922otf.6 for ; Wed, 06 May 2020 04:30:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=i/mnRlrL4hTk5ZWZZBpQB+A2vYhFKnlQEEPlCkWsPZE=; b=ahVcX9y0875VtYAfqeLGE8/rEUacYR6cv0gOwEAGAK2TtEt3EZqIgzdUxj8+oqmEtg x9e9VKyqjWNyJMH3BbsQqcIEjgMedce3ldo/d88jKQw534PPBjFG3b1ecntQ/L+MSrcl ZSsO+EEouEiGHHSZtucCvwmF6m6HWcUfia96aiIq5kRGKvsJhToKu+3nBY4adWL1wQj9 Zgu3L2lTon+z/3KU5UDDwaKQWxILJ9o47N4Yzpd9MGuGXRq/E0gFe5pgMh3uEVm/hpkD otLpeiuEMsLF4/Qq9XuYwSDdlDq6/9PsatWSJf8CRiWCWwW7t7ejcu+eVg5Gn6WRWeku k3Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=i/mnRlrL4hTk5ZWZZBpQB+A2vYhFKnlQEEPlCkWsPZE=; b=jSPgcNMVGnNS70CRntsOLO/BgPG2AJHTcoTx6ZIlW4zE7dqGC2YPZ8mL20qOej0zCu 2Y5/YokTZf5sTtjfUMHKl8AsiKWPzbkjgODKxLIV1HyjsqeebamVadeoBihOg2IfJKvS XS0Ts2D6qOlO23fDlS5Tr/xkc/1fTiP7EzHAfKAtBimKLAHi0jscx7obLf6P0oDeKdZp W0FGwHbMEFdeSon8Fs/1fgV1AT+v1e2IONb7/AEPV8XOfK3wPtv14zKiJrO9++JyQiq6 22zf0ACpLwlj4k8Es4tPAaigMyEpfyWop5Ck/9S3ahMUCKftd77/pZOsCB75lOipTwG7 zWYA== X-Gm-Message-State: AGi0PuZqGdfuxptiy9BuCR66QzqyOt163eU1+Sx00T1Tc//XYpCSsVBf mxd59RbZfGSD5R4MBTlVfZsDuBq4ax9aF2vCWOLY6g== X-Google-Smtp-Source: APiQypI10Opg1+VL0qGtAj9swPO65KogncWTx9LO8yV8j8xz4TIqaR59fBT2pvHi/zHAbFL61M3nNSKybpyU+5oO17k= X-Received: by 2002:a9d:7645:: with SMTP id o5mr5754004otl.272.1588764646808; Wed, 06 May 2020 04:30:46 -0700 (PDT) MIME-Version: 1.0 References: <20200505100129.104673-1-robert.foss@linaro.org> <20200505100129.104673-2-robert.foss@linaro.org> <20200505154913.GA17438@bogus> In-Reply-To: <20200505154913.GA17438@bogus> From: Robert Foss Date: Wed, 6 May 2020 13:30:35 +0200 Message-ID: Subject: Re: [PATCH v10 1/3] media: dt-bindings: ov8856: Document YAML bindings To: Rob Herring Cc: Andy Shevchenko , Sakari Ailus , Marco Felsch , Maxime Ripard , linux-media , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , linux-kernel , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Maxime Ripard , Tomasz Figa , Ben Kao , Dongchun Zhu , Fabio Estevam Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks Rob! On Tue, 5 May 2020 at 17:49, Rob Herring wrote: > > On Tue, 5 May 2020 12:01:29 +0200, Robert Foss wrote: > > From: Dongchun Zhu > > > > This patch adds documentation of device tree in YAML schema for the > > OV8856 CMOS image sensor. > > > > Signed-off-by: Dongchun Zhu > > Signed-off-by: Robert Foss > > Reviewed-by: Maxime Ripard > > --- > > > > - Changes since v9: > > * Remove remote-endpoint property > > * Marco: Make port property required again > > * Sakari: Remove Ben as a maintainer > > * Sakari: Replace data-lanes with const items > > * Sakari: Remove clock-lanes property > > * Sakari & Rob Herring: Change type of link-frequency > > work around dt-schema bug > > > > - Changes since v8: > > * Maxime: Added r-b > > > > - Changes since v7: > > * Marco: Make 'port' property optional > > * Maxime & Sakari: Add 'link-frequencies' property to dt binding > > * robher: Improve description for 'port' property > > > > - Changes since v6: > > * Marco: remove qcom specifics from DT example > > > > - Changes since v5: > > * Add assigned-clocks and assigned-clock-rates > > * robher: dt-schema errors > > > > - Changes since v4: > > * Fabio: Change reset-gpio to GPIO_ACTIVE_LOW, explain in description > > * Add clock-lanes property to example > > * robher: Fix syntax error in devicetree example > > > > - Changes since v3: > > * robher: Fix syntax error > > * robher: Removed maxItems > > * Fixes yaml 'make dt-binding-check' errors > > > > - Changes since v2: > > > > - Changes since v1: > > Fixes comments from Sakari, Tomasz > > * Add clock-frequency and link-frequencies in DT > > > > .../devicetree/bindings/media/i2c/ov8856.yaml | 142 ++++++++++++++++++ > > MAINTAINERS | 1 + > > 2 files changed, 143 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/media/i2c/ov8856.yaml > > > > Reviewed-by: Rob Herring 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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no 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 28DE5C38A2A for ; Wed, 6 May 2020 11:30:51 +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 F0A5720736 for ; Wed, 6 May 2020 11:30:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="KGzSPvV+"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="ahVcX9y0" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F0A5720736 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RjY49SfF7+VeTH42F4WO0wOKKv4RFqL+ARdQM6/A/tU=; b=KGzSPvV+Vb26tW 2ht0QYvfPZK6zcSdF8Yuln4/czGFT588XUk9IR0oUNBB6fjYQHmj4xmuWyCcczjiz/Bt62JnhBPE5 V1vXj6y1VfVOoP5++R7PLGFjLvFpNu7Z6GOKge9EuMMcfaOBteJJhbTt52QpD86W82lb2WeVHbtv2 z696JFP9IU1MqDfxGnjwpRLYuvEY3at5mI4GRdPEuNPVCYsgdc6CqwWMcHoJsrXjyLzXNUmu9mr0W pX9XrkCPF5tfrOibHPI+6k1td7rl/mF7O9lDfjcCT5mWCjoXxRGPGx9gUwp1B+BBr8/Oir2/oRQ3G 4pqDn+KIN4Fa+n0i5FaQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jWIGI-0005ni-DT; Wed, 06 May 2020 11:30:50 +0000 Received: from mail-ot1-x341.google.com ([2607:f8b0:4864:20::341]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jWIGF-0005mQ-Lt for linux-arm-kernel@lists.infradead.org; Wed, 06 May 2020 11:30:49 +0000 Received: by mail-ot1-x341.google.com with SMTP id g14so1019061otg.10 for ; Wed, 06 May 2020 04:30:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=i/mnRlrL4hTk5ZWZZBpQB+A2vYhFKnlQEEPlCkWsPZE=; b=ahVcX9y0875VtYAfqeLGE8/rEUacYR6cv0gOwEAGAK2TtEt3EZqIgzdUxj8+oqmEtg x9e9VKyqjWNyJMH3BbsQqcIEjgMedce3ldo/d88jKQw534PPBjFG3b1ecntQ/L+MSrcl ZSsO+EEouEiGHHSZtucCvwmF6m6HWcUfia96aiIq5kRGKvsJhToKu+3nBY4adWL1wQj9 Zgu3L2lTon+z/3KU5UDDwaKQWxILJ9o47N4Yzpd9MGuGXRq/E0gFe5pgMh3uEVm/hpkD otLpeiuEMsLF4/Qq9XuYwSDdlDq6/9PsatWSJf8CRiWCWwW7t7ejcu+eVg5Gn6WRWeku k3Iw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=i/mnRlrL4hTk5ZWZZBpQB+A2vYhFKnlQEEPlCkWsPZE=; b=mUcB+Mt8Vx6duT1zDc8Z+36Adt1962uxVNwLmyBtfBl7XnNFiOxxpvGjanpSSEunau BEULX3CSYZxXFxGPNQaZvWapW/08jRRLaMJp9rEnnbhENImhM5z+ix5y33U9zavAhx1O y6huOOtg9evlBNJi9hTDyJf8TixHuLc9TY4UbGjMOMirqUdkyrKKjy20Z7rFz8j0pg0j FjmoKsqAEqz4pj+7By4R3kKEzM3h/ngvrYwVVS6CgoNuvfXlnIsq+z2eHM8oF3EWXMGX jmKY0IGXQFhT/2YSUCzBSc2x83b1cp8kEvo64cGBoO+GKXbwheTQMRqraW2rTz+plaKV 21Pw== X-Gm-Message-State: AGi0PuYlnfsH2g9ty96052c6VI5UppELvTn2gHjtKix6OhJY0mzSW6G3 xn4jUe2KA9/SHHUFh9gXXy/Mny3PmwGOpudOpkSKyA== X-Google-Smtp-Source: APiQypI10Opg1+VL0qGtAj9swPO65KogncWTx9LO8yV8j8xz4TIqaR59fBT2pvHi/zHAbFL61M3nNSKybpyU+5oO17k= X-Received: by 2002:a9d:7645:: with SMTP id o5mr5754004otl.272.1588764646808; Wed, 06 May 2020 04:30:46 -0700 (PDT) MIME-Version: 1.0 References: <20200505100129.104673-1-robert.foss@linaro.org> <20200505100129.104673-2-robert.foss@linaro.org> <20200505154913.GA17438@bogus> In-Reply-To: <20200505154913.GA17438@bogus> From: Robert Foss Date: Wed, 6 May 2020 13:30:35 +0200 Message-ID: Subject: Re: [PATCH v10 1/3] media: dt-bindings: ov8856: Document YAML bindings To: Rob Herring X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200506_043047_712465_403FE8FF X-CRM114-Status: GOOD ( 14.85 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Tomasz Figa , Dongchun Zhu , Marco Felsch , Maxime Ripard , linux-kernel , Ben Kao , Sakari Ailus , Maxime Ripard , Andy Shevchenko , Fabio Estevam , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , linux-media Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Thanks Rob! On Tue, 5 May 2020 at 17:49, Rob Herring wrote: > > On Tue, 5 May 2020 12:01:29 +0200, Robert Foss wrote: > > From: Dongchun Zhu > > > > This patch adds documentation of device tree in YAML schema for the > > OV8856 CMOS image sensor. > > > > Signed-off-by: Dongchun Zhu > > Signed-off-by: Robert Foss > > Reviewed-by: Maxime Ripard > > --- > > > > - Changes since v9: > > * Remove remote-endpoint property > > * Marco: Make port property required again > > * Sakari: Remove Ben as a maintainer > > * Sakari: Replace data-lanes with const items > > * Sakari: Remove clock-lanes property > > * Sakari & Rob Herring: Change type of link-frequency > > work around dt-schema bug > > > > - Changes since v8: > > * Maxime: Added r-b > > > > - Changes since v7: > > * Marco: Make 'port' property optional > > * Maxime & Sakari: Add 'link-frequencies' property to dt binding > > * robher: Improve description for 'port' property > > > > - Changes since v6: > > * Marco: remove qcom specifics from DT example > > > > - Changes since v5: > > * Add assigned-clocks and assigned-clock-rates > > * robher: dt-schema errors > > > > - Changes since v4: > > * Fabio: Change reset-gpio to GPIO_ACTIVE_LOW, explain in description > > * Add clock-lanes property to example > > * robher: Fix syntax error in devicetree example > > > > - Changes since v3: > > * robher: Fix syntax error > > * robher: Removed maxItems > > * Fixes yaml 'make dt-binding-check' errors > > > > - Changes since v2: > > > > - Changes since v1: > > Fixes comments from Sakari, Tomasz > > * Add clock-frequency and link-frequencies in DT > > > > .../devicetree/bindings/media/i2c/ov8856.yaml | 142 ++++++++++++++++++ > > MAINTAINERS | 1 + > > 2 files changed, 143 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/media/i2c/ov8856.yaml > > > > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel