* [PATCH] clk: tegra: Add missing Tegra20 fuse clks
@ 2013-12-19 16:14 Peter De Schrijver
2013-12-19 19:22 ` Stephen Warren
0 siblings, 1 reply; 3+ messages in thread
From: Peter De Schrijver @ 2013-12-19 16:14 UTC (permalink / raw)
To: linux-arm-kernel
Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
---
drivers/clk/tegra/clk-tegra20.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/clk/tegra/clk-tegra20.c b/drivers/clk/tegra/clk-tegra20.c
index b3b7204..4bc1cc5 100644
--- a/drivers/clk/tegra/clk-tegra20.c
+++ b/drivers/clk/tegra/clk-tegra20.c
@@ -575,6 +575,8 @@ static struct tegra_clk tegra20_clks[tegra_clk_max] __initdata = {
[tegra_clk_tvdac] = { .dt_id = TEGRA20_CLK_TVDAC, .present = true },
[tegra_clk_vi_sensor] = { .dt_id = TEGRA20_CLK_VI_SENSOR, .present = true },
[tegra_clk_afi] = { .dt_id = TEGRA20_CLK_AFI, .present = true },
+ [tegra_clk_fuse] = { .dt_id = TEGRA20_CLK_FUSE, .present = true },
+ [tegra_clk_kfuse] = { .dt_id = TEGRA20_CLK_KFUSE, .present = true },
};
static unsigned long tegra20_clk_measure_input_freq(void)
--
1.7.7.rc0.72.g4b5ea.dirty
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] clk: tegra: Add missing Tegra20 fuse clks
2013-12-19 16:14 [PATCH] clk: tegra: Add missing Tegra20 fuse clks Peter De Schrijver
@ 2013-12-19 19:22 ` Stephen Warren
2013-12-20 2:46 ` Mike Turquette
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Warren @ 2013-12-19 19:22 UTC (permalink / raw)
To: linux-arm-kernel
On 12/19/2013 09:14 AM, Peter De Schrijver wrote:
A patch description would be nice.
Acked-by: Stephen Warren <swarren@nvidia.com>
I assume this is going through the clock tree, and there aren't any
dependencies between this patch and the other series touching fuses that
showed up today? (or the dependencies will be resolved by deferring
dependant patches to 3.15...)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] clk: tegra: Add missing Tegra20 fuse clks
2013-12-19 19:22 ` Stephen Warren
@ 2013-12-20 2:46 ` Mike Turquette
0 siblings, 0 replies; 3+ messages in thread
From: Mike Turquette @ 2013-12-20 2:46 UTC (permalink / raw)
To: linux-arm-kernel
Quoting Stephen Warren (2013-12-19 11:22:50)
> On 12/19/2013 09:14 AM, Peter De Schrijver wrote:
>
> A patch description would be nice.
>
> Acked-by: Stephen Warren <swarren@nvidia.com>
>
> I assume this is going through the clock tree, and there aren't any
> dependencies between this patch and the other series touching fuses that
> showed up today? (or the dependencies will be resolved by deferring
> dependant patches to 3.15...)
>
Acked-by: Mike Turquette <mturquette@linaro.org>
Quick note: now that we're using pull requests for the Nvidia clock
patches I'll just Ack patches that look good to me and at some point
I'll expect that patch to wind up in a future pull request.
If you just want me to take the patch directly it is no problem but
please let me know explicitly.
Thanks!
Mike
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-20 2:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19 16:14 [PATCH] clk: tegra: Add missing Tegra20 fuse clks Peter De Schrijver
2013-12-19 19:22 ` Stephen Warren
2013-12-20 2:46 ` Mike Turquette
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).