RE: [PATCH v2 0/2] Add drivers for Intel Keem Bay SoC timer block

2021-01-18 Thread Ayyathurai, Vijayakannan
Hi Daniel, > From: Daniel Lezcano > >> From: Vijayakannan Ayyathurai > >> > >> Changes since v1: > >> - Add support for KEEMBAY_TIMER to get selected through > Kconfig.platforms. > >> - Add CLOCK_EVT_FEAT_DYNIRQ as part of clockevent feature. > >> - Avoid overlapping reg regions across 2

Re: [PATCH v2 0/2] Add drivers for Intel Keem Bay SoC timer block

2021-01-18 Thread Daniel Lezcano
On 13/01/2021 11:54, Ayyathurai, Vijayakannan wrote: > Hi, > >> From: Vijayakannan Ayyathurai >> >> Changes since v1: >> - Add support for KEEMBAY_TIMER to get selected through Kconfig.platforms. >> - Add CLOCK_EVT_FEAT_DYNIRQ as part of clockevent feature. >> - Avoid overlapping reg regions

RE: [PATCH v2 0/2] Add drivers for Intel Keem Bay SoC timer block

2021-01-13 Thread Ayyathurai, Vijayakannan
Hi, > From: Vijayakannan Ayyathurai > > Changes since v1: > - Add support for KEEMBAY_TIMER to get selected through Kconfig.platforms. > - Add CLOCK_EVT_FEAT_DYNIRQ as part of clockevent feature. > - Avoid overlapping reg regions across 2 device nodes. > - Simplify 2 device nodes as 1

[PATCH v2 0/2] Add drivers for Intel Keem Bay SoC timer block

2020-12-29 Thread vijayakannan . ayyathurai
From: Vijayakannan Ayyathurai Hi, This patch set adds the driver for Intel Keem Bay SoC timer block, which contains 32-bit general purpose timers, a 64 bit free running counter. Patch 1 holds the Device Tree binding documentation and Patch 2 holds the Device Driver for clocksource and