Re: [PATCH v2 04/17] clocksource: Add Owl timer

2017-02-26 Thread Daniel Lezcano
On Sun, Feb 26, 2017 at 03:40:49PM +0100, Andreas Färber wrote: > Am 25.02.2017 um 22:59 schrieb Daniel Lezcano: > > On Sat, Feb 25, 2017 at 12:25:32AM +0100, Andreas Färber wrote: > >> Am 24.02.2017 um 23:29 schrieb Daniel Lezcano: > >>> On Fri, Feb 24, 2017 at 04:40:42AM +0100, Andreas Färber wro

Re: [PATCH v2 04/17] clocksource: Add Owl timer

2017-02-26 Thread Andreas Färber
Am 25.02.2017 um 22:59 schrieb Daniel Lezcano: > On Sat, Feb 25, 2017 at 12:25:32AM +0100, Andreas Färber wrote: >> Am 24.02.2017 um 23:29 schrieb Daniel Lezcano: >>> On Fri, Feb 24, 2017 at 04:40:42AM +0100, Andreas Färber wrote: +static struct clock_event_device owl_clockevent = { + .n

Re: [PATCH v2 04/17] clocksource: Add Owl timer

2017-02-25 Thread Daniel Lezcano
On Sat, Feb 25, 2017 at 12:25:32AM +0100, Andreas Färber wrote: > Am 24.02.2017 um 23:29 schrieb Daniel Lezcano: > > On Fri, Feb 24, 2017 at 04:40:42AM +0100, Andreas Färber wrote: > >> Implement clocksource and clockevents for Actions Semi S500. > >> > >> Based on LeMaker linux-actions tree. > >>

Re: [PATCH v2 04/17] clocksource: Add Owl timer

2017-02-24 Thread Andreas Färber
Am 24.02.2017 um 23:29 schrieb Daniel Lezcano: > On Fri, Feb 24, 2017 at 04:40:42AM +0100, Andreas Färber wrote: >> Implement clocksource and clockevents for Actions Semi S500. >> >> Based on LeMaker linux-actions tree. >> >> Signed-off-by: Andreas Färber > > As this is a new driver, please give

Re: [PATCH v2 04/17] clocksource: Add Owl timer

2017-02-24 Thread Daniel Lezcano
On Fri, Feb 24, 2017 at 04:40:42AM +0100, Andreas Färber wrote: > Implement clocksource and clockevents for Actions Semi S500. > > Based on LeMaker linux-actions tree. > > Signed-off-by: Andreas Färber As this is a new driver, please give some technical information about the driver itself and a

[PATCH v2 04/17] clocksource: Add Owl timer

2017-02-23 Thread Andreas Färber
Implement clocksource and clockevents for Actions Semi S500. Based on LeMaker linux-actions tree. Signed-off-by: Andreas Färber --- v2: new drivers/clocksource/Kconfig | 7 ++ drivers/clocksource/Makefile| 1 + drivers/clocksource/owl-timer.c | 146 +++