Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-09 Thread Maxime Ripard
On Sun, Apr 08, 2018 at 11:09:32AM +0200, Mylène Josserand wrote: > Hello Maxime, > > On Wed, 4 Apr 2018 09:45:15 +0200 > Maxime Ripard wrote: > > > On Tue, Apr 03, 2018 at 10:06:28PM +0200, Mylène Josserand wrote: > > > Hello, > > > > > > Thank you for the review. >

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-09 Thread Maxime Ripard
On Sun, Apr 08, 2018 at 11:09:32AM +0200, Mylène Josserand wrote: > Hello Maxime, > > On Wed, 4 Apr 2018 09:45:15 +0200 > Maxime Ripard wrote: > > > On Tue, Apr 03, 2018 at 10:06:28PM +0200, Mylène Josserand wrote: > > > Hello, > > > > > > Thank you for the review. > > > > > > On Tue, 3 Apr

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-08 Thread Mylène Josserand
Hello Maxime, On Wed, 4 Apr 2018 09:45:15 +0200 Maxime Ripard wrote: > On Tue, Apr 03, 2018 at 10:06:28PM +0200, Mylène Josserand wrote: > > Hello, > > > > Thank you for the review. > > > > On Tue, 3 Apr 2018 11:12:18 +0200 > > Maxime Ripard

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-08 Thread Mylène Josserand
Hello Maxime, On Wed, 4 Apr 2018 09:45:15 +0200 Maxime Ripard wrote: > On Tue, Apr 03, 2018 at 10:06:28PM +0200, Mylène Josserand wrote: > > Hello, > > > > Thank you for the review. > > > > On Tue, 3 Apr 2018 11:12:18 +0200 > > Maxime Ripard wrote: > > > > > On Tue, Apr 03, 2018 at

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-04 Thread Maxime Ripard
On Tue, Apr 03, 2018 at 10:06:28PM +0200, Mylène Josserand wrote: > Hello, > > Thank you for the review. > > On Tue, 3 Apr 2018 11:12:18 +0200 > Maxime Ripard wrote: > > > On Tue, Apr 03, 2018 at 08:18:31AM +0200, Mylène Josserand wrote: > > > Add the initialization

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-04 Thread Maxime Ripard
On Tue, Apr 03, 2018 at 10:06:28PM +0200, Mylène Josserand wrote: > Hello, > > Thank you for the review. > > On Tue, 3 Apr 2018 11:12:18 +0200 > Maxime Ripard wrote: > > > On Tue, Apr 03, 2018 at 08:18:31AM +0200, Mylène Josserand wrote: > > > Add the initialization of CNTVOFF for sun8i-a83t.

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-03 Thread Mylène Josserand
Hello, Thank you for the review. On Tue, 3 Apr 2018 11:12:18 +0200 Maxime Ripard wrote: > On Tue, Apr 03, 2018 at 08:18:31AM +0200, Mylène Josserand wrote: > > Add the initialization of CNTVOFF for sun8i-a83t. > > > > For boot CPU, Create a new machine that handles

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-03 Thread Mylène Josserand
Hello, Thank you for the review. On Tue, 3 Apr 2018 11:12:18 +0200 Maxime Ripard wrote: > On Tue, Apr 03, 2018 at 08:18:31AM +0200, Mylène Josserand wrote: > > Add the initialization of CNTVOFF for sun8i-a83t. > > > > For boot CPU, Create a new machine that handles this > > function's call in

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-03 Thread kbuild test robot
Hi Mylène, Thank you for the patch! Yet something to improve: [auto build test ERROR on arm-soc/for-next] [also build test ERROR on next-20180403] [cannot apply to v4.16] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-03 Thread kbuild test robot
Hi Mylène, Thank you for the patch! Yet something to improve: [auto build test ERROR on arm-soc/for-next] [also build test ERROR on next-20180403] [cannot apply to v4.16] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-03 Thread Maxime Ripard
On Tue, Apr 03, 2018 at 08:18:31AM +0200, Mylène Josserand wrote: > Add the initialization of CNTVOFF for sun8i-a83t. > > For boot CPU, Create a new machine that handles this > function's call in an "init_early" callback. > For secondary CPUs, add this function into secondary_startup > assembly

Re: [PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-03 Thread Maxime Ripard
On Tue, Apr 03, 2018 at 08:18:31AM +0200, Mylène Josserand wrote: > Add the initialization of CNTVOFF for sun8i-a83t. > > For boot CPU, Create a new machine that handles this > function's call in an "init_early" callback. > For secondary CPUs, add this function into secondary_startup > assembly

[PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-03 Thread Mylène Josserand
Add the initialization of CNTVOFF for sun8i-a83t. For boot CPU, Create a new machine that handles this function's call in an "init_early" callback. For secondary CPUs, add this function into secondary_startup assembly entry. Signed-off-by: Mylène Josserand ---

[PATCH v5 08/13] ARM: sunxi: Add initialization of CNTVOFF

2018-04-03 Thread Mylène Josserand
Add the initialization of CNTVOFF for sun8i-a83t. For boot CPU, Create a new machine that handles this function's call in an "init_early" callback. For secondary CPUs, add this function into secondary_startup assembly entry. Signed-off-by: Mylène Josserand --- arch/arm/mach-sunxi/headsmp.S |