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,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org
Subject: Re: [PATCH 1/6] ARM: tegra20: create a DT header defining CLK IDs
Date: Mon, 13 May 2013 10:47:13 -0600	[thread overview]
Message-ID: <51911911.2000107@wwwdotorg.org> (raw)
In-Reply-To: <1368443225-16978-2-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>

On 05/13/2013 05:07 AM, Hiroshi Doyu wrote:
> To replace magic number in tegra_car:
> 
> -               clocks = <&tegra_car 28>;
> +               clocks = <&tegra_car CLK_HOST1X>;

> @@ -172,7 +26,7 @@ Example SoC include file:
>  	};
>  
>  	usb@c5004000 {
> -		clocks = <&tegra_car 58>; /* usb2 */
> +		clocks = <&tegra_car TEGRA20_CLK_USB2>; /* usb2 */

I forgot to mention: That comment isn't useful any more, since it's
obvious this represents the USB2 clock now that the actual cell data
uses a define.

WARNING: multiple messages have this Message-ID (diff)
From: swarren@wwwdotorg.org (Stephen Warren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] ARM: tegra20: create a DT header defining CLK IDs
Date: Mon, 13 May 2013 10:47:13 -0600	[thread overview]
Message-ID: <51911911.2000107@wwwdotorg.org> (raw)
In-Reply-To: <1368443225-16978-2-git-send-email-hdoyu@nvidia.com>

On 05/13/2013 05:07 AM, Hiroshi Doyu wrote:
> To replace magic number in tegra_car:
> 
> -               clocks = <&tegra_car 28>;
> +               clocks = <&tegra_car CLK_HOST1X>;

> @@ -172,7 +26,7 @@ Example SoC include file:
>  	};
>  
>  	usb at c5004000 {
> -		clocks = <&tegra_car 58>; /* usb2 */
> +		clocks = <&tegra_car TEGRA20_CLK_USB2>; /* usb2 */

I forgot to mention: That comment isn't useful any more, since it's
obvious this represents the USB2 clock now that the actual cell data
uses a define.

  parent reply	other threads:[~2013-05-13 16:47 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-13 11:06 [PATCH 0/6] CLK: tegra: convert device tree files to use CLK defines Hiroshi Doyu
2013-05-13 11:06 ` Hiroshi Doyu
     [not found] ` <1368443225-16978-1-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-05-13 11:07   ` [PATCH 1/6] ARM: tegra20: create a DT header defining CLK IDs Hiroshi Doyu
2013-05-13 11:07     ` Hiroshi Doyu
     [not found]     ` <1368443225-16978-2-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-05-13 16:46       ` Stephen Warren
2013-05-13 16:46         ` Stephen Warren
     [not found]         ` <519118E3.4060907-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
2013-05-14  5:59           ` Hiroshi Doyu
2013-05-14  5:59             ` Hiroshi Doyu
2013-05-13 16:47       ` Stephen Warren [this message]
2013-05-13 16:47         ` Stephen Warren
2013-05-13 11:07   ` [PATCH 2/6] ARM: tegra20: convert device tree files to use CLK defines Hiroshi Doyu
2013-05-13 11:07     ` Hiroshi Doyu
     [not found]     ` <1368443225-16978-3-git-send-email-hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-05-13 16:54       ` Stephen Warren
2013-05-13 16:54         ` Stephen Warren
2013-05-13 11:07   ` [PATCH 3/6] ARM: tegra30: create a DT header defining CLK IDs Hiroshi Doyu
2013-05-13 11:07     ` Hiroshi Doyu
2013-05-13 11:07   ` [PATCH 4/6] ARM: tegra30: convert device tree files to use CLK defines Hiroshi Doyu
2013-05-13 11:07     ` Hiroshi Doyu
2013-05-13 11:07   ` [PATCH 5/6] ARM: tegra114: create a DT header defining CLK IDs Hiroshi Doyu
2013-05-13 11:07     ` Hiroshi Doyu
2013-05-13 11:07   ` [PATCH 6/6] ARM: tegra114: convert device tree files to use CLK defines Hiroshi Doyu
2013-05-13 11:07     ` 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=51911911.2000107@wwwdotorg.org \
    --to=swarren-3lzwwm7+weoh9zmkesr00q@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=hdoyu-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@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.