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 801B9C388F7 for ; Tue, 20 Oct 2020 15:52:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2B8B521707 for ; Tue, 20 Oct 2020 15:52:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603209151; bh=sQ5lOj7HzKG1IbgMhgIZUGSM5hILM7ijteJGzb9eGPI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ubsNLyN7Z8EujpEEgY8ZUf+PQ+E1EyOM637EbLd7Kb6MhrVCsc4X3t67vqN43WJ9O +b69T7ea1+hnKZp/CQ5KUQkXKCN5yepUMDMe6tWRwgo1aKC/RJR7qFmospW7lDOKhg bNKi46zePR7QQOwZrcgUpU44td/EXihAOJI5AIco= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2436914AbgJTPwa (ORCPT ); Tue, 20 Oct 2020 11:52:30 -0400 Received: from mail-oi1-f196.google.com ([209.85.167.196]:43374 "EHLO mail-oi1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2436904AbgJTPwa (ORCPT ); Tue, 20 Oct 2020 11:52:30 -0400 Received: by mail-oi1-f196.google.com with SMTP id l85so2613807oih.10; Tue, 20 Oct 2020 08:52:29 -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=Cuj8FYcNkqUs6si3CJnFao+OyDVHBcl/RdsIhf6hpE8=; b=GCPQ15x2iW/8Hh6RMAR1g4aaWTB7meUhsbwtahBy32MQ2ayIbpTcgQkkmbMJIWWgma KW2D/438A8In66VctLfvBT++HLVIeN9bKm0g893bDREj6QMGSSlSiDAtUvURJTTHNYdj AgtVX/bp7KCbb6ZjQCpLOq2Sv4zeAQBc3+0BGYAWvskYjNVlXNVNHRylOIsLuYkFewlz BnC8DPiSkOfLcfsW9UNbCBH69usCoJGXhXtCpj3OH7wApLVBypiINo2HbSgYgpSdV/hN U1+AobBlxagYJdOXvRr+jlm8VZR/CGw5NR5qORE9ABIJx6bxlsMcDQRXZjtxM3IHLGBF mQHg== X-Gm-Message-State: AOAM532drfKgGGtZPqHnwtTPJckHXwdSFKYWhk9EDya+s1WcAAzzzb62 Rb+aIpR/EBi5CZwuuJ316Q== X-Google-Smtp-Source: ABdhPJwm+3bWHCRyFI+ShnwRrr9u7+alcmPQdLWqF0fyKmjdJS9/IpzApUmx78OQrOzZeNNnLnqxXA== X-Received: by 2002:a05:6808:3bc:: with SMTP id n28mr2127334oie.171.1603209149057; Tue, 20 Oct 2020 08:52:29 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id j8sm514782otn.53.2020.10.20.08.52.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 08:52:28 -0700 (PDT) Received: (nullmailer pid 906474 invoked by uid 1000); Tue, 20 Oct 2020 15:52:27 -0000 Date: Tue, 20 Oct 2020 10:52:27 -0500 From: Rob Herring To: Yifeng Zhao Cc: miquel.raynal@bootlin.com, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, heiko@sntech.de, vigneshr@ti.com, robh+dt@kernel.org, richard@nod.at, linux-mtd@lists.infradead.org Subject: Re: [PATCH v12 1/8] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller Message-ID: <20201020155227.GA906028@bogus> References: <20201020031733.17883-1-yifeng.zhao@rock-chips.com> <20201020031733.17883-2-yifeng.zhao@rock-chips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201020031733.17883-2-yifeng.zhao@rock-chips.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 20 Oct 2020 11:17:30 +0800, Yifeng Zhao wrote: > Documentation support for Rockchip RK3xxx NAND flash controllers > > Signed-off-by: Yifeng Zhao > --- > > Changes in v12: > - Fix some warnings while make dt_binding_check > - Drop a allOf defined > > Changes in v8: > - Fix a error while make dt_binding_check > > Changes in v7: > - Fix some wrong define > > Changes in v6: > - Fix some wrong define > - Modified the definition of compatible > > Changes in v5: > - Fix some wrong define. > - Add boot-medium define. > - Remove some compatible define. > > Changes in v4: > - The compatible define with rkxx_nfc. > - Add assigned-clocks. > - Fix some wrong defineChanges in. > > Changes in v3: > - Change the title for the dt-bindings. > > .../mtd/rockchip,nand-controller.yaml | 161 ++++++++++++++++++ > 1 file changed, 161 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mtd/rockchip,nand-controller.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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 719CFC4363A for ; Tue, 20 Oct 2020 15:53:39 +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 0494D22250 for ; Tue, 20 Oct 2020 15:53:38 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Suw4eW3g" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0494D22250 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-mtd-bounces+linux-mtd=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=VgpWwl5LCNC1VNqqVUHQxb19FxlPAvSBxXof+E/xqwQ=; b=Suw4eW3gukI2Vt+4DHEQLl/aK oH++YMeYUXBCQfYBvGozBn9svWsq1L3tDrGlxOnTEet4iKZBWd3smdyXBoMxI8/cC4T5bloE+Nb2g 0g8/BbRzvCnYHDxEBIMNK7/Sv0l9g5Jr0GTPBZKa0qcN/XvY0QM7AGQiaHDRVTmD8VJzZJRf4PzLB O2Vq3BP5MPb/P5Agpun8QCCaDjkB5zHgEaxkVgnWiPkd/1HTNec00r7wIMC3+aHumn5Ygu4hMu3BY eOXbGKfghf9btmdHIVwvZc0I7ZsWM1oXyY9NF3JMV1vK6ixMTepLL5svyv/+QlSrhQT5tP69CpVmx o0ZGIvb3A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kUtwB-0001cz-Ix; Tue, 20 Oct 2020 15:52:35 +0000 Received: from mail-oi1-f196.google.com ([209.85.167.196]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kUtw6-0001bH-6u; Tue, 20 Oct 2020 15:52:30 +0000 Received: by mail-oi1-f196.google.com with SMTP id w141so2648433oia.2; Tue, 20 Oct 2020 08:52:29 -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=Cuj8FYcNkqUs6si3CJnFao+OyDVHBcl/RdsIhf6hpE8=; b=G/C9Ol2neei8MW0gx9AYU6mMQZJNMReeDRhhWpoXqilT2OnmFuW+p69L9Ob+sgQ3hl eDaT2y2fj47F2tMutbq3OAEKSNGC7P2PnMJM6x29frpy6w/Lc7S9CM2M99LpvgoKSimS MMhsv44kR/871asyI7IO/OB3s1o63hRgmMoCEqZ8lqWcUJYpjYPz1zsMucFuMF3IasGE kD4wjqsY9VwR5KgH1/9zkxkShUpV2T8HgtkzEO/4pluKU5ay5nlD/gq4grnTpwzP9M3j dXcDwz6AtZeuvb78laA0f7OHyM8PbubTcngocFEjJLWQWGixVP6bkGuwvROUsRumPrKw C//Q== X-Gm-Message-State: AOAM530r4PdH5XnPiumrQ0ukmRsx6JCNHI3pddlAes92vGlXQpvAP7K4 np/qrncEsMhbn6+hqAzYfEakv8Re7Q== X-Google-Smtp-Source: ABdhPJwm+3bWHCRyFI+ShnwRrr9u7+alcmPQdLWqF0fyKmjdJS9/IpzApUmx78OQrOzZeNNnLnqxXA== X-Received: by 2002:a05:6808:3bc:: with SMTP id n28mr2127334oie.171.1603209149057; Tue, 20 Oct 2020 08:52:29 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id j8sm514782otn.53.2020.10.20.08.52.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 08:52:28 -0700 (PDT) Received: (nullmailer pid 906474 invoked by uid 1000); Tue, 20 Oct 2020 15:52:27 -0000 Date: Tue, 20 Oct 2020 10:52:27 -0500 From: Rob Herring To: Yifeng Zhao Subject: Re: [PATCH v12 1/8] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller Message-ID: <20201020155227.GA906028@bogus> References: <20201020031733.17883-1-yifeng.zhao@rock-chips.com> <20201020031733.17883-2-yifeng.zhao@rock-chips.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201020031733.17883-2-yifeng.zhao@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201020_115230_273739_B95F368E X-CRM114-Status: GOOD ( 14.74 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, heiko@sntech.de, richard@nod.at, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, linux-mtd@lists.infradead.org, miquel.raynal@bootlin.com, linux-arm-kernel@lists.infradead.org, vigneshr@ti.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On Tue, 20 Oct 2020 11:17:30 +0800, Yifeng Zhao wrote: > Documentation support for Rockchip RK3xxx NAND flash controllers > > Signed-off-by: Yifeng Zhao > --- > > Changes in v12: > - Fix some warnings while make dt_binding_check > - Drop a allOf defined > > Changes in v8: > - Fix a error while make dt_binding_check > > Changes in v7: > - Fix some wrong define > > Changes in v6: > - Fix some wrong define > - Modified the definition of compatible > > Changes in v5: > - Fix some wrong define. > - Add boot-medium define. > - Remove some compatible define. > > Changes in v4: > - The compatible define with rkxx_nfc. > - Add assigned-clocks. > - Fix some wrong defineChanges in. > > Changes in v3: > - Change the title for the dt-bindings. > > .../mtd/rockchip,nand-controller.yaml | 161 ++++++++++++++++++ > 1 file changed, 161 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml > Reviewed-by: Rob Herring ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ 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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 AC793C4363A for ; Tue, 20 Oct 2020 15:52:40 +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 16D5621707 for ; Tue, 20 Oct 2020 15:52:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="CLKF0fmw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 16D5621707 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-rockchip-bounces+linux-rockchip=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=ceUOIflAB7dxP57AnNgxo/5bZaH4CJt4C/xOGEYhtZk=; b=CLKF0fmwWRC3oRgXpxvomd1YJ yZ/ccIJXOWdIYHFdMKcCPqnC1XHBW0896XueH1vpKP4Vg9cTgbKKneXyvv7p5mDTaxfVojW9L8xDJ 21a6pvP0ZtRqWcqoQCNj6xWHoyp0VMdo3L3++Zp85R4n+kBKPnaPTXV2pRXsfxdq2dMCDcnZhdPqa i0wH9ePtRVqZj/lFxgefGmiqwJo8HMH5K9x19oMoye8SVfmdIdGTYlBMkrmdok+HOmqkX1IUGi6Ih wnQ4vJmFTHzv7Yhn2FkECeXx320jlnWcJWfaaPDOaL5fBLDwVP+NXoNrkyTEFiVj+CVlctWsF4zns eLutZnPHw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kUtw8-0001cK-Fg; Tue, 20 Oct 2020 15:52:32 +0000 Received: from mail-oi1-f196.google.com ([209.85.167.196]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kUtw6-0001bH-6u; Tue, 20 Oct 2020 15:52:30 +0000 Received: by mail-oi1-f196.google.com with SMTP id w141so2648433oia.2; Tue, 20 Oct 2020 08:52:29 -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=Cuj8FYcNkqUs6si3CJnFao+OyDVHBcl/RdsIhf6hpE8=; b=G/C9Ol2neei8MW0gx9AYU6mMQZJNMReeDRhhWpoXqilT2OnmFuW+p69L9Ob+sgQ3hl eDaT2y2fj47F2tMutbq3OAEKSNGC7P2PnMJM6x29frpy6w/Lc7S9CM2M99LpvgoKSimS MMhsv44kR/871asyI7IO/OB3s1o63hRgmMoCEqZ8lqWcUJYpjYPz1zsMucFuMF3IasGE kD4wjqsY9VwR5KgH1/9zkxkShUpV2T8HgtkzEO/4pluKU5ay5nlD/gq4grnTpwzP9M3j dXcDwz6AtZeuvb78laA0f7OHyM8PbubTcngocFEjJLWQWGixVP6bkGuwvROUsRumPrKw C//Q== X-Gm-Message-State: AOAM530r4PdH5XnPiumrQ0ukmRsx6JCNHI3pddlAes92vGlXQpvAP7K4 np/qrncEsMhbn6+hqAzYfEakv8Re7Q== X-Google-Smtp-Source: ABdhPJwm+3bWHCRyFI+ShnwRrr9u7+alcmPQdLWqF0fyKmjdJS9/IpzApUmx78OQrOzZeNNnLnqxXA== X-Received: by 2002:a05:6808:3bc:: with SMTP id n28mr2127334oie.171.1603209149057; Tue, 20 Oct 2020 08:52:29 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id j8sm514782otn.53.2020.10.20.08.52.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 08:52:28 -0700 (PDT) Received: (nullmailer pid 906474 invoked by uid 1000); Tue, 20 Oct 2020 15:52:27 -0000 Date: Tue, 20 Oct 2020 10:52:27 -0500 From: Rob Herring To: Yifeng Zhao Subject: Re: [PATCH v12 1/8] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller Message-ID: <20201020155227.GA906028@bogus> References: <20201020031733.17883-1-yifeng.zhao@rock-chips.com> <20201020031733.17883-2-yifeng.zhao@rock-chips.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201020031733.17883-2-yifeng.zhao@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201020_115230_273739_B95F368E X-CRM114-Status: GOOD ( 14.74 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, heiko@sntech.de, richard@nod.at, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, linux-mtd@lists.infradead.org, miquel.raynal@bootlin.com, linux-arm-kernel@lists.infradead.org, vigneshr@ti.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Tue, 20 Oct 2020 11:17:30 +0800, Yifeng Zhao wrote: > Documentation support for Rockchip RK3xxx NAND flash controllers > > Signed-off-by: Yifeng Zhao > --- > > Changes in v12: > - Fix some warnings while make dt_binding_check > - Drop a allOf defined > > Changes in v8: > - Fix a error while make dt_binding_check > > Changes in v7: > - Fix some wrong define > > Changes in v6: > - Fix some wrong define > - Modified the definition of compatible > > Changes in v5: > - Fix some wrong define. > - Add boot-medium define. > - Remove some compatible define. > > Changes in v4: > - The compatible define with rkxx_nfc. > - Add assigned-clocks. > - Fix some wrong defineChanges in. > > Changes in v3: > - Change the title for the dt-bindings. > > .../mtd/rockchip,nand-controller.yaml | 161 ++++++++++++++++++ > 1 file changed, 161 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml > Reviewed-by: Rob Herring _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 78BD5C388F7 for ; Tue, 20 Oct 2020 15:54:00 +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 11F3022247 for ; Tue, 20 Oct 2020 15:54:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="A8uNKChe" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 11F3022247 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=2bYAZyvEIwufkF5K8Rbo33RzOE1v5b9pYVTA+HOEkkc=; b=A8uNKChe0vlHHvr8YDnIUktPh M0iIyAIrtstNdsHsv0A1QWnIDQ1eNvD/zEVojCK7rd82B/+c86nMvsgUKS0uO5QNli9XhescpRQXO wA1s74d5ZPfcR7g5yJghOioYphGXfC5/u1h+ZY6HIsoI+jBVy4Tt+2aPvRVv6N9npxY9SilIIjQXN qKRpLR/cgRiFvfI5OBH+xsSGLmJtTkt1vs0nF9/6MwzIE/brPU8Fd52Ua1gvqlsdPgpLNSV+01WfK q7CrA2vVVIrngs6oPIzjpWfM/mhudW+L83MGXu/6E7yhYpyuIvGBlkGWkAG0LmjpUYNwdmCCJu5ZC Bug9jExsw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kUtw9-0001cU-PP; Tue, 20 Oct 2020 15:52:33 +0000 Received: from mail-oi1-f196.google.com ([209.85.167.196]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kUtw6-0001bH-6u; Tue, 20 Oct 2020 15:52:30 +0000 Received: by mail-oi1-f196.google.com with SMTP id w141so2648433oia.2; Tue, 20 Oct 2020 08:52:29 -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=Cuj8FYcNkqUs6si3CJnFao+OyDVHBcl/RdsIhf6hpE8=; b=G/C9Ol2neei8MW0gx9AYU6mMQZJNMReeDRhhWpoXqilT2OnmFuW+p69L9Ob+sgQ3hl eDaT2y2fj47F2tMutbq3OAEKSNGC7P2PnMJM6x29frpy6w/Lc7S9CM2M99LpvgoKSimS MMhsv44kR/871asyI7IO/OB3s1o63hRgmMoCEqZ8lqWcUJYpjYPz1zsMucFuMF3IasGE kD4wjqsY9VwR5KgH1/9zkxkShUpV2T8HgtkzEO/4pluKU5ay5nlD/gq4grnTpwzP9M3j dXcDwz6AtZeuvb78laA0f7OHyM8PbubTcngocFEjJLWQWGixVP6bkGuwvROUsRumPrKw C//Q== X-Gm-Message-State: AOAM530r4PdH5XnPiumrQ0ukmRsx6JCNHI3pddlAes92vGlXQpvAP7K4 np/qrncEsMhbn6+hqAzYfEakv8Re7Q== X-Google-Smtp-Source: ABdhPJwm+3bWHCRyFI+ShnwRrr9u7+alcmPQdLWqF0fyKmjdJS9/IpzApUmx78OQrOzZeNNnLnqxXA== X-Received: by 2002:a05:6808:3bc:: with SMTP id n28mr2127334oie.171.1603209149057; Tue, 20 Oct 2020 08:52:29 -0700 (PDT) Received: from xps15 (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id j8sm514782otn.53.2020.10.20.08.52.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 08:52:28 -0700 (PDT) Received: (nullmailer pid 906474 invoked by uid 1000); Tue, 20 Oct 2020 15:52:27 -0000 Date: Tue, 20 Oct 2020 10:52:27 -0500 From: Rob Herring To: Yifeng Zhao Subject: Re: [PATCH v12 1/8] dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controller Message-ID: <20201020155227.GA906028@bogus> References: <20201020031733.17883-1-yifeng.zhao@rock-chips.com> <20201020031733.17883-2-yifeng.zhao@rock-chips.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201020031733.17883-2-yifeng.zhao@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201020_115230_273739_B95F368E X-CRM114-Status: GOOD ( 14.74 ) 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, heiko@sntech.de, richard@nod.at, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, robh+dt@kernel.org, linux-mtd@lists.infradead.org, miquel.raynal@bootlin.com, linux-arm-kernel@lists.infradead.org, vigneshr@ti.com 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 Tue, 20 Oct 2020 11:17:30 +0800, Yifeng Zhao wrote: > Documentation support for Rockchip RK3xxx NAND flash controllers > > Signed-off-by: Yifeng Zhao > --- > > Changes in v12: > - Fix some warnings while make dt_binding_check > - Drop a allOf defined > > Changes in v8: > - Fix a error while make dt_binding_check > > Changes in v7: > - Fix some wrong define > > Changes in v6: > - Fix some wrong define > - Modified the definition of compatible > > Changes in v5: > - Fix some wrong define. > - Add boot-medium define. > - Remove some compatible define. > > Changes in v4: > - The compatible define with rkxx_nfc. > - Add assigned-clocks. > - Fix some wrong defineChanges in. > > Changes in v3: > - Change the title for the dt-bindings. > > .../mtd/rockchip,nand-controller.yaml | 161 ++++++++++++++++++ > 1 file changed, 161 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mtd/rockchip,nand-controller.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