Re: [PATCH v1 02/10] clockevents/drivers: add MPS2 Timer driver

2015-12-15 Thread Vladimir Murzin
On 14/12/15 13:56, Rob Herring wrote: > On Wed, Dec 2, 2015 at 3:33 AM, Vladimir Murzin > wrote: >> MPS2 platform has simple 32 bits general purpose countdown timers. >> >> The driver uses the first detected timer as a clocksource and the rest >> of the timers as a clockevent >> >> Signed-off-by:

Re: [PATCH v1 02/10] clockevents/drivers: add MPS2 Timer driver

2015-12-15 Thread Vladimir Murzin
On 14/12/15 13:36, Daniel Lezcano wrote: > On 12/02/2015 10:33 AM, Vladimir Murzin wrote: >> MPS2 platform has simple 32 bits general purpose countdown timers. >> >> The driver uses the first detected timer as a clocksource and the rest >> of the timers as a clockevent >> >> Signed-off-by: Vladimir

Re: [PATCH v1 02/10] clockevents/drivers: add MPS2 Timer driver

2015-12-14 Thread Rob Herring
On Wed, Dec 2, 2015 at 3:33 AM, Vladimir Murzin wrote: > MPS2 platform has simple 32 bits general purpose countdown timers. > > The driver uses the first detected timer as a clocksource and the rest > of the timers as a clockevent > > Signed-off-by: Vladimir Murzin > --- > drivers/clocksource/Kc

Re: [PATCH v1 02/10] clockevents/drivers: add MPS2 Timer driver

2015-12-14 Thread Daniel Lezcano
On 12/02/2015 10:33 AM, Vladimir Murzin wrote: MPS2 platform has simple 32 bits general purpose countdown timers. The driver uses the first detected timer as a clocksource and the rest of the timers as a clockevent Signed-off-by: Vladimir Murzin --- [ ... ] +static void clockevent_mps2_wri

Re: [PATCH v1 02/10] clockevents/drivers: add MPS2 Timer driver

2015-12-07 Thread Vladimir Murzin
On 02/12/15 09:33, Vladimir Murzin wrote: > MPS2 platform has simple 32 bits general purpose countdown timers. > > The driver uses the first detected timer as a clocksource and the rest > of the timers as a clockevent Daniel, you had concerns on the RFC version. Does this one look fine to you or

[PATCH v1 02/10] clockevents/drivers: add MPS2 Timer driver

2015-12-02 Thread Vladimir Murzin
MPS2 platform has simple 32 bits general purpose countdown timers. The driver uses the first detected timer as a clocksource and the rest of the timers as a clockevent Signed-off-by: Vladimir Murzin --- drivers/clocksource/Kconfig |5 + drivers/clocksource/Makefile |1 + driver