Re: [PATCH v2 3/6] clocksource/drivers: atmel-pit: allow unselecting ATMEL_PIT

2018-01-08 Thread Daniel Lezcano
On 08/01/2018 09:22, Boris Brezillon wrote: > On Mon, 8 Jan 2018 08:23:02 +0100 > Daniel Lezcano wrote: > >> On 07/01/2018 19:44, Alexandre Belloni wrote: >>> On 07/01/2018 at 19:07:13 +0100, Daniel Lezcano wrote: On 05/01/2018 15:30, Alexandre Belloni wrote: > With the new TCB clock

Re: [PATCH v2 3/6] clocksource/drivers: atmel-pit: allow unselecting ATMEL_PIT

2018-01-08 Thread Boris Brezillon
On Mon, 8 Jan 2018 08:23:02 +0100 Daniel Lezcano wrote: > On 07/01/2018 19:44, Alexandre Belloni wrote: > > On 07/01/2018 at 19:07:13 +0100, Daniel Lezcano wrote: > >> On 05/01/2018 15:30, Alexandre Belloni wrote: > >>> With the new TCB clocksource driver, atmel platforms are now able to boot

Re: [PATCH v2 3/6] clocksource/drivers: atmel-pit: allow unselecting ATMEL_PIT

2018-01-07 Thread Daniel Lezcano
On 07/01/2018 19:44, Alexandre Belloni wrote: > On 07/01/2018 at 19:07:13 +0100, Daniel Lezcano wrote: >> On 05/01/2018 15:30, Alexandre Belloni wrote: >>> With the new TCB clocksource driver, atmel platforms are now able to boot >>> without the PIT driver. Allow unselecting it. >>> >>> Signed-off-

Re: [PATCH v2 3/6] clocksource/drivers: atmel-pit: allow unselecting ATMEL_PIT

2018-01-07 Thread Alexandre Belloni
On 07/01/2018 at 19:07:13 +0100, Daniel Lezcano wrote: > On 05/01/2018 15:30, Alexandre Belloni wrote: > > With the new TCB clocksource driver, atmel platforms are now able to boot > > without the PIT driver. Allow unselecting it. > > > > Signed-off-by: Alexandre Belloni > > --- > > drivers/cloc

Re: [PATCH v2 3/6] clocksource/drivers: atmel-pit: allow unselecting ATMEL_PIT

2018-01-07 Thread Daniel Lezcano
On 05/01/2018 15:30, Alexandre Belloni wrote: > With the new TCB clocksource driver, atmel platforms are now able to boot > without the PIT driver. Allow unselecting it. > > Signed-off-by: Alexandre Belloni > --- > drivers/clocksource/Kconfig | 9 - > 1 file changed, 8 insertions(+), 1 d

[PATCH v2 3/6] clocksource/drivers: atmel-pit: allow unselecting ATMEL_PIT

2018-01-05 Thread Alexandre Belloni
With the new TCB clocksource driver, atmel platforms are now able to boot without the PIT driver. Allow unselecting it. Signed-off-by: Alexandre Belloni --- drivers/clocksource/Kconfig | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/clocksource/Kconfig b/drive