Re: [PATCH 0/7] add support for clocksource/clockevent DT selection

2019-09-11 Thread John Stultz
On Tue, Sep 10, 2019 at 11:52 PM wrote: > On 10.09.2019 19:05, John Stultz wrote: > > External E-Mail > > On Tue, Sep 10, 2019 at 6:47 AM Claudiu Beznea > > wrote: > >> > >> This series adds support to permit the selection of clocksource/clockevent > >> via DT. > > > > Sorry about this, but

Re: [PATCH 4/7] dt-bindings: chosen: Add clocksource and clockevent selection

2019-09-11 Thread Alexandre Belloni
On 11/09/2019 09:34:27+0200, Neil Armstrong wrote: > Hi, > > On 10/09/2019 15:47, Claudiu Beznea wrote: > > From: Alexandre Belloni > > > > Some timer drivers may behave either as clocksource or clockevent > > or both. Until now, in case of platforms with multiple hardware > > resources of the

Re: [PATCH 4/7] dt-bindings: chosen: Add clocksource and clockevent selection

2019-09-11 Thread Neil Armstrong
Hi, On 10/09/2019 15:47, Claudiu Beznea wrote: > From: Alexandre Belloni > > Some timer drivers may behave either as clocksource or clockevent > or both. Until now, in case of platforms with multiple hardware > resources of the same type, the drivers were chosing the first > registered hardware

Re: [PATCH 4/7] dt-bindings: chosen: Add clocksource and clockevent selection

2019-09-11 Thread Claudiu.Beznea
On 11.09.2019 03:03, Linus Walleij wrote: > External E-Mail > > > On Tue, Sep 10, 2019 at 4:11 PM Alexandre Belloni > wrote: >> On 10/09/2019 16:08:26+0100, Sudeep Holla wrote: >>> On Tue, Sep 10, 2019 at 02:51:50PM +, claudiu.bez...@microchip.com >>> wrote: > >>> In that case, why

Re: [PATCH 7/7] clocksource/drivers/integrator-ap: parse the chosen node

2019-09-11 Thread Claudiu.Beznea
On 11.09.2019 02:48, Linus Walleij wrote: > External E-Mail > > > On Tue, Sep 10, 2019 at 2:50 PM Claudiu Beznea > wrote: >> From: Alexandre Belloni >> >> The driver currently uses aliases to know whether the timer is the >> clocksource or the clockevent. > > OK maybe that wasn't the most

Re: [PATCH 0/7] add support for clocksource/clockevent DT selection

2019-09-11 Thread Claudiu.Beznea
On 10.09.2019 19:05, John Stultz wrote: > External E-Mail > > > On Tue, Sep 10, 2019 at 6:47 AM Claudiu Beznea > wrote: >> >> This series adds support to permit the selection of clocksource/clockevent >> via DT. > > Sorry about this, but could you try to include more of a rational for >