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
> >
> >
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;
> > + }
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 +
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
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