* [PATCH v2] clk: samsung: Add CLKOUT driver support for Exynos3250 SoC.
@ 2015-03-02 2:15 Inha Song
2015-03-11 23:34 ` Stephen Boyd
0 siblings, 1 reply; 3+ messages in thread
From: Inha Song @ 2015-03-02 2:15 UTC (permalink / raw)
To: linux-arm-kernel
This patch add CLKOUT driver support for Exynos3250 SoC.
Exynos3250 SoC PMU_DEBUG is the same with Exynos4's PMU_DEBUG
including CLKOUT mux. So, We can use the exynos4's clkout init
function for Exynos3250 without the need to add new function.
Signed-off-by: Inha Song <ideal.song@samsung.com>
---
drivers/clk/samsung/clk-exynos-clkout.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/clk/samsung/clk-exynos-clkout.c b/drivers/clk/samsung/clk-exynos-clkout.c
index 3a7cb25..1c02e73 100644
--- a/drivers/clk/samsung/clk-exynos-clkout.c
+++ b/drivers/clk/samsung/clk-exynos-clkout.c
@@ -142,6 +142,8 @@ CLK_OF_DECLARE(exynos4212_clkout, "samsung,exynos4212-pmu",
exynos4_clkout_init);
CLK_OF_DECLARE(exynos4412_clkout, "samsung,exynos4412-pmu",
exynos4_clkout_init);
+CLK_OF_DECLARE(exynos3250_clkout, "samsung,exynos3250-pmu",
+ exynos4_clkout_init);
static void __init exynos5_clkout_init(struct device_node *node)
{
--
2.0.0.390.gcb682f8
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v2] clk: samsung: Add CLKOUT driver support for Exynos3250 SoC.
2015-03-02 2:15 [PATCH v2] clk: samsung: Add CLKOUT driver support for Exynos3250 SoC Inha Song
@ 2015-03-11 23:34 ` Stephen Boyd
2015-03-17 10:54 ` Sylwester Nawrocki
0 siblings, 1 reply; 3+ messages in thread
From: Stephen Boyd @ 2015-03-11 23:34 UTC (permalink / raw)
To: linux-arm-kernel
On 03/01/15 18:15, Inha Song wrote:
> This patch add CLKOUT driver support for Exynos3250 SoC.
>
> Exynos3250 SoC PMU_DEBUG is the same with Exynos4's PMU_DEBUG
> including CLKOUT mux. So, We can use the exynos4's clkout init
> function for Exynos3250 without the need to add new function.
>
> Signed-off-by: Inha Song <ideal.song@samsung.com>
Do you want to take this through some SoC tree? If so:
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
> drivers/clk/samsung/clk-exynos-clkout.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/clk/samsung/clk-exynos-clkout.c b/drivers/clk/samsung/clk-exynos-clkout.c
> index 3a7cb25..1c02e73 100644
> --- a/drivers/clk/samsung/clk-exynos-clkout.c
> +++ b/drivers/clk/samsung/clk-exynos-clkout.c
> @@ -142,6 +142,8 @@ CLK_OF_DECLARE(exynos4212_clkout, "samsung,exynos4212-pmu",
> exynos4_clkout_init);
> CLK_OF_DECLARE(exynos4412_clkout, "samsung,exynos4412-pmu",
> exynos4_clkout_init);
> +CLK_OF_DECLARE(exynos3250_clkout, "samsung,exynos3250-pmu",
> + exynos4_clkout_init);
>
> static void __init exynos5_clkout_init(struct device_node *node)
> {
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2] clk: samsung: Add CLKOUT driver support for Exynos3250 SoC.
2015-03-11 23:34 ` Stephen Boyd
@ 2015-03-17 10:54 ` Sylwester Nawrocki
0 siblings, 0 replies; 3+ messages in thread
From: Sylwester Nawrocki @ 2015-03-17 10:54 UTC (permalink / raw)
To: linux-arm-kernel
On 12/03/15 00:34, Stephen Boyd wrote:
> On 03/01/15 18:15, Inha Song wrote:
>> > This patch add CLKOUT driver support for Exynos3250 SoC.
>> >
>> > Exynos3250 SoC PMU_DEBUG is the same with Exynos4's PMU_DEBUG
>> > including CLKOUT mux. So, We can use the exynos4's clkout init
>> > function for Exynos3250 without the need to add new function.
>> >
>> > Signed-off-by: Inha Song <ideal.song@samsung.com>
>
> Do you want to take this through some SoC tree? If so:
>
> Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Thanks, I added this patch to my tree.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-17 10:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 2:15 [PATCH v2] clk: samsung: Add CLKOUT driver support for Exynos3250 SoC Inha Song
2015-03-11 23:34 ` Stephen Boyd
2015-03-17 10:54 ` Sylwester Nawrocki
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).