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=-5.5 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 4A5E4C35E01 for ; Tue, 25 Feb 2020 18:14:26 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 2CFB920CC7 for ; Tue, 25 Feb 2020 18:14:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2CFB920CC7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8E35A6EB77; Tue, 25 Feb 2020 18:14:25 +0000 (UTC) Received: from mail-ot1-f66.google.com (mail-ot1-f66.google.com [209.85.210.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 994C66EB75 for ; Tue, 25 Feb 2020 18:14:24 +0000 (UTC) Received: by mail-ot1-f66.google.com with SMTP id z9so410467oth.5 for ; Tue, 25 Feb 2020 10:14:24 -0800 (PST) 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:user-agent; bh=fzMstvFQHtiY1mtNKEHbS1tBWH2f5ubsJc5MbGcMIgE=; b=makj1EBVnsFfRgEgviQLV2f7CBtpQ3dkR9t+ZdEeZOtGEZnfViM58EMfyu/Jc7Pluv HnYsx/AGQbZd5xqEYz69P4vHT4AHqPCBvBPRFuBiMlyliLJBjdCPjmLQoiEjhltbjehE iEbpNKppDU5QSe0VOvClqawxwlr0ZZpqp4dYkbFpJUhWcdC+yRS7Ai+iPOoBFlnDd/6n MYq0vgqGWKhPsS8z4AAhnodwzhcugC1E/iK8vxwkyEm3YFLzrxL9Z8u9+WlB7YA6Zxsd qwhvv9qB/TvHpZWHscvx3Ys6Pdq4b0h6B6y/l5cOCiaEbw/AavJDkH7EOVnzNSchM6k3 Yw7w== X-Gm-Message-State: APjAAAXkNgxY/4zf+R0z/JlifNijCHWftIHizL29bQWyoQ/1hVqlcaex U50IpAyyaUNuTuM9uykE/A== X-Google-Smtp-Source: APXvYqyGKyCpS5QVH0RlgQkGwt+azhBTDZOJ39HMNdZPpnFpagNcBAnEczZ6ez53W17xGffq9mb+tQ== X-Received: by 2002:a05:6830:4c7:: with SMTP id s7mr45097888otd.359.1582654463904; Tue, 25 Feb 2020 10:14:23 -0800 (PST) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id o1sm5881508otl.49.2020.02.25.10.14.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Feb 2020 10:14:23 -0800 (PST) Received: (nullmailer pid 32082 invoked by uid 1000); Tue, 25 Feb 2020 18:14:22 -0000 Date: Tue, 25 Feb 2020 12:14:22 -0600 From: Rob Herring To: Maxime Ripard Subject: Re: [PATCH 01/89] dt-bindings: i2c: brcmstb: Convert the BRCMSTB binding to a schema Message-ID: <20200225181422.GA32044@bogus> References: <6649111e9c585f267762bb6c6dd96128e5cfb4ba.1582533919.git-series.maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <6649111e9c585f267762bb6c6dd96128e5cfb4ba.1582533919.git-series.maxime@cerno.tech> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, Florian Fainelli , Tim Gover , Dave Stevenson , Wolfram Sang , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, bcm-kernel-feedback-list@broadcom.com, Kamal Dasu , Maxime Ripard , Phil Elwell , Nicolas Saenz Julienne , linux-i2c@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 24 Feb 2020 10:06:03 +0100, Maxime Ripard wrote: > Switch the DT binding to a YAML schema to enable the DT validation. > > Cc: Kamal Dasu > Cc: Florian Fainelli > Cc: Rob Herring > Cc: Wolfram Sang > Cc: bcm-kernel-feedback-list@broadcom.com > Cc: linux-i2c@vger.kernel.org > Cc: devicetree@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml | 59 +++++++- > Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt | 26 +--- > MAINTAINERS | 2 +- > 3 files changed, 60 insertions(+), 27 deletions(-) > create mode 100644 Documentation/devicetree/bindings/i2c/brcm,brcmstb-i2c.yaml > delete mode 100644 Documentation/devicetree/bindings/i2c/i2c-brcmstb.txt > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel