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

2015-01-25 Thread Daniel Lezcano
On 01/25/2015 03:46 PM, Baruch Siach wrote: Hi Daniel, On Thu, Jan 22, 2015 at 01:54:39PM +0100, Daniel Lezcano wrote: On 01/21/2015 07:36 AM, Baruch Siach wrote: + * Based on: + * Allwinner SoCs hstimer driver If this is based on the Allwinnner driver, may be you can have a look at the

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

2015-01-25 Thread Baruch Siach
Hi Daniel, On Thu, Jan 22, 2015 at 01:54:39PM +0100, Daniel Lezcano wrote: > On 01/21/2015 07:36 AM, Baruch Siach wrote: > >+ * Based on: > >+ * Allwinner SoCs hstimer driver > > If this is based on the Allwinnner driver, may be you can have a look at the > patchset sent by Maxim to make sure yo

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

2015-01-22 Thread Daniel Lezcano
On 01/21/2015 07:36 AM, 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

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

2015-01-20 Thread Baruch Siach
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. Signed-off-by: Baruch Siach --- drivers/c