All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding@gmail.com>
To: Mikko Perttunen <mperttunen@nvidia.com>
Cc: mark.rutland@arm.com, vbhadram@nvidia.com,
	devicetree@vger.kernel.org, linus.walleij@linaro.org,
	jonathanh@nvidia.com, linux-gpio@vger.kernel.org,
	robh+dt@kernel.org, linux-tegra@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/5] dt-bindings: tegra186-gpio: Add information for Tegra194
Date: Mon, 2 Jul 2018 14:39:35 +0200	[thread overview]
Message-ID: <20180702123935.GC13096@ulmo> (raw)
In-Reply-To: <20180620125406.11906-1-mperttunen@nvidia.com>


[-- Attachment #1.1: Type: text/plain, Size: 489 bytes --]

On Wed, Jun 20, 2018 at 03:54:02PM +0300, Mikko Perttunen wrote:
> The Tegra194 GPIO controller is similar to the one in Tegra186.
> Add relevant information to the device tree binding documentation.
> 
> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
> ---
>  Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.txt | 4 ++++
>  1 file changed, 4 insertions(+)

I know this is already applied, but for the record:

Acked-by: Thierry Reding <treding@nvidia.com>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] dt-bindings: tegra186-gpio: Add information for Tegra194
Date: Mon, 2 Jul 2018 14:39:35 +0200	[thread overview]
Message-ID: <20180702123935.GC13096@ulmo> (raw)
In-Reply-To: <20180620125406.11906-1-mperttunen@nvidia.com>

On Wed, Jun 20, 2018 at 03:54:02PM +0300, Mikko Perttunen wrote:
> The Tegra194 GPIO controller is similar to the one in Tegra186.
> Add relevant information to the device tree binding documentation.
> 
> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
> ---
>  Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.txt | 4 ++++
>  1 file changed, 4 insertions(+)

I know this is already applied, but for the record:

Acked-by: Thierry Reding <treding@nvidia.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180702/cabe48ab/attachment.sig>

  parent reply	other threads:[~2018-07-02 12:39 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-20 12:54 [PATCH 1/5] dt-bindings: tegra186-gpio: Add information for Tegra194 Mikko Perttunen
2018-06-20 12:54 ` Mikko Perttunen
2018-06-20 12:54 ` [PATCH 2/5] gpio: tegra186: Add support " Mikko Perttunen
2018-06-20 12:54   ` Mikko Perttunen
2018-06-29  8:14   ` Linus Walleij
2018-06-29  8:14     ` Linus Walleij
2018-07-02 12:38     ` Thierry Reding
2018-07-02 12:38       ` Thierry Reding
2018-06-20 12:54 ` [PATCH 3/5] arm64: tegra: Add GPIO controller on Tegra194 Mikko Perttunen
2018-06-20 12:54   ` Mikko Perttunen
2018-07-02 13:56   ` Thierry Reding
2018-07-02 13:56     ` Thierry Reding
2018-06-20 12:54 ` [PATCH 4/5] arm64: tegra: Enable card detect for SD card on P2888 Mikko Perttunen
2018-06-20 12:54   ` Mikko Perttunen
2018-07-02 13:56   ` Thierry Reding
2018-07-02 13:56     ` Thierry Reding
2018-06-20 12:54 ` [PATCH 5/5] arm64: tegra: Add ethernet controller on Tegra194 Mikko Perttunen
2018-06-20 12:54   ` Mikko Perttunen
2018-07-02 13:57   ` Thierry Reding
2018-07-02 13:57     ` Thierry Reding
2018-06-27 16:58 ` [PATCH 1/5] dt-bindings: tegra186-gpio: Add information for Tegra194 Rob Herring
2018-06-27 16:58   ` Rob Herring
2018-06-29  8:09 ` Linus Walleij
2018-06-29  8:09   ` Linus Walleij
2018-07-02 12:39 ` Thierry Reding [this message]
2018-07-02 12:39   ` Thierry Reding

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=20180702123935.GC13096@ulmo \
    --to=thierry.reding@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jonathanh@nvidia.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mperttunen@nvidia.com \
    --cc=robh+dt@kernel.org \
    --cc=vbhadram@nvidia.com \
    /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.