Re: [PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-02 Thread Boris BREZILLON
On Wed, 02 Jul 2014 09:38:42 -0700 Mike Turquette wrote: > Quoting Boris BREZILLON (2014-07-02 01:18:11) > > On Tue, 1 Jul 2014 16:12:12 +0200 > > Alexandre Belloni wrote: > > > > > When the main crystal frequency is not set, the main clock is > > > approximated using the MAINF value in the

Re: [PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-02 Thread Mike Turquette
Quoting Boris BREZILLON (2014-07-02 01:18:11) > On Tue, 1 Jul 2014 16:12:12 +0200 > Alexandre Belloni wrote: > > > When the main crystal frequency is not set, the main clock is > > approximated using the MAINF value in the CKGR_MCFR register. Warn > > the user in that case. > > > >

Re: [PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-02 Thread Boris BREZILLON
On Wed, 2 Jul 2014 10:18:11 +0200 Boris BREZILLON wrote: > On Tue, 1 Jul 2014 16:12:12 +0200 > Alexandre Belloni wrote: > > > When the main crystal frequency is not set, the main clock is > > approximated using the MAINF value in the CKGR_MCFR register. Warn > > the user in that case. > > >

Re: [PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-02 Thread Boris BREZILLON
On Tue, 1 Jul 2014 16:12:12 +0200 Alexandre Belloni wrote: > When the main crystal frequency is not set, the main clock is > approximated using the MAINF value in the CKGR_MCFR register. Warn > the user in that case. > > Signed-off-by: Alexandre Belloni > --- Acked-by: Boris BREZILLON

Re: [PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-02 Thread Boris BREZILLON
On Tue, 1 Jul 2014 16:12:12 +0200 Alexandre Belloni alexandre.bell...@free-electrons.com wrote: When the main crystal frequency is not set, the main clock is approximated using the MAINF value in the CKGR_MCFR register. Warn the user in that case. Signed-off-by: Alexandre Belloni

Re: [PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-02 Thread Boris BREZILLON
On Wed, 2 Jul 2014 10:18:11 +0200 Boris BREZILLON boris.brezil...@free-electrons.com wrote: On Tue, 1 Jul 2014 16:12:12 +0200 Alexandre Belloni alexandre.bell...@free-electrons.com wrote: When the main crystal frequency is not set, the main clock is approximated using the MAINF value in

Re: [PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-02 Thread Mike Turquette
Quoting Boris BREZILLON (2014-07-02 01:18:11) On Tue, 1 Jul 2014 16:12:12 +0200 Alexandre Belloni alexandre.bell...@free-electrons.com wrote: When the main crystal frequency is not set, the main clock is approximated using the MAINF value in the CKGR_MCFR register. Warn the user in that

Re: [PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-02 Thread Boris BREZILLON
On Wed, 02 Jul 2014 09:38:42 -0700 Mike Turquette mturque...@linaro.org wrote: Quoting Boris BREZILLON (2014-07-02 01:18:11) On Tue, 1 Jul 2014 16:12:12 +0200 Alexandre Belloni alexandre.bell...@free-electrons.com wrote: When the main crystal frequency is not set, the main clock is

[PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-01 Thread Alexandre Belloni
When the main crystal frequency is not set, the main clock is approximated using the MAINF value in the CKGR_MCFR register. Warn the user in that case. Signed-off-by: Alexandre Belloni --- drivers/clk/at91/clk-main.c | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 03/33] clk: at91: main: warn when the main crystal frequency is not set

2014-07-01 Thread Alexandre Belloni
When the main crystal frequency is not set, the main clock is approximated using the MAINF value in the CKGR_MCFR register. Warn the user in that case. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com --- drivers/clk/at91/clk-main.c | 1 + 1 file changed, 1 insertion(+)