Re: [PATCH] clk: at91: fix num_parents test in at91sam9260 slow clk implementation

2014-09-03 Thread Boris BREZILLON
On Tue, 02 Sep 2014 14:45:06 -0700 Mike Turquette wrote: > Quoting Boris BREZILLON (2014-09-02 08:27:51) > > The slow clk block provided by at91sam9260 and derived SoCs should always > > have 2 parents. > > > > Signed-off-by: Boris BREZILLON > > --- > > > > Hello Mike, > > > > Could you take

Re: [PATCH] clk: at91: fix num_parents test in at91sam9260 slow clk implementation

2014-09-03 Thread Boris BREZILLON
On Tue, 02 Sep 2014 14:45:06 -0700 Mike Turquette mturque...@linaro.org wrote: Quoting Boris BREZILLON (2014-09-02 08:27:51) The slow clk block provided by at91sam9260 and derived SoCs should always have 2 parents. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com ---

Re: [PATCH] clk: at91: fix num_parents test in at91sam9260 slow clk implementation

2014-09-02 Thread Mike Turquette
Quoting Boris BREZILLON (2014-09-02 08:27:51) > The slow clk block provided by at91sam9260 and derived SoCs should always > have 2 parents. > > Signed-off-by: Boris BREZILLON > --- > > Hello Mike, > > Could you take this fix for the next 3.17 rc ? > Without this fix you won't be able to use

[PATCH] clk: at91: fix num_parents test in at91sam9260 slow clk implementation

2014-09-02 Thread Boris BREZILLON
The slow clk block provided by at91sam9260 and derived SoCs should always have 2 parents. Signed-off-by: Boris BREZILLON --- Hello Mike, Could you take this fix for the next 3.17 rc ? Without this fix you won't be able to use programmable clks (the slow clk is one of the parents of prog clks),

[PATCH] clk: at91: fix num_parents test in at91sam9260 slow clk implementation

2014-09-02 Thread Boris BREZILLON
The slow clk block provided by at91sam9260 and derived SoCs should always have 2 parents. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com --- Hello Mike, Could you take this fix for the next 3.17 rc ? Without this fix you won't be able to use programmable clks (the slow clk is

Re: [PATCH] clk: at91: fix num_parents test in at91sam9260 slow clk implementation

2014-09-02 Thread Mike Turquette
Quoting Boris BREZILLON (2014-09-02 08:27:51) The slow clk block provided by at91sam9260 and derived SoCs should always have 2 parents. Signed-off-by: Boris BREZILLON boris.brezil...@free-electrons.com --- Hello Mike, Could you take this fix for the next 3.17 rc ? Without this fix you