Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1343325 > unrolled thread
| Started by | Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> |
|---|---|
| First post | 2016-02-25 18:10 +0100 |
| Last post | 2016-02-26 10:30 +0100 |
| Articles | 8 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/3] CAN & CAN FD clk support for r8a7795 SoC Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> - 2016-02-25 18:10 +0100
[PATCH 3/3] clk: shmobile: r8a7795: Add CAN FD peripheral clock Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> - 2016-02-25 18:20 +0100
Re: [PATCH 3/3] clk: shmobile: r8a7795: Add CAN FD peripheral clock Geert Uytterhoeven <geert@linux-m68k.org> - 2016-02-26 09:30 +0100
[PATCH 1/3] clk: shmobile: r8a7795: Add CAN peripheral clock Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> - 2016-02-25 18:20 +0100
Re: [PATCH 1/3] clk: shmobile: r8a7795: Add CAN peripheral clock Geert Uytterhoeven <geert@linux-m68k.org> - 2016-02-26 09:30 +0100
[PATCH 2/3] clk: shmobile: r8a7795: Add CANFD clock Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> - 2016-02-25 18:20 +0100
Re: [PATCH 2/3] clk: shmobile: r8a7795: Add CANFD clock Geert Uytterhoeven <geert@linux-m68k.org> - 2016-02-26 09:30 +0100
Re: [PATCH 0/3] CAN & CAN FD clk support for r8a7795 SoC Geert Uytterhoeven <geert@linux-m68k.org> - 2016-02-26 10:30 +0100
| From | Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> |
|---|---|
| Date | 2016-02-25 18:10 +0100 |
| Subject | [PATCH 0/3] CAN & CAN FD clk support for r8a7795 SoC |
| Message-ID | <r67Am-6XN-13@gated-at.bofh.it> |
This patch set adds CAN & CAN FD clk support for r8a7795 SoC. This set is based on linux-next repo(tag: next-20160225). Ramesh Shanmugasundaram (3): clk: shmobile: r8a7795: Add CAN peripheral clock clk: shmobile: r8a7795: Add CANFD clock clk: shmobile: r8a7795: Add CAN FD peripheral clock drivers/clk/shmobile/r8a7795-cpg-mssr.c | 4 ++++ 1 file changed, 4 insertions(+) -- 1.9.1
[toc] | [next] | [standalone]
| From | Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> |
|---|---|
| Date | 2016-02-25 18:20 +0100 |
| Subject | [PATCH 3/3] clk: shmobile: r8a7795: Add CAN FD peripheral clock |
| Message-ID | <r67K2-71c-3@gated-at.bofh.it> |
| In reply to | #1343325 |
Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
---
drivers/clk/shmobile/r8a7795-cpg-mssr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/shmobile/r8a7795-cpg-mssr.c b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
index 9961405..7c622af0 100644
--- a/drivers/clk/shmobile/r8a7795-cpg-mssr.c
+++ b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
@@ -177,6 +177,7 @@ static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {
DEF_MOD("gpio2", 910, R8A7795_CLK_CP),
DEF_MOD("gpio1", 911, R8A7795_CLK_CP),
DEF_MOD("gpio0", 912, R8A7795_CLK_CP),
+ DEF_MOD("can-fd", 914, R8A7795_CLK_S3D2),
DEF_MOD("can-if1", 915, R8A7795_CLK_S3D4),
DEF_MOD("can-if0", 916, R8A7795_CLK_S3D4),
DEF_MOD("i2c6", 918, R8A7795_CLK_S3D2),
--
1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2016-02-26 09:30 +0100 |
| Subject | Re: [PATCH 3/3] clk: shmobile: r8a7795: Add CAN FD peripheral clock |
| Message-ID | <r6lWH-lR-13@gated-at.bofh.it> |
| In reply to | #1343332 |
On Thu, Feb 25, 2016 at 6:05 PM, Ramesh Shanmugasundaram
<ramesh.shanmugasundaram@bp.renesas.com> wrote:
> Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
[toc] | [prev] | [next] | [standalone]
| From | Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> |
|---|---|
| Date | 2016-02-25 18:20 +0100 |
| Subject | [PATCH 1/3] clk: shmobile: r8a7795: Add CAN peripheral clock |
| Message-ID | <r67K2-71c-9@gated-at.bofh.it> |
| In reply to | #1343325 |
Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
---
drivers/clk/shmobile/r8a7795-cpg-mssr.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/clk/shmobile/r8a7795-cpg-mssr.c b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
index 1f4b21a..b2b9880 100644
--- a/drivers/clk/shmobile/r8a7795-cpg-mssr.c
+++ b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
@@ -176,6 +176,8 @@ static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {
DEF_MOD("gpio2", 910, R8A7795_CLK_CP),
DEF_MOD("gpio1", 911, R8A7795_CLK_CP),
DEF_MOD("gpio0", 912, R8A7795_CLK_CP),
+ DEF_MOD("can-if1", 915, R8A7795_CLK_S3D4),
+ DEF_MOD("can-if0", 916, R8A7795_CLK_S3D4),
DEF_MOD("i2c6", 918, R8A7795_CLK_S3D2),
DEF_MOD("i2c5", 919, R8A7795_CLK_S3D2),
DEF_MOD("i2c4", 927, R8A7795_CLK_S3D2),
--
1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2016-02-26 09:30 +0100 |
| Subject | Re: [PATCH 1/3] clk: shmobile: r8a7795: Add CAN peripheral clock |
| Message-ID | <r6lWG-lR-11@gated-at.bofh.it> |
| In reply to | #1343334 |
On Thu, Feb 25, 2016 at 6:05 PM, Ramesh Shanmugasundaram
<ramesh.shanmugasundaram@bp.renesas.com> wrote:
> Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
[toc] | [prev] | [next] | [standalone]
| From | Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> |
|---|---|
| Date | 2016-02-25 18:20 +0100 |
| Subject | [PATCH 2/3] clk: shmobile: r8a7795: Add CANFD clock |
| Message-ID | <r67K2-71c-13@gated-at.bofh.it> |
| In reply to | #1343325 |
Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
---
drivers/clk/shmobile/r8a7795-cpg-mssr.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/shmobile/r8a7795-cpg-mssr.c b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
index b2b9880..9961405 100644
--- a/drivers/clk/shmobile/r8a7795-cpg-mssr.c
+++ b/drivers/clk/shmobile/r8a7795-cpg-mssr.c
@@ -112,6 +112,7 @@ static const struct cpg_core_clk r8a7795_core_clks[] __initconst = {
DEF_DIV6P1("mso", R8A7795_CLK_MSO, CLK_PLL1_DIV4, 0x014),
DEF_DIV6P1("hdmi", R8A7795_CLK_HDMI, CLK_PLL1_DIV2, 0x250),
+ DEF_DIV6P1("canfd", R8A7795_CLK_CANFD, CLK_PLL1_DIV4, 0x244),
};
static const struct mssr_mod_clk r8a7795_mod_clks[] __initconst = {
--
1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2016-02-26 09:30 +0100 |
| Subject | Re: [PATCH 2/3] clk: shmobile: r8a7795: Add CANFD clock |
| Message-ID | <r6lWF-lR-3@gated-at.bofh.it> |
| In reply to | #1343335 |
On Thu, Feb 25, 2016 at 6:05 PM, Ramesh Shanmugasundaram
<ramesh.shanmugasundaram@bp.renesas.com> wrote:
> Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
[toc] | [prev] | [next] | [standalone]
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Date | 2016-02-26 10:30 +0100 |
| Message-ID | <r6mSL-Zx-19@gated-at.bofh.it> |
| In reply to | #1343325 |
Hi Ramesh,
On Thu, Feb 25, 2016 at 6:05 PM, Ramesh Shanmugasundaram
<ramesh.shanmugasundaram@bp.renesas.com> wrote:
> This patch set adds CAN & CAN FD clk support for r8a7795 SoC.
>
> This set is based on linux-next repo(tag: next-20160225).
>
> Ramesh Shanmugasundaram (3):
> clk: shmobile: r8a7795: Add CAN peripheral clock
> clk: shmobile: r8a7795: Add CANFD clock
> clk: shmobile: r8a7795: Add CAN FD peripheral clock
>
> drivers/clk/shmobile/r8a7795-cpg-mssr.c | 4 ++++
> 1 file changed, 4 insertions(+)
Thank you, I will queue this next renesas-drivers, and clk-shmobile-for-v4.7.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web