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=unavailable 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 67D68C433DB for ; Thu, 11 Feb 2021 00:03:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 37AE364ED7 for ; Thu, 11 Feb 2021 00:03:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234173AbhBKADm (ORCPT ); Wed, 10 Feb 2021 19:03:42 -0500 Received: from mail-oi1-f182.google.com ([209.85.167.182]:39575 "EHLO mail-oi1-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232903AbhBKAD1 (ORCPT ); Wed, 10 Feb 2021 19:03:27 -0500 Received: by mail-oi1-f182.google.com with SMTP id l19so4165225oih.6; Wed, 10 Feb 2021 16:03:12 -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; bh=KhcTPGLbTTQ3ei4hkYQiiov8uAb8bHQwhbSbgo4CZbw=; b=Y7cfgujuQMN5/FG5SiQyivGvwYUDALD7FlFcUN3JiM0ooZGL9mExS0D+cq5+BGf9B+ hsXkV/CaIzdIYaUWXXExsC/G3JgtLmS42nGTHUMOuHdYXHL+5T2D731vv+HWtvWyCAet e1dXAxDeHtqdz3/q191BjRKNDIRPoe9gV+CsmZeQvKJVLzX5dtZH+g/TVmQ061RVoeGt /5jF97CmUXfkEknG2jYCS2et+LlQiIMCbcJgdwL9LaQNl7mPo9hVdYYgk8YD+DtWfC6j IT7wWFKqNxTM0ylxV2nmJUM2On2r3w4GG+yN4ATM8rPV4DRvg9IUUIciyKG3RzplASJv bicQ== X-Gm-Message-State: AOAM533QJp3XIN135iKtzi6QM0CGDtKCTvdmPj9Eb3I/q4fPLAeMlvH8 TnFXeKXN1solqquVhLdPuw== X-Google-Smtp-Source: ABdhPJz+LCL4IckHTXfklTHuAZ8PMKqtL1uSXq4WLg0yntYTkAFs1dmMhiokbKm1tUzWC5trMsY5AQ== X-Received: by 2002:aca:4fca:: with SMTP id d193mr1046762oib.135.1613001767053; Wed, 10 Feb 2021 16:02:47 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t65sm788573oie.25.2021.02.10.16.02.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Feb 2021 16:02:46 -0800 (PST) Received: (nullmailer pid 3093107 invoked by uid 1000); Thu, 11 Feb 2021 00:02:45 -0000 Date: Wed, 10 Feb 2021 18:02:45 -0600 From: Rob Herring To: Li Yang Cc: linux-arm-kernel@lists.infradead.org, Oleksij Rempel , devicetree@vger.kernel.org, Krzysztof Kozlowski , Rob Herring , Shawn Guo , linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/15] dt-bindings: arm: fsl: add ls1021a-tsn board Message-ID: <20210211000245.GA3093051@robh.at.kernel.org> References: <20210205234734.3397-1-leoyang.li@nxp.com> <20210205234734.3397-2-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210205234734.3397-2-leoyang.li@nxp.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 05 Feb 2021 17:47:20 -0600, Li Yang wrote: > Add the missing board in the binding docuemnt. > > Signed-off-by: Li Yang > --- > Documentation/devicetree/bindings/arm/fsl.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=-14.6 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 862F3C433DB for ; Thu, 11 Feb 2021 00:04:13 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 379F264E2A for ; Thu, 11 Feb 2021 00:04:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 379F264E2A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=DTySt1NHBM3IWjhSzh+vOPQEJP092IkUW1+38IsSnbs=; b=uc4SVSbzlJmTh0RTe+3+tJud4 7Mc09Yr6P5Wt22aKzZnvLDSg1U4QIgQ6rtHqZU6t3h/FhlTnRfM1L/zh540yLFWGq6Hda2Jpl/Wwx oQr2IWxn+qlWCVnlVeyFl1mc+w6IWaVy6IZnjimY3WdKyQu2AWvi5mdkUMH0j3c/25FvS+bclGZL7 i0tbiBfC6JIer9vue8L6UR36vbPhiDPF3Gt80iyVHGjS9MMi7rirQ36ZjWytA/r/rHsrvArFYbKGL Hd5nO3EPb9ZYoItaR861uwGt4KsSL/1EdUe6Up0pPVoxc0SBS+ztFXi36pJKhhJteWFKsjeMsLRyW O8zao9CgQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l9zRa-0007VC-Qc; Thu, 11 Feb 2021 00:02:50 +0000 Received: from mail-oi1-f171.google.com ([209.85.167.171]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l9zRX-0007Uq-Rf for linux-arm-kernel@lists.infradead.org; Thu, 11 Feb 2021 00:02:48 +0000 Received: by mail-oi1-f171.google.com with SMTP id h6so4178962oie.5 for ; Wed, 10 Feb 2021 16:02:47 -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; bh=KhcTPGLbTTQ3ei4hkYQiiov8uAb8bHQwhbSbgo4CZbw=; b=s+S+IIIwvXZxXP6zcr1FuUjNfFBr8fTwwNZaH0q1i3kjfSKPOU9eurv9nmq+JrRExE DTlinLrXGBGavufVK/6hSPs2vVOJOAo967mROxhxcezYRexpGvYCkh3nLW8F0AeFIWYj Vxy+/bt86uBSFpTU91W0a1kZ2VqIiG15T5xKTPExRJnpWy10kJc8tO/ZOgVHcNTfQjPb dJqyllOsfIDfKKAvn/aad2oahSlN1qrb3WH6N6e4eXKp/OmuDfaINVzdfMcHrjSBnKhl 0Qysr125kCVfQmqg50eTe/C/HY2v3uNxP9DsgarkWksPJ6kL1uVOs8B3biT0QWBxv6fB igyw== X-Gm-Message-State: AOAM531COJ1VOCkU0+ageKsmkXhzEFqxEKZwUFSn6MNhF4XCAf9/bCpR OL+M3oj3x1+8gwyaSImL3g== X-Google-Smtp-Source: ABdhPJz+LCL4IckHTXfklTHuAZ8PMKqtL1uSXq4WLg0yntYTkAFs1dmMhiokbKm1tUzWC5trMsY5AQ== X-Received: by 2002:aca:4fca:: with SMTP id d193mr1046762oib.135.1613001767053; Wed, 10 Feb 2021 16:02:47 -0800 (PST) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t65sm788573oie.25.2021.02.10.16.02.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Feb 2021 16:02:46 -0800 (PST) Received: (nullmailer pid 3093107 invoked by uid 1000); Thu, 11 Feb 2021 00:02:45 -0000 Date: Wed, 10 Feb 2021 18:02:45 -0600 From: Rob Herring To: Li Yang Subject: Re: [PATCH 01/15] dt-bindings: arm: fsl: add ls1021a-tsn board Message-ID: <20210211000245.GA3093051@robh.at.kernel.org> References: <20210205234734.3397-1-leoyang.li@nxp.com> <20210205234734.3397-2-leoyang.li@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210205234734.3397-2-leoyang.li@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210210_190247_976177_0D590A0B X-CRM114-Status: GOOD ( 12.19 ) 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: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Oleksij Rempel , Rob Herring , Shawn Guo , linux-arm-kernel@lists.infradead.org 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 Fri, 05 Feb 2021 17:47:20 -0600, Li Yang wrote: > Add the missing board in the binding docuemnt. > > Signed-off-by: Li Yang > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel