Re: [RFC 1/2] clocksource: davinci-timer: add support for clockevents

2019-05-23 Thread Bartosz Golaszewski
czw., 23 maj 2019 o 15:25 Daniel Lezcano napisał(a): > > > Hi Bartosz, > > > > On 23/05/2019 14:58, Bartosz Golaszewski wrote: > > [ ... ] > > >>> +++ b/drivers/clocksource/timer-davinci.c > >>> @@ -0,0 +1,272 @@ > >>> +// SPDX-License-Identifier: GPL-2.0-only > >>> +// > >>> +// TI DaVinci

Re: [RFC 1/2] clocksource: davinci-timer: add support for clockevents

2019-05-23 Thread Daniel Lezcano
Hi Bartosz, On 23/05/2019 14:58, Bartosz Golaszewski wrote: [ ... ] >>> +++ b/drivers/clocksource/timer-davinci.c >>> @@ -0,0 +1,272 @@ >>> +// SPDX-License-Identifier: GPL-2.0-only >>> +// >>> +// TI DaVinci clocksource driver >>> +// >>> +// Copyright (C) 2019 Texas Instruments >>> +//

Re: [RFC 1/2] clocksource: davinci-timer: add support for clockevents

2019-05-23 Thread Bartosz Golaszewski
wt., 14 maj 2019 o 21:55 Daniel Lezcano napisał(a): > > On 17/04/2019 16:47, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Currently the clocksource and clockevent support for davinci platforms > > lives in mach-davinci. It hard-codes many things, uses global variables, > >

Re: [RFC 1/2] clocksource: davinci-timer: add support for clockevents

2019-05-14 Thread Daniel Lezcano
On 17/04/2019 16:47, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Currently the clocksource and clockevent support for davinci platforms > lives in mach-davinci. It hard-codes many things, uses global variables, > implements functionalities unused by any platform and has code

[RFC 1/2] clocksource: davinci-timer: add support for clockevents

2019-04-17 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Currently the clocksource and clockevent support for davinci platforms lives in mach-davinci. It hard-codes many things, uses global variables, implements functionalities unused by any platform and has code fragments scattered across many (often unrelated) files.