All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Alexandre Courbot <acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Cc: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
Subject: Re: [PATCH v3 0/5] arm64: tegra: fix DT definitions for GM20B GPU
Date: Tue, 26 Apr 2016 18:58:55 +0200	[thread overview]
Message-ID: <20160426165855.GA2388@ulmo.ba.sec> (raw)
In-Reply-To: <1459156984-32644-1-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

On Mon, Mar 28, 2016 at 06:22:59PM +0900, Alexandre Courbot wrote:
> Small series that fixes/completes DT bindings for Tegra GPUs and add two
> missing entries required for the Tegra210 GPU to operate properly.
> 
> Without these fixes, GM20B will crash during probe on 4.6 because a
> required clock is not activated.
> 
> Changes since v2:
> - Fixed device address in DT examples
> - Carried Acked-bys
> 
> Changes since v1:
> - Renamed "pllg_ref" clock to "ref" in DT bindings
> 
> Alexandre Courbot (5):
>   dt-bindings: gk20a: Fix typo in compatible name
>   dt-bindings: gk20a: Document iommus property
>   dt-bindings: Add documentation for GM20B GPU
>   arm64: tegra210: Add reference clock to GM20B
>   arm64: tegra210: Add IOMMU node to GM20B
> 
>  .../devicetree/bindings/gpu/nvidia,gk20a.txt       | 37 +++++++++++++++++++---
>  arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  8 +++--
>  2 files changed, 38 insertions(+), 7 deletions(-)

Applied, thanks.

Thierry

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

WARNING: multiple messages have this Message-ID (diff)
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/5] arm64: tegra: fix DT definitions for GM20B GPU
Date: Tue, 26 Apr 2016 18:58:55 +0200	[thread overview]
Message-ID: <20160426165855.GA2388@ulmo.ba.sec> (raw)
In-Reply-To: <1459156984-32644-1-git-send-email-acourbot@nvidia.com>

On Mon, Mar 28, 2016 at 06:22:59PM +0900, Alexandre Courbot wrote:
> Small series that fixes/completes DT bindings for Tegra GPUs and add two
> missing entries required for the Tegra210 GPU to operate properly.
> 
> Without these fixes, GM20B will crash during probe on 4.6 because a
> required clock is not activated.
> 
> Changes since v2:
> - Fixed device address in DT examples
> - Carried Acked-bys
> 
> Changes since v1:
> - Renamed "pllg_ref" clock to "ref" in DT bindings
> 
> Alexandre Courbot (5):
>   dt-bindings: gk20a: Fix typo in compatible name
>   dt-bindings: gk20a: Document iommus property
>   dt-bindings: Add documentation for GM20B GPU
>   arm64: tegra210: Add reference clock to GM20B
>   arm64: tegra210: Add IOMMU node to GM20B
> 
>  .../devicetree/bindings/gpu/nvidia,gk20a.txt       | 37 +++++++++++++++++++---
>  arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  8 +++--
>  2 files changed, 38 insertions(+), 7 deletions(-)

Applied, thanks.

Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160426/99377113/attachment.sig>

WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Alexandre Courbot <acourbot@nvidia.com>
Cc: Stephen Warren <swarren@wwwdotorg.org>,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-tegra@vger.kernel.org, gnurou@gmail.com
Subject: Re: [PATCH v3 0/5] arm64: tegra: fix DT definitions for GM20B GPU
Date: Tue, 26 Apr 2016 18:58:55 +0200	[thread overview]
Message-ID: <20160426165855.GA2388@ulmo.ba.sec> (raw)
In-Reply-To: <1459156984-32644-1-git-send-email-acourbot@nvidia.com>

[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]

On Mon, Mar 28, 2016 at 06:22:59PM +0900, Alexandre Courbot wrote:
> Small series that fixes/completes DT bindings for Tegra GPUs and add two
> missing entries required for the Tegra210 GPU to operate properly.
> 
> Without these fixes, GM20B will crash during probe on 4.6 because a
> required clock is not activated.
> 
> Changes since v2:
> - Fixed device address in DT examples
> - Carried Acked-bys
> 
> Changes since v1:
> - Renamed "pllg_ref" clock to "ref" in DT bindings
> 
> Alexandre Courbot (5):
>   dt-bindings: gk20a: Fix typo in compatible name
>   dt-bindings: gk20a: Document iommus property
>   dt-bindings: Add documentation for GM20B GPU
>   arm64: tegra210: Add reference clock to GM20B
>   arm64: tegra210: Add IOMMU node to GM20B
> 
>  .../devicetree/bindings/gpu/nvidia,gk20a.txt       | 37 +++++++++++++++++++---
>  arch/arm64/boot/dts/nvidia/tegra210.dtsi           |  8 +++--
>  2 files changed, 38 insertions(+), 7 deletions(-)

Applied, thanks.

Thierry

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

  parent reply	other threads:[~2016-04-26 16:58 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-28  9:22 [PATCH v3 0/5] arm64: tegra: fix DT definitions for GM20B GPU Alexandre Courbot
2016-03-28  9:22 ` Alexandre Courbot
2016-03-28  9:22 ` Alexandre Courbot
2016-03-28  9:23 ` [PATCH v3 2/5] dt-bindings: gk20a: Document iommus property Alexandre Courbot
2016-03-28  9:23   ` Alexandre Courbot
     [not found] ` <1459156984-32644-1-git-send-email-acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-03-28  9:23   ` [PATCH v3 1/5] dt-bindings: gk20a: Fix typo in compatible name Alexandre Courbot
2016-03-28  9:23     ` Alexandre Courbot
2016-03-28  9:23     ` Alexandre Courbot
2016-03-28  9:23   ` [PATCH v3 3/5] dt-bindings: Add documentation for GM20B GPU Alexandre Courbot
2016-03-28  9:23     ` Alexandre Courbot
2016-03-28  9:23     ` Alexandre Courbot
2016-03-28  9:23   ` [PATCH v3 4/5] arm64: tegra210: Add reference clock to GM20B Alexandre Courbot
2016-03-28  9:23     ` Alexandre Courbot
2016-03-28  9:23     ` Alexandre Courbot
2016-04-26 16:58   ` Thierry Reding [this message]
2016-04-26 16:58     ` [PATCH v3 0/5] arm64: tegra: fix DT definitions for GM20B GPU Thierry Reding
2016-04-26 16:58     ` Thierry Reding
2016-03-28  9:23 ` [PATCH v3 5/5] arm64: tegra210: Add IOMMU node to GM20B Alexandre Courbot
2016-03-28  9:23   ` Alexandre Courbot

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=20160426165855.GA2388@ulmo.ba.sec \
    --to=thierry.reding-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=gnurou-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=swarren-3lzwWm7+Weoh9ZMKESR00Q@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.