From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: "Andrew F. Davis" <afd-l0cyMroinI0@public.gmane.org>
Cc: Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] Documentation: dt-bindings: Fix interrupt documentation file path
Date: Mon, 23 Nov 2015 08:22:00 +0000 [thread overview]
Message-ID: <20151123082200.GI3098@x1> (raw)
In-Reply-To: <1442852740-3390-1-git-send-email-afd-l0cyMroinI0@public.gmane.org>
On Mon, 21 Sep 2015, Andrew F. Davis wrote:
> Fix the incorrect interrupt documentation file path in binding docs.
>
> Signed-off-by: Andrew F. Davis <afd-l0cyMroinI0@public.gmane.org>
> ---
> Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt | 2 +-
> Documentation/devicetree/bindings/mfd/arizona.txt | 2 +-
> Documentation/devicetree/bindings/mfd/palmas.txt | 2 +-
> Documentation/devicetree/bindings/sound/wm8994.txt | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
Applied, thanks.
> diff --git a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt b/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
> index dd5d2c0..4d6c8cd 100644
> --- a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
> +++ b/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
> @@ -24,7 +24,7 @@ controller.
> - #interrupt-cells : Specifies the number of cells needed to encode an
> interrupt. Shall be set to 2. The first cell defines the interrupt number,
> the second encodes the triger flags encoded as described in
> - Documentation/devicetree/bindings/interrupts.txt
> + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
> - interrupt-parent : The parent interrupt controller.
> - interrupts : The interrupt to the parent controller raised when GPIOs
> generate the interrupts.
> diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt
> index a8fee60..3d361ec 100644
> --- a/Documentation/devicetree/bindings/mfd/arizona.txt
> +++ b/Documentation/devicetree/bindings/mfd/arizona.txt
> @@ -24,7 +24,7 @@ Required properties:
> - #interrupt-cells: the number of cells to describe an IRQ, this should be 2.
> The first cell is the IRQ number.
> The second cell is the flags, encoded as the trigger masks from
> - Documentation/devicetree/bindings/interrupts.txt
> + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
>
> - gpio-controller : Indicates this device is a GPIO controller.
> - #gpio-cells : Must be 2. The first cell is the pin number and the
> diff --git a/Documentation/devicetree/bindings/mfd/palmas.txt b/Documentation/devicetree/bindings/mfd/palmas.txt
> index eda8989..8ae1a32 100644
> --- a/Documentation/devicetree/bindings/mfd/palmas.txt
> +++ b/Documentation/devicetree/bindings/mfd/palmas.txt
> @@ -24,7 +24,7 @@ and also the generic series names
> - #interrupt-cells : should be set to 2 for IRQ number and flags
> The first cell is the IRQ number.
> The second cell is the flags, encoded as the trigger masks from
> - Documentation/devicetree/bindings/interrupts.txt
> + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
> - interrupt-parent : The parent interrupt controller.
>
> Optional properties:
> diff --git a/Documentation/devicetree/bindings/sound/wm8994.txt b/Documentation/devicetree/bindings/sound/wm8994.txt
> index e045e90..68c4e8d 100644
> --- a/Documentation/devicetree/bindings/sound/wm8994.txt
> +++ b/Documentation/devicetree/bindings/sound/wm8994.txt
> @@ -30,7 +30,7 @@ Optional properties:
> - #interrupt-cells: the number of cells to describe an IRQ, this should be 2.
> The first cell is the IRQ number.
> The second cell is the flags, encoded as the trigger masks from
> - Documentation/devicetree/bindings/interrupts.txt
> + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
>
> - clocks : A list of up to two phandle and clock specifier pairs
> - clock-names : A list of clock names sorted in the same order as clocks.
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: "Andrew F. Davis" <afd@ti.com>
Cc: Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
Mark Rutland <mark.rutland@arm.com>,
Ian Campbell <ijc+devicetree@hellion.org.uk>,
Kumar Gala <galak@codeaurora.org>,
Mark Brown <broonie@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] Documentation: dt-bindings: Fix interrupt documentation file path
Date: Mon, 23 Nov 2015 08:22:00 +0000 [thread overview]
Message-ID: <20151123082200.GI3098@x1> (raw)
In-Reply-To: <1442852740-3390-1-git-send-email-afd@ti.com>
On Mon, 21 Sep 2015, Andrew F. Davis wrote:
> Fix the incorrect interrupt documentation file path in binding docs.
>
> Signed-off-by: Andrew F. Davis <afd@ti.com>
> ---
> Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt | 2 +-
> Documentation/devicetree/bindings/mfd/arizona.txt | 2 +-
> Documentation/devicetree/bindings/mfd/palmas.txt | 2 +-
> Documentation/devicetree/bindings/sound/wm8994.txt | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
Applied, thanks.
> diff --git a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt b/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
> index dd5d2c0..4d6c8cd 100644
> --- a/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
> +++ b/Documentation/devicetree/bindings/gpio/snps-dwapb-gpio.txt
> @@ -24,7 +24,7 @@ controller.
> - #interrupt-cells : Specifies the number of cells needed to encode an
> interrupt. Shall be set to 2. The first cell defines the interrupt number,
> the second encodes the triger flags encoded as described in
> - Documentation/devicetree/bindings/interrupts.txt
> + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
> - interrupt-parent : The parent interrupt controller.
> - interrupts : The interrupt to the parent controller raised when GPIOs
> generate the interrupts.
> diff --git a/Documentation/devicetree/bindings/mfd/arizona.txt b/Documentation/devicetree/bindings/mfd/arizona.txt
> index a8fee60..3d361ec 100644
> --- a/Documentation/devicetree/bindings/mfd/arizona.txt
> +++ b/Documentation/devicetree/bindings/mfd/arizona.txt
> @@ -24,7 +24,7 @@ Required properties:
> - #interrupt-cells: the number of cells to describe an IRQ, this should be 2.
> The first cell is the IRQ number.
> The second cell is the flags, encoded as the trigger masks from
> - Documentation/devicetree/bindings/interrupts.txt
> + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
>
> - gpio-controller : Indicates this device is a GPIO controller.
> - #gpio-cells : Must be 2. The first cell is the pin number and the
> diff --git a/Documentation/devicetree/bindings/mfd/palmas.txt b/Documentation/devicetree/bindings/mfd/palmas.txt
> index eda8989..8ae1a32 100644
> --- a/Documentation/devicetree/bindings/mfd/palmas.txt
> +++ b/Documentation/devicetree/bindings/mfd/palmas.txt
> @@ -24,7 +24,7 @@ and also the generic series names
> - #interrupt-cells : should be set to 2 for IRQ number and flags
> The first cell is the IRQ number.
> The second cell is the flags, encoded as the trigger masks from
> - Documentation/devicetree/bindings/interrupts.txt
> + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
> - interrupt-parent : The parent interrupt controller.
>
> Optional properties:
> diff --git a/Documentation/devicetree/bindings/sound/wm8994.txt b/Documentation/devicetree/bindings/sound/wm8994.txt
> index e045e90..68c4e8d 100644
> --- a/Documentation/devicetree/bindings/sound/wm8994.txt
> +++ b/Documentation/devicetree/bindings/sound/wm8994.txt
> @@ -30,7 +30,7 @@ Optional properties:
> - #interrupt-cells: the number of cells to describe an IRQ, this should be 2.
> The first cell is the IRQ number.
> The second cell is the flags, encoded as the trigger masks from
> - Documentation/devicetree/bindings/interrupts.txt
> + Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
>
> - clocks : A list of up to two phandle and clock specifier pairs
> - clock-names : A list of clock names sorted in the same order as clocks.
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
next prev parent reply other threads:[~2015-11-23 8:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 16:25 [PATCH] Documentation: dt-bindings: Fix interrupt documentation file path Andrew F. Davis
2015-09-21 16:25 ` Andrew F. Davis
[not found] ` <1442852740-3390-1-git-send-email-afd-l0cyMroinI0@public.gmane.org>
2015-09-22 21:56 ` Lee Jones
2015-09-22 21:56 ` Lee Jones
2015-11-23 8:22 ` Lee Jones [this message]
2015-11-23 8:22 ` Lee Jones
2015-11-20 21:53 ` Andrew F. Davis
2015-11-20 21:53 ` Andrew F. Davis
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=20151123082200.GI3098@x1 \
--to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=afd-l0cyMroinI0@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@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.