All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
To: RogerCC Lin <rogercc.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
Cc: srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
	bayi.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	xiaolei.li-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org,
	computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
	dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org
Subject: Re: [PATCH v2 1/3] mtd: nand: mtk: update DT bindings
Date: Thu, 7 Dec 2017 21:20:17 +0100	[thread overview]
Message-ID: <20171207212017.466842e6@bbrezillon> (raw)
In-Reply-To: <1512051045-24026-2-git-send-email-rogercc.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>

On Thu, 30 Nov 2017 22:10:43 +0800
RogerCC Lin <rogercc.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> wrote:

> From: RogerCC Lin <rogercc.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> 
> Add MT7622 NAND Flash Controller dt bindings documentation.
> 

Applied the series.

Thanks,

Boris

> Signed-off-by: RogerCC Lin <rogercc.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/mtd/mtk-nand.txt | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mtd/mtk-nand.txt b/Documentation/devicetree/bindings/mtd/mtk-nand.txt
> index dbf9e05..0025bc4 100644
> --- a/Documentation/devicetree/bindings/mtd/mtk-nand.txt
> +++ b/Documentation/devicetree/bindings/mtd/mtk-nand.txt
> @@ -12,8 +12,10 @@ tree nodes.
>  
>  The first part of NFC is NAND Controller Interface (NFI) HW.
>  Required NFI properties:
> -- compatible:			Should be one of "mediatek,mt2701-nfc",
> -				"mediatek,mt2712-nfc".
> +- compatible:			Should be one of
> +				"mediatek,mt2701-nfc",
> +				"mediatek,mt2712-nfc",
> +				"mediatek,mt7622-nfc".
>  - reg:				Base physical address and size of NFI.
>  - interrupts:			Interrupts of NFI.
>  - clocks:			NFI required clocks.
> @@ -142,7 +144,10 @@ Example:
>  ==============
>  
>  Required BCH properties:
> -- compatible:	Should be one of "mediatek,mt2701-ecc", "mediatek,mt2712-ecc".
> +- compatible:	Should be one of
> +		"mediatek,mt2701-ecc",
> +		"mediatek,mt2712-ecc",
> +		"mediatek,mt7622-ecc".
>  - reg:		Base physical address and size of ECC.
>  - interrupts:	Interrupts of ECC.
>  - clocks:	ECC required clocks.

WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: RogerCC Lin <rogercc.lin@mediatek.com>
Cc: <computersforpeace@gmail.com>, <dwmw2@infradead.org>,
	<linux-mtd@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>, <xiaolei.li@mediatek.com>,
	<srv_heupstream@mediatek.com>, <bayi.cheng@mediatek.com>
Subject: Re: [PATCH v2 1/3] mtd: nand: mtk: update DT bindings
Date: Thu, 7 Dec 2017 21:20:17 +0100	[thread overview]
Message-ID: <20171207212017.466842e6@bbrezillon> (raw)
In-Reply-To: <1512051045-24026-2-git-send-email-rogercc.lin@mediatek.com>

On Thu, 30 Nov 2017 22:10:43 +0800
RogerCC Lin <rogercc.lin@mediatek.com> wrote:

> From: RogerCC Lin <rogercc.lin@mediatek.com>
> 
> Add MT7622 NAND Flash Controller dt bindings documentation.
> 

Applied the series.

Thanks,

Boris

> Signed-off-by: RogerCC Lin <rogercc.lin@mediatek.com>
> ---
>  Documentation/devicetree/bindings/mtd/mtk-nand.txt | 11 ++++++++---
>  1 file changed, 8 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/mtd/mtk-nand.txt b/Documentation/devicetree/bindings/mtd/mtk-nand.txt
> index dbf9e05..0025bc4 100644
> --- a/Documentation/devicetree/bindings/mtd/mtk-nand.txt
> +++ b/Documentation/devicetree/bindings/mtd/mtk-nand.txt
> @@ -12,8 +12,10 @@ tree nodes.
>  
>  The first part of NFC is NAND Controller Interface (NFI) HW.
>  Required NFI properties:
> -- compatible:			Should be one of "mediatek,mt2701-nfc",
> -				"mediatek,mt2712-nfc".
> +- compatible:			Should be one of
> +				"mediatek,mt2701-nfc",
> +				"mediatek,mt2712-nfc",
> +				"mediatek,mt7622-nfc".
>  - reg:				Base physical address and size of NFI.
>  - interrupts:			Interrupts of NFI.
>  - clocks:			NFI required clocks.
> @@ -142,7 +144,10 @@ Example:
>  ==============
>  
>  Required BCH properties:
> -- compatible:	Should be one of "mediatek,mt2701-ecc", "mediatek,mt2712-ecc".
> +- compatible:	Should be one of
> +		"mediatek,mt2701-ecc",
> +		"mediatek,mt2712-ecc",
> +		"mediatek,mt7622-ecc".
>  - reg:		Base physical address and size of ECC.
>  - interrupts:	Interrupts of ECC.
>  - clocks:	ECC required clocks.

  parent reply	other threads:[~2017-12-07 20:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-30 14:10 [PATCH v2 0/3] Support MT7622 NAND flash controller RogerCC Lin
2017-11-30 14:10 ` RogerCC Lin
     [not found] ` <1512051045-24026-1-git-send-email-rogercc.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-11-30 14:10   ` [PATCH v2 1/3] mtd: nand: mtk: update DT bindings RogerCC Lin
2017-11-30 14:10     ` RogerCC Lin
     [not found]     ` <1512051045-24026-2-git-send-email-rogercc.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2017-12-05 13:44       ` Matthias Brugger
2017-12-05 13:44         ` Matthias Brugger
2017-12-07 20:20       ` Boris Brezillon [this message]
2017-12-07 20:20         ` Boris Brezillon
2017-11-30 14:10   ` [PATCH v2 2/3] mtd: nand: mtk: Support different MTK NAND flash controller IP RogerCC Lin
2017-11-30 14:10     ` RogerCC Lin
2017-11-30 14:10   ` [PATCH v2 3/3] mtd: nand: mtk: Support MT7622 NAND flash controller RogerCC Lin
2017-11-30 14:10     ` RogerCC Lin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171207212017.466842e6@bbrezillon \
    --to=boris.brezillon-wi1+55scjutkeb57/3fjtnbpr1lh4cv8@public.gmane.org \
    --cc=bayi.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    --cc=computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
    --cc=linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=rogercc.lin-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    --cc=srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    --cc=xiaolei.li-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.