Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-27 Thread Sugaya, Taichi
Hi On 2018/12/28 9:39, Stephen Boyd wrote: Quoting Sugaya, Taichi (2018-12-25 17:35:27) Hi On 2018/11/30 17:31, Stephen Boyd wrote: + init.num_parents = parents; + init.parent_names = parent_names; + + mcm->cname = clk_name; + mcm->parent = 0; + mcm->hw.init =

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-27 Thread Stephen Boyd
Quoting Sugaya, Taichi (2018-12-25 17:35:27) > Hi > > On 2018/11/30 17:31, Stephen Boyd wrote: > >> + init.num_parents = parents; > >> + init.parent_names = parent_names; > >> + > >> + mcm->cname = clk_name; > >> + mcm->parent = 0; > >> + mcm->hw.init = > >> + > >>

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-25 Thread Sugaya, Taichi
Hi On 2018/11/30 17:31, Stephen Boyd wrote: + init.num_parents = parents; + init.parent_names = parent_names; + + mcm->cname = clk_name; + mcm->parent = 0; + mcm->hw.init = + + clk = clk_register(NULL, >hw); + if (IS_ERR(clk)) + goto

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-05 Thread Sugaya, Taichi
Hi On 2018/12/05 3:15, Stephen Boyd wrote: Quoting Sugaya, Taichi (2018-12-04 00:26:16) On 2018/11/30 17:31, Stephen Boyd wrote: Quoting Sugaya Taichi (2018-11-18 17:01:12) +void __init m10v_clk_mux_setup(struct device_node *node) +{ + const char *clk_name = node->name; + struct

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-05 Thread Sugaya, Taichi
Hi On 2018/12/05 3:15, Stephen Boyd wrote: Quoting Sugaya, Taichi (2018-12-04 00:26:16) On 2018/11/30 17:31, Stephen Boyd wrote: Quoting Sugaya Taichi (2018-11-18 17:01:12) +void __init m10v_clk_mux_setup(struct device_node *node) +{ + const char *clk_name = node->name; + struct

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Stephen Boyd
Quoting Masahiro Yamada (2018-12-04 20:26:06) > On Wed, Dec 5, 2018 at 3:14 AM Stephen Boyd wrote: > > > > Quoting Masahiro Yamada (2018-12-04 03:03:53) > > > Hi Stephen, > > > > > > > > > On Fri, Nov 30, 2018 at 5:31 PM Stephen Boyd wrote: > > > > > > > > Quoting Sugaya Taichi (2018-11-18

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Stephen Boyd
Quoting Masahiro Yamada (2018-12-04 20:26:06) > On Wed, Dec 5, 2018 at 3:14 AM Stephen Boyd wrote: > > > > Quoting Masahiro Yamada (2018-12-04 03:03:53) > > > Hi Stephen, > > > > > > > > > On Fri, Nov 30, 2018 at 5:31 PM Stephen Boyd wrote: > > > > > > > > Quoting Sugaya Taichi (2018-11-18

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Masahiro Yamada
On Wed, Dec 5, 2018 at 3:14 AM Stephen Boyd wrote: > > Quoting Masahiro Yamada (2018-12-04 03:03:53) > > Hi Stephen, > > > > > > On Fri, Nov 30, 2018 at 5:31 PM Stephen Boyd wrote: > > > > > > Quoting Sugaya Taichi (2018-11-18 17:01:12) > > > > Add Milbeaut M10V clock ( including PLL ) control.

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Masahiro Yamada
On Wed, Dec 5, 2018 at 3:14 AM Stephen Boyd wrote: > > Quoting Masahiro Yamada (2018-12-04 03:03:53) > > Hi Stephen, > > > > > > On Fri, Nov 30, 2018 at 5:31 PM Stephen Boyd wrote: > > > > > > Quoting Sugaya Taichi (2018-11-18 17:01:12) > > > > Add Milbeaut M10V clock ( including PLL ) control.

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Stephen Boyd
Quoting Sugaya, Taichi (2018-12-04 00:26:16) > On 2018/11/30 17:31, Stephen Boyd wrote: > > Quoting Sugaya Taichi (2018-11-18 17:01:12) > >> +void __init m10v_clk_mux_setup(struct device_node *node) > >> +{ > >> + const char *clk_name = node->name; > >> + struct clk_init_data init; >

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Stephen Boyd
Quoting Sugaya, Taichi (2018-12-04 00:26:16) > On 2018/11/30 17:31, Stephen Boyd wrote: > > Quoting Sugaya Taichi (2018-11-18 17:01:12) > >> +void __init m10v_clk_mux_setup(struct device_node *node) > >> +{ > >> + const char *clk_name = node->name; > >> + struct clk_init_data init; >

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Stephen Boyd
Quoting Masahiro Yamada (2018-12-04 03:03:53) > Hi Stephen, > > > On Fri, Nov 30, 2018 at 5:31 PM Stephen Boyd wrote: > > > > Quoting Sugaya Taichi (2018-11-18 17:01:12) > > > Add Milbeaut M10V clock ( including PLL ) control. > > > > Please give some more details here. > > > > > > > >

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Stephen Boyd
Quoting Masahiro Yamada (2018-12-04 03:03:53) > Hi Stephen, > > > On Fri, Nov 30, 2018 at 5:31 PM Stephen Boyd wrote: > > > > Quoting Sugaya Taichi (2018-11-18 17:01:12) > > > Add Milbeaut M10V clock ( including PLL ) control. > > > > Please give some more details here. > > > > > > > >

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Masahiro Yamada
Hi Stephen, On Fri, Nov 30, 2018 at 5:31 PM Stephen Boyd wrote: > > Quoting Sugaya Taichi (2018-11-18 17:01:12) > > Add Milbeaut M10V clock ( including PLL ) control. > > Please give some more details here. > > > > > Signed-off-by: Sugaya Taichi > > --- > > drivers/clk/Makefile | 1 + > >

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Masahiro Yamada
Hi Stephen, On Fri, Nov 30, 2018 at 5:31 PM Stephen Boyd wrote: > > Quoting Sugaya Taichi (2018-11-18 17:01:12) > > Add Milbeaut M10V clock ( including PLL ) control. > > Please give some more details here. > > > > > Signed-off-by: Sugaya Taichi > > --- > > drivers/clk/Makefile | 1 + > >

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Sugaya, Taichi
Hi, Thank you for your comments. On 2018/11/30 17:31, Stephen Boyd wrote: Quoting Sugaya Taichi (2018-11-18 17:01:12) Add Milbeaut M10V clock ( including PLL ) control. Please give some more details here. OK, add more description. Signed-off-by: Sugaya Taichi ---

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-12-04 Thread Sugaya, Taichi
Hi, Thank you for your comments. On 2018/11/30 17:31, Stephen Boyd wrote: Quoting Sugaya Taichi (2018-11-18 17:01:12) Add Milbeaut M10V clock ( including PLL ) control. Please give some more details here. OK, add more description. Signed-off-by: Sugaya Taichi ---

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-11-30 Thread Stephen Boyd
Quoting Sugaya Taichi (2018-11-18 17:01:12) > Add Milbeaut M10V clock ( including PLL ) control. Please give some more details here. > > Signed-off-by: Sugaya Taichi > --- > drivers/clk/Makefile | 1 + > drivers/clk/clk-m10v.c | 671 > +

Re: [PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-11-30 Thread Stephen Boyd
Quoting Sugaya Taichi (2018-11-18 17:01:12) > Add Milbeaut M10V clock ( including PLL ) control. Please give some more details here. > > Signed-off-by: Sugaya Taichi > --- > drivers/clk/Makefile | 1 + > drivers/clk/clk-m10v.c | 671 > +

[PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-11-18 Thread Sugaya Taichi
Add Milbeaut M10V clock ( including PLL ) control. Signed-off-by: Sugaya Taichi --- drivers/clk/Makefile | 1 + drivers/clk/clk-m10v.c | 671 + 2 files changed, 672 insertions(+) create mode 100644 drivers/clk/clk-m10v.c diff --git

[PATCH 07/14] clock: milbeaut: Add Milbeaut M10V clock control

2018-11-18 Thread Sugaya Taichi
Add Milbeaut M10V clock ( including PLL ) control. Signed-off-by: Sugaya Taichi --- drivers/clk/Makefile | 1 + drivers/clk/clk-m10v.c | 671 + 2 files changed, 672 insertions(+) create mode 100644 drivers/clk/clk-m10v.c diff --git