All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
To: Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
	pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org,
	Grant Likely
	<grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>,
	Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>,
	Rob Landley <rob-VoJi6FS/r0vR7s880joybQ@public.gmane.org>,
	Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>,
	Simon Glass <sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [v3 2/6] ARM: tegra20: convert device tree files to use CLK defines
Date: Fri, 15 Feb 2013 09:41:12 -0700	[thread overview]
Message-ID: <511E6528.1060007@wwwdotorg.org> (raw)
In-Reply-To: <1360917814-27236-3-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

On 02/15/2013 01:43 AM, Hiroshi Doyu wrote:
> Replace magic number in tegra_car:
> 
> -               clocks = <&tegra_car 28>;
> +               clocks = <&tegra_car CLK_HOST1X>;
> 
> Signed-off-by: Hiroshi Doyu <hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
> ---
>  .../bindings/clock/nvidia,tegra20-car.txt          |  150 +-------------------

The edits to the binding are logically part of patch 1.

WARNING: multiple messages have this Message-ID (diff)
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [v3 2/6] ARM: tegra20: convert device tree files to use CLK defines
Date: Fri, 15 Feb 2013 09:41:12 -0700	[thread overview]
Message-ID: <511E6528.1060007@wwwdotorg.org> (raw)
In-Reply-To: <1360917814-27236-3-git-send-email-hdoyu@nvidia.com>

On 02/15/2013 01:43 AM, Hiroshi Doyu wrote:
> Replace magic number in tegra_car:
> 
> -               clocks = <&tegra_car 28>;
> +               clocks = <&tegra_car CLK_HOST1X>;
> 
> Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
> ---
>  .../bindings/clock/nvidia,tegra20-car.txt          |  150 +-------------------

The edits to the binding are logically part of patch 1.

WARNING: multiple messages have this Message-ID (diff)
From: Stephen Warren <swarren@wwwdotorg.org>
To: Hiroshi Doyu <hdoyu@nvidia.com>
Cc: linux-tegra@vger.kernel.org, pdeschrijver@nvidia.com,
	pgaikwad@nvidia.com, Grant Likely <grant.likely@secretlab.ca>,
	Rob Herring <rob.herring@calxeda.com>,
	Rob Landley <rob@landley.net>,
	Russell King <linux@arm.linux.org.uk>,
	Simon Glass <sjg@chromium.org>,
	devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [v3 2/6] ARM: tegra20: convert device tree files to use CLK defines
Date: Fri, 15 Feb 2013 09:41:12 -0700	[thread overview]
Message-ID: <511E6528.1060007@wwwdotorg.org> (raw)
In-Reply-To: <1360917814-27236-3-git-send-email-hdoyu@nvidia.com>

On 02/15/2013 01:43 AM, Hiroshi Doyu wrote:
> Replace magic number in tegra_car:
> 
> -               clocks = <&tegra_car 28>;
> +               clocks = <&tegra_car CLK_HOST1X>;
> 
> Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>
> ---
>  .../bindings/clock/nvidia,tegra20-car.txt          |  150 +-------------------

The edits to the binding are logically part of patch 1.

  parent reply	other threads:[~2013-02-15 16:41 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-15  8:43 [v3 0/6] ARM: tegra: convert device tree files to use CLK defines Hiroshi Doyu
2013-02-15  8:43 ` Hiroshi Doyu
2013-02-15  8:43 ` Hiroshi Doyu
2013-02-15  8:43 ` [v3 1/6] ARM: tegra20: create a DT header defining CLK IDs Hiroshi Doyu
2013-02-15  8:43   ` Hiroshi Doyu
2013-02-15  8:43 ` [v3 3/6] ARM: tegra30: " Hiroshi Doyu
2013-02-15  8:43   ` Hiroshi Doyu
     [not found] ` <1360917814-27236-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-02-15  8:43   ` [v3 2/6] ARM: tegra20: convert device tree files to use CLK defines Hiroshi Doyu
2013-02-15  8:43     ` Hiroshi Doyu
     [not found]     ` <1360917814-27236-3-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-02-15 16:41       ` Stephen Warren [this message]
2013-02-15 16:41         ` Stephen Warren
2013-02-15 16:41         ` Stephen Warren
2013-02-15  8:43   ` [v3 4/6] ARM: tegra30: " Hiroshi Doyu
2013-02-15  8:43     ` Hiroshi Doyu
2013-02-17 22:05   ` [v3 0/6] ARM: tegra: " Rob Landley
2013-02-17 22:05     ` Rob Landley
2013-02-17 22:05     ` Rob Landley
2013-02-19 17:10     ` Stephen Warren
2013-02-19 17:10       ` Stephen Warren
2013-02-19 17:10       ` Stephen Warren
     [not found]       ` <5123B1F8.4040102-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-02-23 19:51         ` Rob Landley
2013-02-23 19:51           ` Rob Landley
2013-02-23 19:51           ` Rob Landley
2013-02-23 23:52           ` Stephen Warren
2013-02-23 23:52             ` Stephen Warren
2013-02-23 23:52             ` Stephen Warren
2013-02-17 22:20   ` Simon Glass
2013-02-17 22:20     ` Simon Glass
2013-02-17 22:20     ` Simon Glass
2013-02-19 17:08     ` Stephen Warren
2013-02-19 17:08       ` Stephen Warren
2013-02-15  8:43 ` [v3 5/6] ARM: tegra114: create a DT header defining CLK IDs Hiroshi Doyu
2013-02-15  8:43   ` Hiroshi Doyu
     [not found]   ` <1360917814-27236-6-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-02-15 16:43     ` Stephen Warren
2013-02-15 16:43       ` Stephen Warren
2013-02-15 16:43       ` Stephen Warren
2013-02-15  8:43 ` [v3 6/6] ARM: tegra114: convert device tree files to use CLK defines Hiroshi Doyu
2013-02-15  8:43   ` Hiroshi Doyu
  -- strict thread matches above, loose matches on Subject: below --
2013-05-22 16:45 [v3 1/6] ARM: tegra20: create a DT header defining CLK IDs Hiroshi Doyu
     [not found] ` <1369241136-21903-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-05-22 16:45   ` [v3 2/6] ARM: tegra20: convert device tree files to use CLK defines Hiroshi Doyu

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=511E6528.1060007@wwwdotorg.org \
    --to=swarren-3lzwwm7+weoh9zmkesr00q@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org \
    --cc=hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=pgaikwad-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=rob-VoJi6FS/r0vR7s880joybQ@public.gmane.org \
    --cc=rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org \
    --cc=sjg-F7+t8E8rja9g9hUCZPvPmw@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.