All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Tejun Heo <tj@kernel.org>, Jason Cooper <jason@lakedaemon.net>,
	Andrew Lunn <andrew@lunn.ch>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Tawfik Bayouk <tawfik@marvell.com>,
	Nadav Haklai <nadavh@marvell.com>,
	Lior Amsalem <alior@marvell.com>,
	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
	linux-ide@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [PATCH v2 1/5] Documentation: dt-bindings: reformat and order list of ahci-platform compatibles
Date: Mon, 14 Apr 2014 17:14:09 +0200	[thread overview]
Message-ID: <20140414151409.GC22546@lunn.ch> (raw)
In-Reply-To: <1397486055-16303-2-git-send-email-thomas.petazzoni@free-electrons.com>

On Mon, Apr 14, 2014 at 04:34:11PM +0200, Thomas Petazzoni wrote:
> The ahci-platform.txt Device Tree binding documentation is gaining a
> growing number of compatible strings, and it will gain one more with
> the addition of the Marvell Armada 380 AHCI support. It is therefore
> time to reformat this list into a proper bullet list, and more
> importantly order it alphabetically;
> 
> Suggested-by: Andrew Lunn <andrew@lunn.ch>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Acked-by: Andrew Lunn <andrew@lunn.ch>

Thanks Thomas

       Andrew

> ---
>  Documentation/devicetree/bindings/ata/ahci-platform.txt | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt
> index 48b285f..5598862 100644
> --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt
> +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt
> @@ -4,10 +4,14 @@ SATA nodes are defined to describe on-chip Serial ATA controllers.
>  Each SATA controller should have its own node.
>  
>  Required properties:
> -- compatible        : compatible list, one of "snps,spear-ahci",
> -                      "snps,exynos5440-ahci", "ibm,476gtr-ahci",
> -                      "allwinner,sun4i-a10-ahci", "fsl,imx53-ahci"
> -                      "fsl,imx6q-ahci" or "snps,dwc-ahci"
> +- compatible        : compatible string, one of:
> +  - "allwinner,sun4i-a10-ahci"
> +  - "fsl,imx53-ahci"
> +  - "fsl,imx6q-ahci"
> +  - "ibm,476gtr-ahci"
> +  - "snps,dwc-ahci"
> +  - "snps,exynos5440-ahci"
> +  - "snps,spear-ahci"
>  - interrupts        : <interrupt mapping for SATA IRQ>
>  - reg               : <registers mapping>
>  
> -- 
> 1.8.3.2
> 

WARNING: multiple messages have this Message-ID (diff)
From: andrew@lunn.ch (Andrew Lunn)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/5] Documentation: dt-bindings: reformat and order list of ahci-platform compatibles
Date: Mon, 14 Apr 2014 17:14:09 +0200	[thread overview]
Message-ID: <20140414151409.GC22546@lunn.ch> (raw)
In-Reply-To: <1397486055-16303-2-git-send-email-thomas.petazzoni@free-electrons.com>

On Mon, Apr 14, 2014 at 04:34:11PM +0200, Thomas Petazzoni wrote:
> The ahci-platform.txt Device Tree binding documentation is gaining a
> growing number of compatible strings, and it will gain one more with
> the addition of the Marvell Armada 380 AHCI support. It is therefore
> time to reformat this list into a proper bullet list, and more
> importantly order it alphabetically;
> 
> Suggested-by: Andrew Lunn <andrew@lunn.ch>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Acked-by: Andrew Lunn <andrew@lunn.ch>

Thanks Thomas

       Andrew

> ---
>  Documentation/devicetree/bindings/ata/ahci-platform.txt | 12 ++++++++----
>  1 file changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt
> index 48b285f..5598862 100644
> --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt
> +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt
> @@ -4,10 +4,14 @@ SATA nodes are defined to describe on-chip Serial ATA controllers.
>  Each SATA controller should have its own node.
>  
>  Required properties:
> -- compatible        : compatible list, one of "snps,spear-ahci",
> -                      "snps,exynos5440-ahci", "ibm,476gtr-ahci",
> -                      "allwinner,sun4i-a10-ahci", "fsl,imx53-ahci"
> -                      "fsl,imx6q-ahci" or "snps,dwc-ahci"
> +- compatible        : compatible string, one of:
> +  - "allwinner,sun4i-a10-ahci"
> +  - "fsl,imx53-ahci"
> +  - "fsl,imx6q-ahci"
> +  - "ibm,476gtr-ahci"
> +  - "snps,dwc-ahci"
> +  - "snps,exynos5440-ahci"
> +  - "snps,spear-ahci"
>  - interrupts        : <interrupt mapping for SATA IRQ>
>  - reg               : <registers mapping>
>  
> -- 
> 1.8.3.2
> 

  reply	other threads:[~2014-04-14 15:16 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-14 14:34 [PATCH v2 0/5] Support for Marvell AHCI interface on Armada 38x Thomas Petazzoni
2014-04-14 14:34 ` Thomas Petazzoni
2014-04-14 14:34 ` [PATCH v2 1/5] Documentation: dt-bindings: reformat and order list of ahci-platform compatibles Thomas Petazzoni
2014-04-14 14:34   ` Thomas Petazzoni
2014-04-14 15:14   ` Andrew Lunn [this message]
2014-04-14 15:14     ` Andrew Lunn
2014-04-14 14:34 ` [PATCH v2 2/5] ata: ahci_mvebu: new driver for Marvell Armada 380 AHCI interfaces Thomas Petazzoni
2014-04-14 14:34   ` Thomas Petazzoni
2014-04-14 14:34 ` [PATCH v2 3/5] ARM: mvebu: add Device Tree description of AHCI interfaces on Armada 38x Thomas Petazzoni
2014-04-14 14:34   ` Thomas Petazzoni
2014-04-14 14:34 ` [PATCH v2 4/5] ARM: configs: add ahci_mvebu to mvebu_v7_defconfig Thomas Petazzoni
2014-04-14 14:34   ` Thomas Petazzoni
2014-04-14 14:34 ` [PATCH v2 5/5] ARM: configs: add ahci_mvebu to multi_v7_defconfig Thomas Petazzoni
2014-04-14 14:34   ` Thomas Petazzoni
2014-04-14 15:21 ` [PATCH v2 0/5] Support for Marvell AHCI interface on Armada 38x Andrew Lunn
2014-04-14 15:21   ` Andrew Lunn
2014-04-14 15:53 ` Bartlomiej Zolnierkiewicz
2014-04-14 15:53   ` Bartlomiej Zolnierkiewicz
2014-04-14 16:01   ` Thomas Petazzoni
2014-04-14 16:01     ` Thomas Petazzoni
2014-04-14 16:13     ` Bartlomiej Zolnierkiewicz
2014-04-14 16:13       ` Bartlomiej Zolnierkiewicz
2014-04-14 16:19       ` Thomas Petazzoni
2014-04-14 16:19         ` Thomas Petazzoni
2014-04-14 17:46         ` Tejun Heo
2014-04-14 17:46           ` Tejun Heo
2014-04-14 18:44           ` Thomas Petazzoni
2014-04-14 18:44             ` Thomas Petazzoni
2014-04-16 17:07             ` Jason Cooper
2014-04-16 17:07               ` Jason Cooper

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=20140414151409.GC22546@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=alior@marvell.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=ezequiel.garcia@free-electrons.com \
    --cc=gregory.clement@free-electrons.com \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=nadavh@marvell.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=tawfik@marvell.com \
    --cc=thomas.petazzoni@free-electrons.com \
    --cc=tj@kernel.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.