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 e

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 can'

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 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 s

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 could

[PATCH V2 0/2] mm/debug: Add tests for architecture exported page table helpers

2019-09-11 Thread Anshuman Khandual
This series adds a test validation for architecture exported page table helpers. Patch in the series adds basic transformation tests at various levels of the page table. Before that it exports gigantic page allocation function from HugeTLB. This test was originally suggested by Catalin during arm6

[PATCH V2 2/2] mm/pgtable/debug: Add test validating architecture page table helpers

2019-09-11 Thread Anshuman Khandual
This adds a test module which will validate architecture page table helpers and accessors regarding compliance with generic MM semantics expectations. This will help various architectures in validating changes to the existing page table helpers or addition of new ones. Test page table and memory p