Re: [PATCH v5 2/2] clocksource: driver for Conexant Digicolor SoC timer

2015-01-26 Thread Daniel Lezcano
On 01/26/2015 02:47 PM, Baruch Siach wrote: Hi Daniel, On Mon, Jan 26, 2015 at 02:44:15PM +0100, Daniel Lezcano wrote: diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile index 94d90b24b56b..a993c108be67 100644 --- a/drivers/clocksource/Makefile +++ b/drivers/clocksource/Ma

Re: [PATCH v5 2/2] clocksource: driver for Conexant Digicolor SoC timer

2015-01-26 Thread Baruch Siach
Hi Daniel, On Mon, Jan 26, 2015 at 02:44:15PM +0100, Daniel Lezcano wrote: > >diff --git a/drivers/clocksource/Makefile b/drivers/clocksource/Makefile > >index 94d90b24b56b..a993c108be67 100644 > >--- a/drivers/clocksource/Makefile > >+++ b/drivers/clocksource/Makefile > >@@ -10,6 +10,7 @@ obj-$(C

Re: [PATCH v5 2/2] clocksource: driver for Conexant Digicolor SoC timer

2015-01-26 Thread Daniel Lezcano
On 01/26/2015 12:57 PM, Baruch Siach wrote: Add clocksource driver to the Conexant CX92755 SoC, part of the Digicolor SoCs series. Hardware provides 8 timers, A to H. Timer A is dedicated to a future watchdog driver so we don't use it here. Use timer B for sched_clock, and timer C for clock_event