[PATCH v2 2/2] clocksource: Add Intel Keem Bay Timer Support

2020-12-29 Thread vijayakannan . ayyathurai
From: Vijayakannan Ayyathurai Add generic clocksource and clockevent driver for the timer IP used in Intel Keem Bay SoC. One free running Counter used as a clocksource device and one Timer used as a clockevent device. Both are enabled through TIM_GEN_CONFIG register. This register is in the DT

[PATCH v2 1/2] dt-bindings: timer: Add bindings for Intel Keem Bay SoC timer

2020-12-29 Thread vijayakannan . ayyathurai
From: Vijayakannan Ayyathurai Add Device Tree bindings for the Timer IP, which used as clocksource and clockevent device in the Intel Keem Bay SoC. Acked-by: Mark Gross Acked-by: Andy Shevchenko Signed-off-by: Vijayakannan Ayyathurai --- .../bindings/timer/intel,keembay-timer.yaml | 52

[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