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 358B9C433E5 for ; Tue, 14 Jul 2020 02:38:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0FED820791 for ; Tue, 14 Jul 2020 02:38:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594694318; bh=51FBegSLb8zjqOHPKmcVZpdFJ/EQu52yY4tZBqDJraA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=UoSDdVpBg5ixjl9UmkCUmytt/DRB8xvH8vykdWonhOtXvmcJxFRGybGC87jwGMZMq /hSpNb0z2eUWJAANpPPLPS1yx4AveldeiPdqY7th5N6+2Hooebl/a719T6IX8aaGVB TYZbL6v1VWN4pn+XedTRoyefaJJHxFgjBlHefwTg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726372AbgGNCih (ORCPT ); Mon, 13 Jul 2020 22:38:37 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:46418 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726150AbgGNCih (ORCPT ); Mon, 13 Jul 2020 22:38:37 -0400 Received: by mail-io1-f66.google.com with SMTP id a12so15706059ion.13; Mon, 13 Jul 2020 19:38:36 -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=4Gg8DYJFGz0ri+pNHJ3d+QdBSaSue9B9wGaWAqzH7gE=; b=cDzmnpZqLIr89deEgp39vsGloYK7iVfJ623XNV4qDAXKBbcKr3RgQ+mDtNCSh6FiBs qc7YOrRRB6ebCpJL2Acr+ihYQo6mvJ/hHsv3oTjn7aqahjG8F9RkSKJ7ufkaH1BGvN15 AZqnpe99/iBWluuePChy59IT95dojhJzyDPi3/th+2GZSkWueDIRloM7yvLVIroKtkLy y8HGpzxRKMljNMM4gapq4lm+INy2CpYwKBI/RfYTkp8/8cUfFqI6TIy9c3VSmx1ymJWN uqBnKZZmr7zHcjccH6sINhbtqVdPPb+Zjtu1Zjom3M+gk+IkuG0vhB18+UqwCp03NRjq eY8g== X-Gm-Message-State: AOAM5324DEydaH5vS2GlYkj7Bi9HEY6AoCTRNlNvoWEdR0zMS6YU8qio AkmA2lvQi8bsnZEc+QdTSg== X-Google-Smtp-Source: ABdhPJwZqnw3INgfD6Hay7X47f+EZmXP1MZ7Ywp8k31VukJNIC1u1XNf6R93i8iUljLxukbnVOSYfg== X-Received: by 2002:a5d:9590:: with SMTP id a16mr2767645ioo.150.1594694316558; Mon, 13 Jul 2020 19:38:36 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id d6sm9425301ilq.27.2020.07.13.19.38.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 19:38:35 -0700 (PDT) Received: (nullmailer pid 1172482 invoked by uid 1000); Tue, 14 Jul 2020 02:38:35 -0000 Date: Mon, 13 Jul 2020 20:38:35 -0600 From: Rob Herring To: Paul Cercueil Cc: Daniel Vetter , dri-devel@lists.freedesktop.org, David Airlie , linux-mips@vger.kernel.org, Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, od@zcrc.me Subject: Re: [PATCH v2 02/10] dt-bindings: display: Add ingenic,ipu.yaml Message-ID: <20200714023835.GA1172429@bogus> References: <20200629235210.441709-1-paul@crapouillou.net> <20200629235210.441709-2-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200629235210.441709-2-paul@crapouillou.net> Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Tue, 30 Jun 2020 01:52:02 +0200, Paul Cercueil wrote: > Add documentation of the Device Tree bindings for the Image Processing > Unit (IPU) found in most Ingenic SoCs. > > Signed-off-by: Paul Cercueil > --- > > Notes: > v2: Add missing 'const' in items list > > .../bindings/display/ingenic,ipu.yaml | 65 +++++++++++++++++++ > 1 file changed, 65 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/ingenic,ipu.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=-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 18AE1C433E8 for ; Tue, 14 Jul 2020 02:38:39 +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 EA4F6207FB for ; Tue, 14 Jul 2020 02:38:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EA4F6207FB 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 5A5AC6E893; Tue, 14 Jul 2020 02:38:38 +0000 (UTC) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 22CBA6E893 for ; Tue, 14 Jul 2020 02:38:37 +0000 (UTC) Received: by mail-io1-f68.google.com with SMTP id e64so15747522iof.12 for ; Mon, 13 Jul 2020 19:38:37 -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=4Gg8DYJFGz0ri+pNHJ3d+QdBSaSue9B9wGaWAqzH7gE=; b=obLIRLPUR5pLYF22wSztIbfP/Yr12WkifKU5r96Y5iNq798nFezH4pFYey5ed7OO13 gjo9tR57SItC5n2manE7WOz25tdMI4YhU4Dp6yqjpYwHb9nlnKznKWHNAGfu0yoSBQq7 D24+ao1IfVv8vRpmcUlQ8FU5tvgRDHVefubiueEDvG3TUNpct4miy+Bo0IoiWAAyHhMX +UAP25ZIQ2d7P6S/jKhW7xqQiw+G9LTQOVulh47OG2e11+sV55+FvbCG9vDcveZN2+QU RtD7S2zjxfUBVEKhMhYjQr2q4CfsEhjosS1yfCPbf2u39uSzLuFnz1jfiEl70fRFKPGc NYTw== X-Gm-Message-State: AOAM533DNOXbM66W4H62OoqY4rbE6jPSpzV91JPce9fndjyz7p9iiUnj 7wNlPrtKjrPJ2ovb0c0uWw== X-Google-Smtp-Source: ABdhPJwZqnw3INgfD6Hay7X47f+EZmXP1MZ7Ywp8k31VukJNIC1u1XNf6R93i8iUljLxukbnVOSYfg== X-Received: by 2002:a5d:9590:: with SMTP id a16mr2767645ioo.150.1594694316558; Mon, 13 Jul 2020 19:38:36 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id d6sm9425301ilq.27.2020.07.13.19.38.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 19:38:35 -0700 (PDT) Received: (nullmailer pid 1172482 invoked by uid 1000); Tue, 14 Jul 2020 02:38:35 -0000 Date: Mon, 13 Jul 2020 20:38:35 -0600 From: Rob Herring To: Paul Cercueil Subject: Re: [PATCH v2 02/10] dt-bindings: display: Add ingenic,ipu.yaml Message-ID: <20200714023835.GA1172429@bogus> References: <20200629235210.441709-1-paul@crapouillou.net> <20200629235210.441709-2-paul@crapouillou.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200629235210.441709-2-paul@crapouillou.net> 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: devicetree@vger.kernel.org, od@zcrc.me, David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, Rob Herring Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 30 Jun 2020 01:52:02 +0200, Paul Cercueil wrote: > Add documentation of the Device Tree bindings for the Image Processing > Unit (IPU) found in most Ingenic SoCs. > > Signed-off-by: Paul Cercueil > --- > > Notes: > v2: Add missing 'const' in items list > > .../bindings/display/ingenic,ipu.yaml | 65 +++++++++++++++++++ > 1 file changed, 65 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/ingenic,ipu.yaml > Reviewed-by: Rob Herring _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel