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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 28B74C433E3 for ; Tue, 14 Jul 2020 00:00:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EE82621883 for ; Tue, 14 Jul 2020 00:00:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594684856; bh=YutH1yV8Su4e0KdJo0TS5lKZrfW/7MGoTZoTcNGUs/g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=H0UkscKQXr0fK6O0+12TEmBlZWdVRhhM81aeTtDDyT+RoymEWQkAYYcDAuR95L/1n cZntqjbxOCDvNmB2jNQYr0RyW+QylkEOMnr6xb/vm/FepOPpwFqEX0yG+RtbqiBDN6 0vc0vt9RyT/wOV5FBiqmTc2/X1sznH0YGxABNIxI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726460AbgGNAAz (ORCPT ); Mon, 13 Jul 2020 20:00:55 -0400 Received: from mail-io1-f68.google.com ([209.85.166.68]:37637 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726364AbgGNAAz (ORCPT ); Mon, 13 Jul 2020 20:00:55 -0400 Received: by mail-io1-f68.google.com with SMTP id v6so15466953iob.4; Mon, 13 Jul 2020 17:00:54 -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=wOPuVYur6h8tuyAKAZ1vKNn4igamlbQJNCJ8CthEK9o=; b=CMTmxO2vsC/F+X6i+FoNDgZL7DcAlKws1/AyV1cUjX0ZMTT291/NRXTKukeHFhA/MG i5zyzb+9ySAj9h9c0H24rMACi7i1H9o01dLcjA3gVWD+O/CwJhfMh7tdlXKZ+dEFzJou LTE0fHoHS25NNeTJiOPBnYG2QgrZFGFWAyG2evOGFEZSkLhSTJjy0o1gTXEO5uAv6FaA A0hJKnfEopyBs3In6U+PxMLjtg4atAYDZnBYL577ww/hmVeozeXcelAof3UcGcNm7i75 UpDdleQmNWE7ibgxnrJDWzNtJ57eekR1SxfTeO2m1L+JmfdiF06HQiAUA2XTgPMrzOyq u74g== X-Gm-Message-State: AOAM532Vu5wcueItkdZVya7M0kl69YyWAHpdENqbJq/KrNzQQ0efTYY4 3y0aCU8ROoeVR8v+m/ling== X-Google-Smtp-Source: ABdhPJzqkzoJOe6HxuTu9/O3zaXXkH9kNdURxoB0nBYzqptKaxDCYSKjt/2MsFlcwPFoYckHKi8J8A== X-Received: by 2002:a5d:96d7:: with SMTP id r23mr2300768iol.126.1594684854173; Mon, 13 Jul 2020 17:00:54 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id u6sm8919814ilg.32.2020.07.13.17.00.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 17:00:53 -0700 (PDT) Received: (nullmailer pid 963897 invoked by uid 1000); Tue, 14 Jul 2020 00:00:52 -0000 Date: Mon, 13 Jul 2020 18:00:52 -0600 From: Rob Herring To: Laurent Pinchart Cc: devicetree@vger.kernel.org, linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring Subject: Re: [PATCH v2 5/8] dt-bindings: media: renesas, fdp1: Make power-domains mandatory Message-ID: <20200714000052.GA963826@bogus> References: <20200621004734.28602-1-laurent.pinchart+renesas@ideasonboard.com> <20200621004734.28602-6-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200621004734.28602-6-laurent.pinchart+renesas@ideasonboard.com> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Sun, 21 Jun 2020 03:47:31 +0300, Laurent Pinchart wrote: > All DT source files in the kernel tree specify the power-domains > property. Make it mandatory. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven > --- > Changes since v1: > > - Fix typo in comment message > --- > Documentation/devicetree/bindings/media/renesas,fdp1.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-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=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 DC83AC433E7 for ; Tue, 14 Jul 2020 00:00:56 +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 BF03721883 for ; Tue, 14 Jul 2020 00:00:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BF03721883 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 4722A6E841; Tue, 14 Jul 2020 00:00:56 +0000 (UTC) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) by gabe.freedesktop.org (Postfix) with ESMTPS id BD4F16E841 for ; Tue, 14 Jul 2020 00:00:54 +0000 (UTC) Received: by mail-io1-f67.google.com with SMTP id i4so15422438iov.11 for ; Mon, 13 Jul 2020 17:00:54 -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=wOPuVYur6h8tuyAKAZ1vKNn4igamlbQJNCJ8CthEK9o=; b=LD2cEnJZwhe6i1ovQIfe/B6fHmlZnZ35KByagUP2FhEOOy9UHdEyjBNdydBg8z8tla ABXSxGCEenSovQAJb4UTKFJln6C/WTjJHQ90TcAxtqQ9p+mcJ+fOePvypIiR+q0RZITF A6GksVMiAes4wV25URJEKyx/G0Gyx8+Upv8z/SzM04jyb/1g8e7nQFo9pJKYPeCrKPB9 xOBKVgHp3KF4siG3ZRmIt9vyMRblClg0GUgNG8vP2EhZIMYFPJCkA3sTNVfCIL3mACx6 e21+YfDZWQcqHytvLap6WS5vGR60uXXvjfNZc3+FFv/OmQBT8B3edubndYh5teXF3nFJ bhQA== X-Gm-Message-State: AOAM532St1mRAbZ/QA4hyXl4H7s4V7DC4v+5AnS8IcrPY2GlIKbFf/eS T2wbkQOnVO5ADcbvr3+aTA== X-Google-Smtp-Source: ABdhPJzqkzoJOe6HxuTu9/O3zaXXkH9kNdURxoB0nBYzqptKaxDCYSKjt/2MsFlcwPFoYckHKi8J8A== X-Received: by 2002:a5d:96d7:: with SMTP id r23mr2300768iol.126.1594684854173; Mon, 13 Jul 2020 17:00:54 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id u6sm8919814ilg.32.2020.07.13.17.00.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 17:00:53 -0700 (PDT) Received: (nullmailer pid 963897 invoked by uid 1000); Tue, 14 Jul 2020 00:00:52 -0000 Date: Mon, 13 Jul 2020 18:00:52 -0600 From: Rob Herring To: Laurent Pinchart Subject: Re: [PATCH v2 5/8] dt-bindings: media: renesas, fdp1: Make power-domains mandatory Message-ID: <20200714000052.GA963826@bogus> References: <20200621004734.28602-1-laurent.pinchart+renesas@ideasonboard.com> <20200621004734.28602-6-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200621004734.28602-6-laurent.pinchart+renesas@ideasonboard.com> 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-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , dri-devel@lists.freedesktop.org, linux-media@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 Sun, 21 Jun 2020 03:47:31 +0300, Laurent Pinchart wrote: > All DT source files in the kernel tree specify the power-domains > property. Make it mandatory. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven > --- > Changes since v1: > > - Fix typo in comment message > --- > Documentation/devicetree/bindings/media/renesas,fdp1.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel