Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1205729 > unrolled thread

[PATCH RESEND] clk: s5pv210: add missing call to samsung_clk_of_add_provider()

Started byMarek Szyprowski <m.szyprowski@samsung.com>
First post2015-08-12 11:10 +0200
Last post2015-08-12 11:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH RESEND] clk: s5pv210: add missing call to  samsung_clk_of_add_provider() Marek Szyprowski <m.szyprowski@samsung.com> - 2015-08-12 11:10 +0200
    Re: [PATCH RESEND] clk: s5pv210: add missing call to samsung_clk_of_add_provider() Tomasz Figa <tomasz.figa@gmail.com> - 2015-08-12 11:10 +0200

#1205729 — [PATCH RESEND] clk: s5pv210: add missing call to samsung_clk_of_add_provider()

FromMarek Szyprowski <m.szyprowski@samsung.com>
Date2015-08-12 11:10 +0200
Subject[PATCH RESEND] clk: s5pv210: add missing call to samsung_clk_of_add_provider()
Message-ID<pWAcO-8hY-23@gated-at.bofh.it>
Commit d5e136a21b2028fb1f45143ea7112d5869bfc6c7 ("clk: samsung: Register
clk provider only after registering its all clocks", merged to v3.17-rc1)
modified a way that driver registers registers to core framework. This
change has not been applied to s5pv210 clocks driver, which has been
merged in parallel to that commit. This patch adds a missing call to
samsung_clk_of_add_provider(), so the driver is operational again.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
CC: stable@vger.kernel.org  # v3.17+
---
 drivers/clk/samsung/clk-s5pv210.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/clk/samsung/clk-s5pv210.c b/drivers/clk/samsung/clk-s5pv210.c
index d270a20..f41b017 100644
--- a/drivers/clk/samsung/clk-s5pv210.c
+++ b/drivers/clk/samsung/clk-s5pv210.c
@@ -828,6 +828,8 @@ static void __init __s5pv210_clk_init(struct device_node *np,
 
 	s5pv210_clk_sleep_init();
 
+	samsung_clk_of_add_provider(np, ctx);
+
 	pr_info("%s clocks: mout_apll = %ld, mout_mpll = %ld\n"
 		"\tmout_epll = %ld, mout_vpll = %ld\n",
 		is_s5p6442 ? "S5P6442" : "S5PV210",
-- 
1.9.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1205736 — Re: [PATCH RESEND] clk: s5pv210: add missing call to samsung_clk_of_add_provider()

FromTomasz Figa <tomasz.figa@gmail.com>
Date2015-08-12 11:10 +0200
SubjectRe: [PATCH RESEND] clk: s5pv210: add missing call to samsung_clk_of_add_provider()
Message-ID<pWAcP-8hY-31@gated-at.bofh.it>
In reply to#1205729
2015-08-12 17:58 GMT+09:00 Marek Szyprowski <m.szyprowski@samsung.com>:
> Commit d5e136a21b2028fb1f45143ea7112d5869bfc6c7 ("clk: samsung: Register
> clk provider only after registering its all clocks", merged to v3.17-rc1)
> modified a way that driver registers registers to core framework. This
> change has not been applied to s5pv210 clocks driver, which has been
> merged in parallel to that commit. This patch adds a missing call to
> samsung_clk_of_add_provider(), so the driver is operational again.
>
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> CC: stable@vger.kernel.org  # v3.17+
> ---
>  drivers/clk/samsung/clk-s5pv210.c | 2 ++
>  1 file changed, 2 insertions(+)
>

Acked-by: Tomasz Figa <tomasz.figa@gmail.com>

Best regards,
Tomasz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web