From: Laurentiu Tudor <b10716@freescale.com>
To: Jingchang Lu <jingchang.lu@freescale.com>, <mturquette@linaro.org>
Cc: scottwood@freescale.com, linuxppc-dev@lists.ozlabs.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCHv4] clk: ppc-corenet: rename to ppc-qoriq and add CLK_OF_DECLARE support
Date: Thu, 25 Sep 2014 15:55:47 +0300 [thread overview]
Message-ID: <542410D3.2060507@freescale.com> (raw)
In-Reply-To: <1411454806-8214-1-git-send-email-jingchang.lu@freescale.com>
Hi Jingchang,
On 09/23/2014 09:46 AM, Jingchang Lu wrote:
> The IP is shared by PPC and ARM, this renames it to qoriq for better
> represention, and this also adds the CLK_OF_DECLARE support for being
> initialized by of_clk_init() on ARM.
>
I think you need to also update drivers/cpufreq/Kconfig.powerpc
to use the renamed config option.
---
Best Regards, Laurentiu
WARNING: multiple messages have this Message-ID (diff)
From: b10716@freescale.com (Laurentiu Tudor)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv4] clk: ppc-corenet: rename to ppc-qoriq and add CLK_OF_DECLARE support
Date: Thu, 25 Sep 2014 15:55:47 +0300 [thread overview]
Message-ID: <542410D3.2060507@freescale.com> (raw)
In-Reply-To: <1411454806-8214-1-git-send-email-jingchang.lu@freescale.com>
Hi Jingchang,
On 09/23/2014 09:46 AM, Jingchang Lu wrote:
> The IP is shared by PPC and ARM, this renames it to qoriq for better
> represention, and this also adds the CLK_OF_DECLARE support for being
> initialized by of_clk_init() on ARM.
>
I think you need to also update drivers/cpufreq/Kconfig.powerpc
to use the renamed config option.
---
Best Regards, Laurentiu
WARNING: multiple messages have this Message-ID (diff)
From: Laurentiu Tudor <b10716@freescale.com>
To: Jingchang Lu <jingchang.lu@freescale.com>, <mturquette@linaro.org>
Cc: <scottwood@freescale.com>, <linuxppc-dev@lists.ozlabs.org>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCHv4] clk: ppc-corenet: rename to ppc-qoriq and add CLK_OF_DECLARE support
Date: Thu, 25 Sep 2014 15:55:47 +0300 [thread overview]
Message-ID: <542410D3.2060507@freescale.com> (raw)
In-Reply-To: <1411454806-8214-1-git-send-email-jingchang.lu@freescale.com>
Hi Jingchang,
On 09/23/2014 09:46 AM, Jingchang Lu wrote:
> The IP is shared by PPC and ARM, this renames it to qoriq for better
> represention, and this also adds the CLK_OF_DECLARE support for being
> initialized by of_clk_init() on ARM.
>
I think you need to also update drivers/cpufreq/Kconfig.powerpc
to use the renamed config option.
---
Best Regards, Laurentiu
next prev parent reply other threads:[~2014-09-25 13:13 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-23 6:46 [PATCHv4] clk: ppc-corenet: rename to ppc-qoriq and add CLK_OF_DECLARE support Jingchang Lu
2014-09-23 6:46 ` Jingchang Lu
2014-09-23 6:46 ` Jingchang Lu
2014-09-25 9:47 ` Jingchang Lu
2014-09-25 9:47 ` Jingchang Lu
2014-09-25 9:47 ` Jingchang Lu
2014-09-25 20:08 ` Scott Wood
2014-09-25 20:08 ` Scott Wood
2014-09-25 20:08 ` Scott Wood
2014-09-25 22:54 ` Mike Turquette
2014-09-25 22:54 ` Mike Turquette
2014-09-25 22:54 ` Mike Turquette
2014-09-25 22:56 ` Scott Wood
2014-09-25 22:56 ` Scott Wood
2014-09-25 22:56 ` Scott Wood
2014-09-26 23:29 ` Mike Turquette
2014-09-26 23:29 ` Mike Turquette
2014-09-28 2:18 ` Yuantian Tang
2014-09-28 2:18 ` Yuantian Tang
2014-09-28 2:18 ` Yuantian Tang
2014-09-29 23:57 ` Scott Wood
2014-09-29 23:57 ` Scott Wood
2014-09-29 23:57 ` Scott Wood
2014-10-08 3:28 ` Yuantian Tang
2014-10-08 3:28 ` Yuantian Tang
2014-10-08 3:28 ` Yuantian Tang
2014-09-25 12:55 ` Laurentiu Tudor [this message]
2014-09-25 12:55 ` Laurentiu Tudor
2014-09-25 12:55 ` Laurentiu Tudor
2014-09-28 10:01 ` Jingchang Lu
2014-09-28 10:01 ` Jingchang Lu
2014-09-28 10:01 ` Jingchang Lu
2014-09-25 21:39 ` Mike Turquette
2014-09-25 21:39 ` Mike Turquette
2014-09-25 22:04 ` Scott Wood
2014-09-25 22:04 ` Scott Wood
2014-09-25 22:04 ` Scott Wood
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=542410D3.2060507@freescale.com \
--to=b10716@freescale.com \
--cc=jingchang.lu@freescale.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mturquette@linaro.org \
--cc=scottwood@freescale.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.