Re: [PATCH v3 5/8] ARM: at91: move the restart function to the system timer driver

2015-01-15 Thread Alexandre Belloni
On 15/01/2015 at 18:01:34 +0100, Alexandre Belloni wrote : > > Mmh, I can't clearly explain why but I have a problem with that. > > > > Can you explain why restart code falls in the clockevents driver ? > > > > > > That is a temporary location before getting rid of it by writing a > proper

Re: [PATCH v3 5/8] ARM: at91: move the restart function to the system timer driver

2015-01-15 Thread Alexandre Belloni
Hi, On 15/01/2015 at 17:39:05 +0100, Daniel Lezcano wrote : > On 01/12/2015 04:37 PM, Alexandre Belloni wrote: > >Restarting on an at91rm9200 is handled by using the system timer. Move that > >function to the system timer driver. > > > >Signed-off-by: Alexandre Belloni > >Acked-by: Boris

Re: [PATCH v3 5/8] ARM: at91: move the restart function to the system timer driver

2015-01-15 Thread Daniel Lezcano
On 01/12/2015 04:37 PM, Alexandre Belloni wrote: Restarting on an at91rm9200 is handled by using the system timer. Move that function to the system timer driver. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon --- arch/arm/mach-at91/at91rm9200.c | 11 ---

Re: [PATCH v3 5/8] ARM: at91: move the restart function to the system timer driver

2015-01-15 Thread Alexandre Belloni
Hi, On 15/01/2015 at 17:39:05 +0100, Daniel Lezcano wrote : On 01/12/2015 04:37 PM, Alexandre Belloni wrote: Restarting on an at91rm9200 is handled by using the system timer. Move that function to the system timer driver. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com

Re: [PATCH v3 5/8] ARM: at91: move the restart function to the system timer driver

2015-01-15 Thread Alexandre Belloni
On 15/01/2015 at 18:01:34 +0100, Alexandre Belloni wrote : Mmh, I can't clearly explain why but I have a problem with that. Can you explain why restart code falls in the clockevents driver ? That is a temporary location before getting rid of it by writing a proper reset driver

Re: [PATCH v3 5/8] ARM: at91: move the restart function to the system timer driver

2015-01-15 Thread Daniel Lezcano
On 01/12/2015 04:37 PM, Alexandre Belloni wrote: Restarting on an at91rm9200 is handled by using the system timer. Move that function to the system timer driver. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Boris Brezillon boris.brezil...@free-electrons.com

[PATCH v3 5/8] ARM: at91: move the restart function to the system timer driver

2015-01-12 Thread Alexandre Belloni
Restarting on an at91rm9200 is handled by using the system timer. Move that function to the system timer driver. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon --- arch/arm/mach-at91/at91rm9200.c | 11 --- drivers/clocksource/timer-atmel-st.c | 12 2 files

[PATCH v3 5/8] ARM: at91: move the restart function to the system timer driver

2015-01-12 Thread Alexandre Belloni
Restarting on an at91rm9200 is handled by using the system timer. Move that function to the system timer driver. Signed-off-by: Alexandre Belloni alexandre.bell...@free-electrons.com Acked-by: Boris Brezillon boris.brezil...@free-electrons.com --- arch/arm/mach-at91/at91rm9200.c | 11