RE: [PATCH] clk: ppc-corenet: Add support for the FMD clock

2015-04-08 Thread igal.liber...@freescale.com
ject: Re: [PATCH] clk: ppc-corenet: Add support for the FMD clock > > > On Jan 20, 2015, at 6:03 AM, Igal.Liberman > wrote: > > > From: Igal Liberman > > Really should have some commit text > > > > > Signed-off-by: Igal Liberman > > > >

Re: [PATCH] clk: ppc-corenet: Add support for the FMD clock

2015-03-04 Thread Scott Wood
On Fri, 2015-02-27 at 10:02 -0600, Kumar Gala wrote: > On Jan 20, 2015, at 6:03 AM, Igal.Liberman > wrote: > > + guts_regs = of_iomap(guts, 0); > > + of_node_put(guts); > > + if (!guts_regs) { > > + pr_err("ioremap of GUTS node failed\n"); > > + return -EINVAL; > > + }

Re: [PATCH] clk: ppc-corenet: Add support for the FMD clock

2015-02-27 Thread Kumar Gala
On Jan 20, 2015, at 6:03 AM, Igal.Liberman wrote: > From: Igal Liberman Really should have some commit text > > Signed-off-by: Igal Liberman > > This patch is based on https://patchwork.ozlabs.org/patch/430966/ This belongs below the --- > --- > drivers/clk/clk-ppc-corenet.c | 250 +

Re: [PATCH] clk: ppc-corenet: Add support for the FMD clock

2015-02-25 Thread Scott Wood
On Tue, 2015-01-20 at 14:03 +0200, Igal.Liberman wrote: > +static u8 get_fm_clk_parent(struct clk_hw *hw) > +{ > + struct ccsr_guts __iomem *guts_regs = NULL; > + struct device_node *guts; > + uint32_t reg = 0; > + int clk_src = 0; > + int fm_clk_select = -EINVAL; > + int fm

[PATCH] clk: ppc-corenet: Add support for the FMD clock

2015-01-20 Thread Igal . Liberman
From: Igal Liberman Signed-off-by: Igal Liberman This patch is based on https://patchwork.ozlabs.org/patch/430966/ --- drivers/clk/clk-ppc-corenet.c | 250 + 1 file changed, 250 insertions(+) diff --git a/drivers/clk/clk-ppc-corenet.c b/drivers/clk/clk